brrd / abricotine

Markdown editor with inline preview
GNU General Public License v3.0
2.63k stars 156 forks source link

build failed on win7 32 bit #206

Closed redstoneleo closed 5 years ago

redstoneleo commented 7 years ago

console log


C:\Users\i\Downloads\Abricotine-0.5.0>npm install

> spellchecker@3.4.4 install C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\
spellchecker
> node-gyp rebuild

C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\spellchecker>if not defined n
pm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-
bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebui
ld )
Warning: Missing input files:
C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\spellchecker\build\..\vendor\
hunspell\src\hunspell\utf_info.hxx
在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。
  affentry.cxx
  affixmgr.cxx
  csutil.cxx
  dictmgr.cxx
  filemgr.cxx
  hashmgr.cxx
  hunspell.cxx
  hunzip.cxx
  phonet.cxx
  replist.cxx
  suggestmgr.cxx
  textparser.cxx
  win_delay_load_hook.cc
  hunspell.vcxproj -> C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\spellc
  hecker\build\Release\\hunspell.lib
  main.cc
  worker.cc
  spellchecker_hunspell.cc
  spellchecker_win.cc
  transcoder_win.cc
  win_delay_load_hook.cc
     Creating library C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\spellc
  hecker\build\Release\spellchecker.lib and object C:\Users\i\Downloads\Abricot
  ine-0.5.0\node_modules\spellchecker\build\Release\spellchecker.exp
  Generating code
  Finished generating code
  spellchecker.vcxproj -> C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\sp
  ellchecker\build\Release\\spellchecker.node
  spellchecker.vcxproj -> C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\sp
  ellchecker\build\Release\spellchecker.pdb (Full PDB)

> Abricotine@0.5.0 postinstall C:\Users\i\Downloads\Abricotine-0.5.0
> electron-rebuild

× Rebuild Failed

An unhandled error occurred inside electron-rebuild
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: connect ETIMEDOUT 23.23.247.89:443
gyp ERR! stack     at Object._errnoException (util.js:1021:11)
gyp ERR! stack     at _exceptionWithHostPort (util.js:1043:20)
gyp ERR! stack     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1175:1
4)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\i\\Downloads\
\Abricotine-0.5.0\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--target
=1.7.9" "--arch=ia32" "--dist-url=https://atom.io/download/electron" "--build-fr
om-source"
gyp ERR! cwd C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\spellchecker
gyp ERR! node -v v8.7.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok

Failed with exit code: 1

Error: gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: connect ETIMEDOUT 23.23.247.89:443
gyp ERR! stack     at Object._errnoException (util.js:1021:11)
gyp ERR! stack     at _exceptionWithHostPort (util.js:1043:20)
gyp ERR! stack     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1175:1
4)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\i\\Downloads\
\Abricotine-0.5.0\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--target
=1.7.9" "--arch=ia32" "--dist-url=https://atom.io/download/electron" "--build-fr
om-source"
gyp ERR! cwd C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\spellchecker
gyp ERR! node -v v8.7.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok

Failed with exit code: 1
    at SafeSubscriber._error (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules
\spawn-rx\lib\src\index.js:277:84)
    at SafeSubscriber.__tryOrUnsub (C:\Users\i\Downloads\Abricotine-0.5.0\node_m
odules\rxjs\Subscriber.js:238:16)
    at SafeSubscriber.error (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\
rxjs\Subscriber.js:197:26)
    at Subscriber._error (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\rxj
s\Subscriber.js:128:26)
    at Subscriber.error (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\rxjs
\Subscriber.js:102:18)
    at MapSubscriber.Subscriber._error (C:\Users\i\Downloads\Abricotine-0.5.0\no
de_modules\rxjs\Subscriber.js:128:26)
    at MapSubscriber.Subscriber.error (C:\Users\i\Downloads\Abricotine-0.5.0\nod
e_modules\rxjs\Subscriber.js:102:18)
    at SafeSubscriber._next (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\
spawn-rx\lib\src\index.js:251:65)
    at SafeSubscriber.__tryOrSetError (C:\Users\i\Downloads\Abricotine-0.5.0\nod
e_modules\rxjs\Subscriber.js:247:16)
    at SafeSubscriber.next (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\r
xjs\Subscriber.js:187:27)
npm ERR! code ELIFECYCLE
npm ERR! errno 4294967295
npm ERR! Abricotine@0.5.0 postinstall: `electron-rebuild`
npm ERR! Exit status 4294967295
npm ERR!
npm ERR! Failed at the Abricotine@0.5.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional log
ging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\i\AppData\Roaming\npm-cache\_logs\2017-10-21T09_09_55_433Z
-debug.log

C:\Users\i\Downloads\Abricotine-0.5.0>npm install

> Abricotine@0.5.0 postinstall C:\Users\i\Downloads\Abricotine-0.5.0
> electron-rebuild

× Rebuild Failed

An unhandled error occurred inside electron-rebuild
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: connect ETIMEDOUT 52.216.20.227:443
gyp ERR! stack     at Object._errnoException (util.js:1021:11)
gyp ERR! stack     at _exceptionWithHostPort (util.js:1043:20)
gyp ERR! stack     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1175:1
4)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\i\\Downloads\
\Abricotine-0.5.0\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--target
=1.7.9" "--arch=ia32" "--dist-url=https://atom.io/download/electron" "--build-fr
om-source"
gyp ERR! cwd C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\spellchecker
gyp ERR! node -v v8.7.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok

Failed with exit code: 1

Error: gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: connect ETIMEDOUT 52.216.20.227:443
gyp ERR! stack     at Object._errnoException (util.js:1021:11)
gyp ERR! stack     at _exceptionWithHostPort (util.js:1043:20)
gyp ERR! stack     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1175:1
4)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\i\\Downloads\
\Abricotine-0.5.0\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--target
=1.7.9" "--arch=ia32" "--dist-url=https://atom.io/download/electron" "--build-fr
om-source"
gyp ERR! cwd C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\spellchecker
gyp ERR! node -v v8.7.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok

Failed with exit code: 1
    at SafeSubscriber._error (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules
\spawn-rx\lib\src\index.js:277:84)
    at SafeSubscriber.__tryOrUnsub (C:\Users\i\Downloads\Abricotine-0.5.0\node_m
odules\rxjs\Subscriber.js:238:16)
    at SafeSubscriber.error (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\
rxjs\Subscriber.js:197:26)
    at Subscriber._error (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\rxj
s\Subscriber.js:128:26)
    at Subscriber.error (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\rxjs
\Subscriber.js:102:18)
    at MapSubscriber.Subscriber._error (C:\Users\i\Downloads\Abricotine-0.5.0\no
de_modules\rxjs\Subscriber.js:128:26)
    at MapSubscriber.Subscriber.error (C:\Users\i\Downloads\Abricotine-0.5.0\nod
e_modules\rxjs\Subscriber.js:102:18)
    at SafeSubscriber._next (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\
spawn-rx\lib\src\index.js:251:65)
    at SafeSubscriber.__tryOrUnsub (C:\Users\i\Downloads\Abricotine-0.5.0\node_m
odules\rxjs\Subscriber.js:238:16)
    at SafeSubscriber.next (C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\r
xjs\Subscriber.js:185:22)
npm ERR! code ELIFECYCLE
npm ERR! errno 4294967295
npm ERR! Abricotine@0.5.0 postinstall: `electron-rebuild`
npm ERR! Exit status 4294967295
npm ERR!
npm ERR! Failed at the Abricotine@0.5.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional log
ging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\i\AppData\Roaming\npm-cache\_logs\2017-10-21T09_19_46_860Z
-debug.log

C:\Users\i\Downloads\Abricotine-0.5.0>
redstoneleo commented 7 years ago

C:\Users\i\AppData\Roaming\npm-cache_logs\2017-10-21T09_19_46_860Z -debug.log

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install' ]
2 info using npm@5.4.2
3 info using node@v8.7.0
4 verbose npm-session 98a9969ad5a02801
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall Abricotine@0.5.0
7 info lifecycle Abricotine@0.5.0~preinstall: Abricotine@0.5.0
8 silly install loadCurrentTree
9 silly install readLocalPackageData
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 silly install loadShrinkwrap
13 silly install loadAllDepsIntoIdealTree
14 http fetch GET 304 https://registry.npmjs.org/electron-installer-debian 2885ms (from cache)
15 silly pacote range manifest for electron-installer-debian@^0.4.0 fetched in 5500ms
16 http fetch GET 304 https://registry.npmjs.org/glob 973ms (from cache)
17 silly pacote range manifest for glob@^7.0.0 fetched in 1088ms
18 http fetch GET 304 https://registry.npmjs.org/get-folder-size 1404ms (from cache)
19 http fetch GET 304 https://registry.npmjs.org/asar 1459ms (from cache)
20 silly pacote range manifest for get-folder-size@^1.0.0 fetched in 1469ms
21 silly pacote range manifest for asar@^0.12.0 fetched in 1606ms
22 http fetch GET 304 https://registry.npmjs.org/word-wrap 1803ms (from cache)
23 http fetch GET 304 https://registry.npmjs.org/yargs 1814ms (from cache)
24 silly pacote range manifest for glob@^6.0.4 fetched in 243ms
25 http fetch GET 304 https://registry.npmjs.org/lodash 1850ms (from cache)
26 silly pacote range manifest for word-wrap@^1.1.0 fetched in 1958ms
27 silly pacote range manifest for lodash@^4.13.0 fetched in 1959ms
28 http fetch GET 304 https://registry.npmjs.org/async 1986ms (from cache)
29 http fetch GET 304 https://registry.npmjs.org/async 511ms (from cache)
30 silly pacote range manifest for async@^2.0.0 fetched in 2187ms
31 silly pacote range manifest for yargs@^6.0.0 fetched in 2177ms
32 silly pacote range manifest for lodash@^4.14.0 fetched in 13ms
33 silly pacote range manifest for async@^1.4.2 fetched in 936ms
34 http fetch GET 304 https://registry.npmjs.org/camelcase 615ms (from cache)
35 silly pacote range manifest for camelcase@^3.0.0 fetched in 697ms
36 http fetch GET 304 https://registry.npmjs.org/yargs-parser 728ms (from cache)
37 silly pacote range manifest for yargs-parser@^4.2.0 fetched in 763ms
38 silly pacote range manifest for electron-installer-debian@^0.4.0 fetched in 13ms
39 silly resolveWithNewModule electron-installer-debian@0.4.0 checking installable status
40 http fetch GET 304 https://registry.npmjs.org/fsevents 601ms (from cache)
41 silly pacote range manifest for fsevents@^1.0.0 fetched in 1068ms
42 silly resolveWithNewModule fsevents@1.1.2 checking installable status
43 silly pacote trying https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz by hash: sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw==
44 silly pacote https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz extracted to C:\Users\i\AppData\Local\Temp\npm-8296-6dd50579\unpack-7fc18357 by content address 15110ms
45 silly addBundled read tarball
46 silly cleanup remove extracted module
47 silly pacote range manifest for asar@^0.12.0 fetched in 21ms
48 silly resolveWithNewModule asar@0.12.4 checking installable status
49 silly pacote range manifest for async@^2.0.0 fetched in 23ms
50 silly resolveWithNewModule async@2.5.0 checking installable status
51 silly pacote range manifest for get-folder-size@^1.0.0 fetched in 25ms
52 silly resolveWithNewModule get-folder-size@1.0.0 checking installable status
53 silly pacote range manifest for glob@^7.0.0 fetched in 28ms
54 silly resolveWithNewModule glob@7.1.2 checking installable status
55 silly pacote range manifest for lodash@^4.13.0 fetched in 34ms
56 silly resolveWithNewModule lodash@4.17.4 checking installable status
57 silly pacote range manifest for word-wrap@^1.1.0 fetched in 36ms
58 silly resolveWithNewModule word-wrap@1.2.3 checking installable status
59 silly pacote range manifest for yargs@^6.0.0 fetched in 38ms
60 silly resolveWithNewModule yargs@6.6.0 checking installable status
61 silly pacote range manifest for glob@^6.0.4 fetched in 26ms
62 silly resolveWithNewModule glob@6.0.4 checking installable status
63 silly pacote range manifest for async@^1.4.2 fetched in 3ms
64 silly resolveWithNewModule async@1.5.2 checking installable status
65 silly pacote range manifest for camelcase@^3.0.0 fetched in 3ms
66 silly resolveWithNewModule camelcase@3.0.0 checking installable status
67 silly pacote range manifest for yargs-parser@^4.2.0 fetched in 4ms
68 silly resolveWithNewModule yargs-parser@4.2.1 checking installable status
69 silly pacote range manifest for camelcase@^3.0.0 fetched in 4ms
70 silly resolveWithNewModule camelcase@3.0.0 checking installable status
71 silly currentTree Abricotine@0.5.0
71 silly currentTree +-- @shagstrom/split-pane@0.9.4
71 silly currentTree | `-- jquery@1.12.4
71 silly currentTree +-- @types/node@7.0.46
71 silly currentTree +-- abbrev@1.1.1
71 silly currentTree +-- ajv@5.2.3
71 silly currentTree +-- ansi-regex@2.1.1
71 silly currentTree +-- ansi-styles@2.2.1
71 silly currentTree +-- any-promise@1.3.0
71 silly currentTree +-- anymatch@1.3.2
71 silly currentTree +-- aproba@1.2.0
71 silly currentTree +-- are-we-there-yet@1.1.4
71 silly currentTree +-- arr-diff@2.0.0
71 silly currentTree +-- arr-flatten@1.1.0
71 silly currentTree +-- array-find-index@1.0.2
71 silly currentTree +-- array-unique@0.2.1
71 silly currentTree +-- asap@2.0.6
71 silly currentTree +-- asn1@0.2.3
71 silly currentTree +-- assert-plus@1.0.0
71 silly currentTree +-- async-each@1.0.1
71 silly currentTree +-- asynckit@0.4.0
71 silly currentTree +-- aws-sign2@0.7.0
71 silly currentTree +-- aws4@1.6.0
71 silly currentTree +-- balanced-match@1.0.0
71 silly currentTree +-- base64-js@1.2.0
71 silly currentTree +-- bcrypt-pbkdf@1.0.1
71 silly currentTree +-- binary-extensions@1.10.0
71 silly currentTree +-- binary@0.3.0
71 silly currentTree +-- block-stream@0.0.9
71 silly currentTree +-- bluebird@3.5.1
71 silly currentTree +-- boom@4.3.1
71 silly currentTree +-- brace-expansion@1.1.8
71 silly currentTree +-- braces@1.8.5
71 silly currentTree +-- buffers@0.1.1
71 silly currentTree +-- builtin-modules@1.1.1
71 silly currentTree +-- camelcase-keys@2.1.0
71 silly currentTree +-- camelcase@2.1.1
71 silly currentTree +-- caseless@0.12.0
71 silly currentTree +-- celldown.js@0.1.0
71 silly currentTree +-- chainsaw@0.1.0
71 silly currentTree +-- chalk@1.1.3
71 silly currentTree +-- chokidar@1.7.0
71 silly currentTree +-- chromium-pickle-js@0.2.0
71 silly currentTree +-- cli-cursor@2.1.0
71 silly currentTree +-- cli-spinners@1.1.0
71 silly currentTree +-- cliui@3.2.0
71 silly currentTree +-- co@4.6.0
71 silly currentTree +-- code-point-at@1.1.0
71 silly currentTree +-- codemirror@5.31.0
71 silly currentTree +-- colors@1.1.2
71 silly currentTree +-- combined-stream@1.0.5
71 silly currentTree +-- commander@2.11.0
71 silly currentTree +-- compare-version@0.1.2
71 silly currentTree +-- concat-map@0.0.1
71 silly currentTree +-- concat-stream@1.6.0
71 silly currentTree +-- console-control-strings@1.1.0
71 silly currentTree +-- core-util-is@1.0.2
71 silly currentTree +-- cryptiles@3.1.2
71 silly currentTree | `-- boom@5.2.0
71 silly currentTree +-- cuint@0.2.2
71 silly currentTree +-- currently-unhandled@0.4.1
71 silly currentTree +-- dashdash@1.14.1
71 silly currentTree +-- debug@2.6.9
71 silly currentTree +-- decamelize@1.2.0
71 silly currentTree +-- decompress-zip@0.3.0
71 silly currentTree | +-- isarray@0.0.1
71 silly currentTree | +-- readable-stream@1.1.14
71 silly currentTree | `-- string_decoder@0.10.31
71 silly currentTree +-- deep-equal@1.0.1
71 silly currentTree +-- deep-extend@0.4.2
71 silly currentTree +-- delayed-stream@1.0.0
71 silly currentTree +-- delegates@1.0.0
71 silly currentTree +-- ecc-jsbn@0.1.1
71 silly currentTree +-- electron-download@3.3.0
71 silly currentTree +-- electron-osx-sign@0.4.7
71 silly currentTree +-- electron-packager@8.7.2
71 silly currentTree | +-- asar@0.13.0
71 silly currentTree | +-- electron-download@4.1.0
71 silly currentTree | | `-- fs-extra@2.1.2
71 silly currentTree | +-- fs-extra@3.0.1
71 silly currentTree | | `-- jsonfile@3.0.1
71 silly currentTree | +-- glob@6.0.4
71 silly currentTree | +-- path-exists@3.0.0
71 silly currentTree | `-- sumchecker@2.0.2
71 silly currentTree +-- electron-rebuild@1.6.0
71 silly currentTree | +-- camelcase@3.0.0
71 silly currentTree | +-- fs-extra@3.0.1
71 silly currentTree | +-- jsonfile@3.0.1
71 silly currentTree | +-- yargs-parser@5.0.0
71 silly currentTree | `-- yargs@7.1.0
71 silly currentTree +-- electron-squirrel-startup@1.0.0
71 silly currentTree +-- electron-window-state@3.1.0
71 silly currentTree +-- electron-winstaller@2.6.3
71 silly currentTree | +-- asar@0.11.0
71 silly currentTree | +-- chromium-pickle-js@0.1.0
71 silly currentTree | +-- fs-extra@0.26.7
71 silly currentTree | `-- glob@6.0.4
71 silly currentTree +-- electron@1.7.9
71 silly currentTree +-- env-paths@1.0.0
71 silly currentTree +-- errno@0.1.4
71 silly currentTree +-- error-ex@1.3.1
71 silly currentTree +-- es6-promise@4.1.1
71 silly currentTree +-- escape-string-regexp@1.0.5
71 silly currentTree +-- expand-brackets@0.1.5
71 silly currentTree +-- expand-range@1.8.2
71 silly currentTree +-- extend@3.0.1
71 silly currentTree +-- extglob@0.3.2
71 silly currentTree +-- extract-zip@1.6.5
71 silly currentTree | +-- debug@2.2.0
71 silly currentTree | +-- minimist@0.0.8
71 silly currentTree | +-- mkdirp@0.5.0
71 silly currentTree | `-- ms@0.7.1
71 silly currentTree +-- extsprintf@1.3.0
71 silly currentTree +-- fast-deep-equal@1.0.0
71 silly currentTree +-- fd-slicer@1.0.1
71 silly currentTree +-- filename-regex@2.0.1
71 silly currentTree +-- fill-range@2.2.3
71 silly currentTree +-- find-up@1.1.2
71 silly currentTree +-- font-awesome@4.7.0
71 silly currentTree +-- for-in@1.0.2
71 silly currentTree +-- for-own@0.1.5
71 silly currentTree +-- forever-agent@0.6.1
71 silly currentTree +-- form-data@2.3.1
71 silly currentTree +-- fs-extra@0.30.0
71 silly currentTree +-- fs.realpath@1.0.0
71 silly currentTree +-- fstream@1.0.11
71 silly currentTree +-- gauge@2.7.4
71 silly currentTree +-- get-caller-file@1.0.2
71 silly currentTree +-- get-package-info@1.0.0
71 silly currentTree | +-- find-up@2.1.0
71 silly currentTree | +-- load-json-file@2.0.0
71 silly currentTree | +-- path-type@2.0.0
71 silly currentTree | +-- read-pkg-up@2.0.0
71 silly currentTree | +-- read-pkg@2.0.0
71 silly currentTree | `-- strip-bom@3.0.0
71 silly currentTree +-- get-stdin@4.0.1
71 silly currentTree +-- getpass@0.1.7
71 silly currentTree +-- glob-base@0.3.0
71 silly currentTree +-- glob-parent@2.0.0
71 silly currentTree +-- glob@5.0.15
71 silly currentTree +-- graceful-fs@4.1.11
71 silly currentTree +-- har-schema@2.0.0
71 silly currentTree +-- har-validator@5.0.3
71 silly currentTree +-- has-ansi@2.0.0
71 silly currentTree +-- has-unicode@2.0.1
71 silly currentTree +-- hawk@6.0.2
71 silly currentTree +-- hoek@4.2.0
71 silly currentTree +-- home-path@1.0.5
71 silly currentTree +-- hosted-git-info@2.5.0
71 silly currentTree +-- http-signature@1.2.0
71 silly currentTree +-- image-size@0.5.5
71 silly currentTree +-- indent-string@2.1.0
71 silly currentTree +-- inflight@1.0.6
71 silly currentTree +-- inherits@2.0.3
71 silly currentTree +-- ini@1.3.4
71 silly currentTree +-- invert-kv@1.0.0
71 silly currentTree +-- is-absolute@0.2.6
71 silly currentTree +-- is-arrayish@0.2.1
71 silly currentTree +-- is-binary-path@1.0.1
71 silly currentTree +-- is-buffer@1.1.5
71 silly currentTree +-- is-builtin-module@1.0.0
71 silly currentTree +-- is-dotfile@1.0.3
71 silly currentTree +-- is-equal-shallow@0.1.3
71 silly currentTree +-- is-extendable@0.1.1
71 silly currentTree +-- is-extglob@1.0.0
71 silly currentTree +-- is-finite@1.0.2
71 silly currentTree +-- is-fullwidth-code-point@1.0.0
71 silly currentTree +-- is-glob@2.0.1
71 silly currentTree +-- is-number@2.1.0
71 silly currentTree +-- is-posix-bracket@0.1.1
71 silly currentTree +-- is-primitive@2.0.0
71 silly currentTree +-- is-relative@0.2.1
71 silly currentTree +-- is-typedarray@1.0.0
71 silly currentTree +-- is-unc-path@0.1.2
71 silly currentTree +-- is-url@1.2.2
71 silly currentTree +-- is-utf8@0.2.1
71 silly currentTree +-- is-windows@0.2.0
71 silly currentTree +-- isarray@1.0.0
71 silly currentTree +-- isbinaryfile@3.0.2
71 silly currentTree +-- isexe@2.0.0
71 silly currentTree +-- isobject@2.1.0
71 silly currentTree +-- isstream@0.1.2
71 silly currentTree +-- jquery@2.2.4
71 silly currentTree +-- jsbn@0.1.1
71 silly currentTree +-- json-schema-traverse@0.3.1
71 silly currentTree +-- json-schema@0.2.3
71 silly currentTree +-- json-stable-stringify@1.0.1
71 silly currentTree +-- json-stringify-safe@5.0.1
71 silly currentTree +-- jsonfile@2.4.0
71 silly currentTree +-- jsonify@0.0.0
71 silly currentTree +-- jsprim@1.4.1
71 silly currentTree +-- kind-of@3.2.2
71 silly currentTree +-- klaw@1.3.1
71 silly currentTree +-- kramed@0.5.6
71 silly currentTree +-- langmap@0.0.13
71 silly currentTree +-- lcid@1.0.0
71 silly currentTree +-- less@2.7.2
71 silly currentTree +-- list-diff2@0.1.4
71 silly currentTree +-- load-json-file@1.1.0
71 silly currentTree +-- locate-path@2.0.0
71 silly currentTree | `-- path-exists@3.0.0
71 silly currentTree +-- lodash._reinterpolate@3.0.0
71 silly currentTree +-- lodash.assign@4.2.0
71 silly currentTree +-- lodash.get@4.4.2
71 silly currentTree +-- lodash.template@4.4.0
71 silly currentTree +-- lodash.templatesettings@4.1.0
71 silly currentTree +-- log-symbols@1.0.2
71 silly currentTree +-- loud-rejection@1.6.0
71 silly currentTree +-- map-cache@0.2.2
71 silly currentTree +-- map-obj@1.0.1
71 silly currentTree +-- mathjax@2.7.2
71 silly currentTree +-- meow@3.7.0
71 silly currentTree +-- micromatch@2.3.11
71 silly currentTree +-- mime-db@1.30.0
71 silly currentTree +-- mime-types@2.1.17
71 silly currentTree +-- mime@1.4.1
71 silly currentTree +-- mimic-fn@1.1.0
71 silly currentTree +-- minimatch@3.0.4
71 silly currentTree +-- minimist@1.2.0
71 silly currentTree +-- mkdirp@0.5.1
71 silly currentTree | `-- minimist@0.0.8
71 silly currentTree +-- mkpath@0.1.0
71 silly currentTree +-- mksnapshot@0.3.1
71 silly currentTree | `-- fs-extra@0.26.7
71 silly currentTree +-- ms@2.0.0
71 silly currentTree +-- nan@2.7.0
71 silly currentTree +-- nconf@0.8.5
71 silly currentTree | +-- async@1.5.2
71 silly currentTree | `-- yargs@3.32.0
71 silly currentTree +-- ncp@2.0.0
71 silly currentTree +-- node-abi@2.1.1
71 silly currentTree +-- node-gyp@3.6.2
71 silly currentTree | +-- glob@7.1.2
71 silly currentTree | `-- semver@5.3.0
71 silly currentTree +-- nopt@3.0.6
71 silly currentTree +-- normalize-package-data@2.4.0
71 silly currentTree +-- normalize-path@2.1.1
71 silly currentTree +-- npmlog@4.1.2
71 silly currentTree +-- nugget@2.0.1
71 silly currentTree +-- number-is-nan@1.0.1
71 silly currentTree +-- oauth-sign@0.8.2
71 silly currentTree +-- object-assign@4.1.1
71 silly currentTree +-- object-keys@0.4.0
71 silly currentTree +-- object.omit@2.0.1
71 silly currentTree +-- once@1.4.0
71 silly currentTree +-- onetime@2.0.1
71 silly currentTree +-- ora@1.3.0
71 silly currentTree +-- os-homedir@1.0.2
71 silly currentTree +-- os-locale@1.4.0
71 silly currentTree +-- os-tmpdir@1.0.2
71 silly currentTree +-- osenv@0.1.4
71 silly currentTree +-- p-limit@1.1.0
71 silly currentTree +-- p-locate@2.0.0
71 silly currentTree +-- parse-filepath@0.6.3
71 silly currentTree +-- parse-glob@3.0.4
71 silly currentTree +-- parse-json@2.2.0
71 silly currentTree +-- parse-ms@1.0.1
71 silly currentTree +-- path-exists@2.1.0
71 silly currentTree +-- path-is-absolute@1.0.1
71 silly currentTree +-- path-parse@1.0.5
71 silly currentTree +-- path-type@1.1.0
71 silly currentTree +-- pend@1.2.0
71 silly currentTree +-- performance-now@2.1.0
71 silly currentTree +-- pify@2.3.0
71 silly currentTree +-- pinkie-promise@2.0.1
71 silly currentTree +-- pinkie@2.0.4
71 silly currentTree +-- plist@2.1.0
71 silly currentTree +-- plur@1.0.0
71 silly currentTree +-- preserve@0.2.0
71 silly currentTree +-- pretty-bytes@1.0.4
71 silly currentTree +-- pretty-ms@2.1.0
71 silly currentTree +-- process-nextick-args@1.0.7
71 silly currentTree +-- progress-stream@1.2.0
71 silly currentTree +-- promise@7.3.1
71 silly currentTree +-- prr@0.0.0
71 silly currentTree +-- punycode@1.4.1
71 silly currentTree +-- q@1.5.1
71 silly currentTree +-- qs@6.5.1
71 silly currentTree +-- randomatic@1.1.7
71 silly currentTree | +-- is-number@3.0.0
71 silly currentTree | | `-- kind-of@3.2.2
71 silly currentTree | `-- kind-of@4.0.0
71 silly currentTree +-- rc@1.2.2
71 silly currentTree +-- rcedit@0.9.0
71 silly currentTree +-- read-pkg-up@1.0.1
71 silly currentTree +-- read-pkg@1.1.0
71 silly currentTree +-- readable-stream@2.3.3
71 silly currentTree +-- readdirp@2.1.0
71 silly currentTree +-- redent@1.0.0
71 silly currentTree +-- regex-cache@0.4.4
71 silly currentTree +-- remove-trailing-separator@1.1.0
71 silly currentTree +-- repeat-element@1.1.2
71 silly currentTree +-- repeat-string@1.6.1
71 silly currentTree +-- repeating@2.0.1
71 silly currentTree +-- request@2.83.0
71 silly currentTree +-- require-directory@2.1.1
71 silly currentTree +-- require-main-filename@1.0.1
71 silly currentTree +-- resolve@1.4.0
71 silly currentTree +-- restore-cursor@2.0.0
71 silly currentTree +-- rimraf@2.6.2
71 silly currentTree | `-- glob@7.1.2
71 silly currentTree +-- run-series@1.1.4
71 silly currentTree +-- rxjs@5.5.0
71 silly currentTree +-- safe-buffer@5.1.1
71 silly currentTree +-- salvator@0.2.0
71 silly currentTree +-- sanitize-filename@1.6.1
71 silly currentTree +-- secure-keys@1.0.0
71 silly currentTree +-- semver@5.4.1
71 silly currentTree +-- set-blocking@2.0.0
71 silly currentTree +-- set-immediate-shim@1.0.1
71 silly currentTree +-- signal-exit@3.0.2
71 silly currentTree +-- simple-virtual-dom@0.1.9
71 silly currentTree +-- single-line-log@1.1.2
71 silly currentTree +-- sntp@2.0.2
71 silly currentTree +-- source-map@0.5.7
71 silly currentTree +-- spawn-rx@2.0.12
71 silly currentTree +-- spdx-correct@1.0.2
71 silly currentTree +-- spdx-expression-parse@1.0.4
71 silly currentTree +-- spdx-license-ids@1.2.2
71 silly currentTree +-- speedometer@0.1.4
71 silly currentTree +-- spellchecker@3.4.4
71 silly currentTree +-- sshpk@1.13.1
71 silly currentTree +-- string_decoder@1.0.3
71 silly currentTree +-- string-width@1.0.2
71 silly currentTree +-- stringstream@0.0.5
71 silly currentTree +-- strip-ansi@3.0.1
71 silly currentTree +-- strip-bom@2.0.0
71 silly currentTree +-- strip-indent@1.0.1
71 silly currentTree +-- strip-json-comments@2.0.1
71 silly currentTree +-- sumchecker@1.3.1
71 silly currentTree +-- supports-color@2.0.0
71 silly currentTree +-- symbol-observable@1.0.4
71 silly currentTree +-- tar@2.2.1
71 silly currentTree +-- temp@0.8.3
71 silly currentTree | `-- rimraf@2.2.8
71 silly currentTree +-- throttleit@0.0.2
71 silly currentTree +-- through2@0.2.3
71 silly currentTree | +-- isarray@0.0.1
71 silly currentTree | +-- readable-stream@1.1.14
71 silly currentTree | `-- string_decoder@0.10.31
71 silly currentTree +-- tmp@0.0.28
71 silly currentTree +-- touch@0.0.3
71 silly currentTree | `-- nopt@1.0.10
71 silly currentTree +-- tough-cookie@2.3.3
71 silly currentTree +-- traverse@0.3.9
71 silly currentTree +-- trim-newlines@1.0.0
71 silly currentTree +-- truncate-utf8-bytes@1.0.2
71 silly currentTree +-- tunnel-agent@0.6.0
71 silly currentTree +-- tweetnacl@0.14.5
71 silly currentTree +-- typedarray@0.0.6
71 silly currentTree +-- unc-path-regex@0.1.2
71 silly currentTree +-- universalify@0.1.1
71 silly currentTree +-- utf8-byte-length@1.0.4
71 silly currentTree +-- util-deprecate@1.0.2
71 silly currentTree +-- uuid@3.1.0
71 silly currentTree +-- validate-npm-package-license@3.0.1
71 silly currentTree +-- verror@1.10.0
71 silly currentTree +-- which-module@1.0.0
71 silly currentTree +-- which@1.3.0
71 silly currentTree +-- wide-align@1.1.2
71 silly currentTree +-- window-size@0.1.4
71 silly currentTree +-- wrap-ansi@2.1.0
71 silly currentTree +-- wrappy@1.0.2
71 silly currentTree +-- xmlbuilder@8.2.2
71 silly currentTree +-- xmldom@0.1.27
71 silly currentTree +-- xtend@2.1.2
71 silly currentTree +-- y18n@3.2.1
71 silly currentTree `-- yauzl@2.4.1
72 silly idealTree Abricotine@0.5.0
72 silly idealTree +-- @shagstrom/split-pane@0.9.4
72 silly idealTree | `-- jquery@1.12.4
72 silly idealTree +-- @types/node@7.0.46
72 silly idealTree +-- abbrev@1.1.1
72 silly idealTree +-- ajv@5.2.3
72 silly idealTree +-- ansi-regex@2.1.1
72 silly idealTree +-- ansi-styles@2.2.1
72 silly idealTree +-- any-promise@1.3.0
72 silly idealTree +-- anymatch@1.3.2
72 silly idealTree +-- aproba@1.2.0
72 silly idealTree +-- are-we-there-yet@1.1.4
72 silly idealTree +-- arr-diff@2.0.0
72 silly idealTree +-- arr-flatten@1.1.0
72 silly idealTree +-- array-find-index@1.0.2
72 silly idealTree +-- array-unique@0.2.1
72 silly idealTree +-- asap@2.0.6
72 silly idealTree +-- asar@0.12.4
72 silly idealTree | `-- glob@6.0.4
72 silly idealTree +-- asn1@0.2.3
72 silly idealTree +-- assert-plus@1.0.0
72 silly idealTree +-- async-each@1.0.1
72 silly idealTree +-- async@2.5.0
72 silly idealTree +-- asynckit@0.4.0
72 silly idealTree +-- aws-sign2@0.7.0
72 silly idealTree +-- aws4@1.6.0
72 silly idealTree +-- balanced-match@1.0.0
72 silly idealTree +-- base64-js@1.2.0
72 silly idealTree +-- bcrypt-pbkdf@1.0.1
72 silly idealTree +-- binary-extensions@1.10.0
72 silly idealTree +-- binary@0.3.0
72 silly idealTree +-- block-stream@0.0.9
72 silly idealTree +-- bluebird@3.5.1
72 silly idealTree +-- boom@4.3.1
72 silly idealTree +-- brace-expansion@1.1.8
72 silly idealTree +-- braces@1.8.5
72 silly idealTree +-- buffers@0.1.1
72 silly idealTree +-- builtin-modules@1.1.1
72 silly idealTree +-- camelcase-keys@2.1.0
72 silly idealTree +-- camelcase@2.1.1
72 silly idealTree +-- caseless@0.12.0
72 silly idealTree +-- celldown.js@0.1.0
72 silly idealTree +-- chainsaw@0.1.0
72 silly idealTree +-- chalk@1.1.3
72 silly idealTree +-- chokidar@1.7.0
72 silly idealTree +-- chromium-pickle-js@0.2.0
72 silly idealTree +-- cli-cursor@2.1.0
72 silly idealTree +-- cli-spinners@1.1.0
72 silly idealTree +-- cliui@3.2.0
72 silly idealTree +-- co@4.6.0
72 silly idealTree +-- code-point-at@1.1.0
72 silly idealTree +-- codemirror@5.31.0
72 silly idealTree +-- colors@1.1.2
72 silly idealTree +-- combined-stream@1.0.5
72 silly idealTree +-- commander@2.11.0
72 silly idealTree +-- compare-version@0.1.2
72 silly idealTree +-- concat-map@0.0.1
72 silly idealTree +-- concat-stream@1.6.0
72 silly idealTree +-- console-control-strings@1.1.0
72 silly idealTree +-- core-util-is@1.0.2
72 silly idealTree +-- cryptiles@3.1.2
72 silly idealTree | `-- boom@5.2.0
72 silly idealTree +-- cuint@0.2.2
72 silly idealTree +-- currently-unhandled@0.4.1
72 silly idealTree +-- dashdash@1.14.1
72 silly idealTree +-- debug@2.6.9
72 silly idealTree +-- decamelize@1.2.0
72 silly idealTree +-- decompress-zip@0.3.0
72 silly idealTree | +-- isarray@0.0.1
72 silly idealTree | +-- readable-stream@1.1.14
72 silly idealTree | `-- string_decoder@0.10.31
72 silly idealTree +-- deep-equal@1.0.1
72 silly idealTree +-- deep-extend@0.4.2
72 silly idealTree +-- delayed-stream@1.0.0
72 silly idealTree +-- delegates@1.0.0
72 silly idealTree +-- ecc-jsbn@0.1.1
72 silly idealTree +-- electron-download@3.3.0
72 silly idealTree +-- electron-installer-debian@0.4.0
72 silly idealTree | `-- glob@7.1.2
72 silly idealTree +-- electron-osx-sign@0.4.7
72 silly idealTree +-- electron-packager@8.7.2
72 silly idealTree | +-- asar@0.13.0
72 silly idealTree | +-- electron-download@4.1.0
72 silly idealTree | | `-- fs-extra@2.1.2
72 silly idealTree | +-- fs-extra@3.0.1
72 silly idealTree | | `-- jsonfile@3.0.1
72 silly idealTree | +-- glob@6.0.4
72 silly idealTree | +-- path-exists@3.0.0
72 silly idealTree | `-- sumchecker@2.0.2
72 silly idealTree +-- electron-rebuild@1.6.0
72 silly idealTree | +-- camelcase@3.0.0
72 silly idealTree | +-- fs-extra@3.0.1
72 silly idealTree | +-- jsonfile@3.0.1
72 silly idealTree | +-- yargs-parser@5.0.0
72 silly idealTree | `-- yargs@7.1.0
72 silly idealTree +-- electron-squirrel-startup@1.0.0
72 silly idealTree +-- electron-window-state@3.1.0
72 silly idealTree +-- electron-winstaller@2.6.3
72 silly idealTree | +-- asar@0.11.0
72 silly idealTree | +-- chromium-pickle-js@0.1.0
72 silly idealTree | +-- fs-extra@0.26.7
72 silly idealTree | `-- glob@6.0.4
72 silly idealTree +-- electron@1.7.9
72 silly idealTree +-- env-paths@1.0.0
72 silly idealTree +-- errno@0.1.4
72 silly idealTree +-- error-ex@1.3.1
72 silly idealTree +-- es6-promise@4.1.1
72 silly idealTree +-- escape-string-regexp@1.0.5
72 silly idealTree +-- expand-brackets@0.1.5
72 silly idealTree +-- expand-range@1.8.2
72 silly idealTree +-- extend@3.0.1
72 silly idealTree +-- extglob@0.3.2
72 silly idealTree +-- extract-zip@1.6.5
72 silly idealTree | +-- debug@2.2.0
72 silly idealTree | +-- minimist@0.0.8
72 silly idealTree | +-- mkdirp@0.5.0
72 silly idealTree | `-- ms@0.7.1
72 silly idealTree +-- extsprintf@1.3.0
72 silly idealTree +-- fast-deep-equal@1.0.0
72 silly idealTree +-- fd-slicer@1.0.1
72 silly idealTree +-- filename-regex@2.0.1
72 silly idealTree +-- fill-range@2.2.3
72 silly idealTree +-- find-up@1.1.2
72 silly idealTree +-- font-awesome@4.7.0
72 silly idealTree +-- for-in@1.0.2
72 silly idealTree +-- for-own@0.1.5
72 silly idealTree +-- forever-agent@0.6.1
72 silly idealTree +-- form-data@2.3.1
72 silly idealTree +-- fs-extra@0.30.0
72 silly idealTree +-- fs.realpath@1.0.0
72 silly idealTree +-- fsevents@1.1.2
72 silly idealTree | +-- abbrev@1.1.0
72 silly idealTree | +-- ajv@4.11.8
72 silly idealTree | +-- ansi-regex@2.1.1
72 silly idealTree | +-- aproba@1.1.1
72 silly idealTree | +-- are-we-there-yet@1.1.4
72 silly idealTree | +-- asn1@0.2.3
72 silly idealTree | +-- assert-plus@0.2.0
72 silly idealTree | +-- asynckit@0.4.0
72 silly idealTree | +-- aws-sign2@0.6.0
72 silly idealTree | +-- aws4@1.6.0
72 silly idealTree | +-- balanced-match@0.4.2
72 silly idealTree | +-- bcrypt-pbkdf@1.0.1
72 silly idealTree | +-- block-stream@0.0.9
72 silly idealTree | +-- boom@2.10.1
72 silly idealTree | +-- brace-expansion@1.1.7
72 silly idealTree | +-- buffer-shims@1.0.0
72 silly idealTree | +-- caseless@0.12.0
72 silly idealTree | +-- co@4.6.0
72 silly idealTree | +-- code-point-at@1.1.0
72 silly idealTree | +-- combined-stream@1.0.5
72 silly idealTree | +-- concat-map@0.0.1
72 silly idealTree | +-- console-control-strings@1.1.0
72 silly idealTree | +-- core-util-is@1.0.2
72 silly idealTree | +-- cryptiles@2.0.5
72 silly idealTree | +-- dashdash@1.14.1
72 silly idealTree | | `-- assert-plus@1.0.0
72 silly idealTree | +-- debug@2.6.8
72 silly idealTree | +-- deep-extend@0.4.2
72 silly idealTree | +-- delayed-stream@1.0.0
72 silly idealTree | +-- delegates@1.0.0
72 silly idealTree | +-- ecc-jsbn@0.1.1
72 silly idealTree | +-- extend@3.0.1
72 silly idealTree | +-- extsprintf@1.0.2
72 silly idealTree | +-- forever-agent@0.6.1
72 silly idealTree | +-- form-data@2.1.4
72 silly idealTree | +-- fs.realpath@1.0.0
72 silly idealTree | +-- fstream-ignore@1.0.5
72 silly idealTree | +-- fstream@1.0.11
72 silly idealTree | +-- gauge@2.7.4
72 silly idealTree | +-- getpass@0.1.7
72 silly idealTree | | `-- assert-plus@1.0.0
72 silly idealTree | +-- glob@7.1.2
72 silly idealTree | +-- graceful-fs@4.1.11
72 silly idealTree | +-- har-schema@1.0.5
72 silly idealTree | +-- har-validator@4.2.1
72 silly idealTree | +-- has-unicode@2.0.1
72 silly idealTree | +-- hawk@3.1.3
72 silly idealTree | +-- hoek@2.16.3
72 silly idealTree | +-- http-signature@1.1.1
72 silly idealTree | +-- inflight@1.0.6
72 silly idealTree | +-- inherits@2.0.3
72 silly idealTree | +-- ini@1.3.4
72 silly idealTree | +-- is-fullwidth-code-point@1.0.0
72 silly idealTree | +-- is-typedarray@1.0.0
72 silly idealTree | +-- isarray@1.0.0
72 silly idealTree | +-- isstream@0.1.2
72 silly idealTree | +-- jodid25519@1.0.2
72 silly idealTree | +-- jsbn@0.1.1
72 silly idealTree | +-- json-schema@0.2.3
72 silly idealTree | +-- json-stable-stringify@1.0.1
72 silly idealTree | +-- json-stringify-safe@5.0.1
72 silly idealTree | +-- jsonify@0.0.0
72 silly idealTree | +-- jsprim@1.4.0
72 silly idealTree | | `-- assert-plus@1.0.0
72 silly idealTree | +-- mime-db@1.27.0
72 silly idealTree | +-- mime-types@2.1.15
72 silly idealTree | +-- minimatch@3.0.4
72 silly idealTree | +-- minimist@0.0.8
72 silly idealTree | +-- mkdirp@0.5.1
72 silly idealTree | +-- ms@2.0.0
72 silly idealTree | +-- node-pre-gyp@0.6.36
72 silly idealTree | +-- nopt@4.0.1
72 silly idealTree | +-- npmlog@4.1.0
72 silly idealTree | +-- number-is-nan@1.0.1
72 silly idealTree | +-- oauth-sign@0.8.2
72 silly idealTree | +-- object-assign@4.1.1
72 silly idealTree | +-- once@1.4.0
72 silly idealTree | +-- os-homedir@1.0.2
72 silly idealTree | +-- os-tmpdir@1.0.2
72 silly idealTree | +-- osenv@0.1.4
72 silly idealTree | +-- path-is-absolute@1.0.1
72 silly idealTree | +-- performance-now@0.2.0
72 silly idealTree | +-- process-nextick-args@1.0.7
72 silly idealTree | +-- punycode@1.4.1
72 silly idealTree | +-- qs@6.4.0
72 silly idealTree | +-- rc@1.2.1
72 silly idealTree | | `-- minimist@1.2.0
72 silly idealTree | +-- readable-stream@2.2.9
72 silly idealTree | +-- request@2.81.0
72 silly idealTree | +-- rimraf@2.6.1
72 silly idealTree | +-- safe-buffer@5.0.1
72 silly idealTree | +-- semver@5.3.0
72 silly idealTree | +-- set-blocking@2.0.0
72 silly idealTree | +-- signal-exit@3.0.2
72 silly idealTree | +-- sntp@1.0.9
72 silly idealTree | +-- sshpk@1.13.0
72 silly idealTree | | `-- assert-plus@1.0.0
72 silly idealTree | +-- string_decoder@1.0.1
72 silly idealTree | +-- string-width@1.0.2
72 silly idealTree | +-- stringstream@0.0.5
72 silly idealTree | +-- strip-ansi@3.0.1
72 silly idealTree | +-- strip-json-comments@2.0.1
72 silly idealTree | +-- tar-pack@3.4.0
72 silly idealTree | +-- tar@2.2.1
72 silly idealTree | +-- tough-cookie@2.3.2
72 silly idealTree | +-- tunnel-agent@0.6.0
72 silly idealTree | +-- tweetnacl@0.14.5
72 silly idealTree | +-- uid-number@0.0.6
72 silly idealTree | +-- util-deprecate@1.0.2
72 silly idealTree | +-- uuid@3.0.1
72 silly idealTree | +-- verror@1.3.6
72 silly idealTree | +-- wide-align@1.1.2
72 silly idealTree | `-- wrappy@1.0.2
72 silly idealTree +-- fstream@1.0.11
72 silly idealTree +-- gauge@2.7.4
72 silly idealTree +-- get-caller-file@1.0.2
72 silly idealTree +-- get-folder-size@1.0.0
72 silly idealTree | `-- async@1.5.2
72 silly idealTree +-- get-package-info@1.0.0
72 silly idealTree | +-- find-up@2.1.0
72 silly idealTree | +-- load-json-file@2.0.0
72 silly idealTree | +-- path-type@2.0.0
72 silly idealTree | +-- read-pkg-up@2.0.0
72 silly idealTree | +-- read-pkg@2.0.0
72 silly idealTree | `-- strip-bom@3.0.0
72 silly idealTree +-- get-stdin@4.0.1
72 silly idealTree +-- getpass@0.1.7
72 silly idealTree +-- glob-base@0.3.0
72 silly idealTree +-- glob-parent@2.0.0
72 silly idealTree +-- glob@5.0.15
72 silly idealTree +-- graceful-fs@4.1.11
72 silly idealTree +-- har-schema@2.0.0
72 silly idealTree +-- har-validator@5.0.3
72 silly idealTree +-- has-ansi@2.0.0
72 silly idealTree +-- has-unicode@2.0.1
72 silly idealTree +-- hawk@6.0.2
72 silly idealTree +-- hoek@4.2.0
72 silly idealTree +-- home-path@1.0.5
72 silly idealTree +-- hosted-git-info@2.5.0
72 silly idealTree +-- http-signature@1.2.0
72 silly idealTree +-- image-size@0.5.5
72 silly idealTree +-- indent-string@2.1.0
72 silly idealTree +-- inflight@1.0.6
72 silly idealTree +-- inherits@2.0.3
72 silly idealTree +-- ini@1.3.4
72 silly idealTree +-- invert-kv@1.0.0
72 silly idealTree +-- is-absolute@0.2.6
72 silly idealTree +-- is-arrayish@0.2.1
72 silly idealTree +-- is-binary-path@1.0.1
72 silly idealTree +-- is-buffer@1.1.5
72 silly idealTree +-- is-builtin-module@1.0.0
72 silly idealTree +-- is-dotfile@1.0.3
72 silly idealTree +-- is-equal-shallow@0.1.3
72 silly idealTree +-- is-extendable@0.1.1
72 silly idealTree +-- is-extglob@1.0.0
72 silly idealTree +-- is-finite@1.0.2
72 silly idealTree +-- is-fullwidth-code-point@1.0.0
72 silly idealTree +-- is-glob@2.0.1
72 silly idealTree +-- is-number@2.1.0
72 silly idealTree +-- is-posix-bracket@0.1.1
72 silly idealTree +-- is-primitive@2.0.0
72 silly idealTree +-- is-relative@0.2.1
72 silly idealTree +-- is-typedarray@1.0.0
72 silly idealTree +-- is-unc-path@0.1.2
72 silly idealTree +-- is-url@1.2.2
72 silly idealTree +-- is-utf8@0.2.1
72 silly idealTree +-- is-windows@0.2.0
72 silly idealTree +-- isarray@1.0.0
72 silly idealTree +-- isbinaryfile@3.0.2
72 silly idealTree +-- isexe@2.0.0
72 silly idealTree +-- isobject@2.1.0
72 silly idealTree +-- isstream@0.1.2
72 silly idealTree +-- jquery@2.2.4
72 silly idealTree +-- jsbn@0.1.1
72 silly idealTree +-- json-schema-traverse@0.3.1
72 silly idealTree +-- json-schema@0.2.3
72 silly idealTree +-- json-stable-stringify@1.0.1
72 silly idealTree +-- json-stringify-safe@5.0.1
72 silly idealTree +-- jsonfile@2.4.0
72 silly idealTree +-- jsonify@0.0.0
72 silly idealTree +-- jsprim@1.4.1
72 silly idealTree +-- kind-of@3.2.2
72 silly idealTree +-- klaw@1.3.1
72 silly idealTree +-- kramed@0.5.6
72 silly idealTree +-- langmap@0.0.13
72 silly idealTree +-- lcid@1.0.0
72 silly idealTree +-- less@2.7.2
72 silly idealTree +-- list-diff2@0.1.4
72 silly idealTree +-- load-json-file@1.1.0
72 silly idealTree +-- locate-path@2.0.0
72 silly idealTree | `-- path-exists@3.0.0
72 silly idealTree +-- lodash._reinterpolate@3.0.0
72 silly idealTree +-- lodash.assign@4.2.0
72 silly idealTree +-- lodash.get@4.4.2
72 silly idealTree +-- lodash.template@4.4.0
72 silly idealTree +-- lodash.templatesettings@4.1.0
72 silly idealTree +-- lodash@4.17.4
72 silly idealTree +-- log-symbols@1.0.2
72 silly idealTree +-- loud-rejection@1.6.0
72 silly idealTree +-- map-cache@0.2.2
72 silly idealTree +-- map-obj@1.0.1
72 silly idealTree +-- mathjax@2.7.2
72 silly idealTree +-- meow@3.7.0
72 silly idealTree +-- micromatch@2.3.11
72 silly idealTree +-- mime-db@1.30.0
72 silly idealTree +-- mime-types@2.1.17
72 silly idealTree +-- mime@1.4.1
72 silly idealTree +-- mimic-fn@1.1.0
72 silly idealTree +-- minimatch@3.0.4
72 silly idealTree +-- minimist@1.2.0
72 silly idealTree +-- mkdirp@0.5.1
72 silly idealTree | `-- minimist@0.0.8
72 silly idealTree +-- mkpath@0.1.0
72 silly idealTree +-- mksnapshot@0.3.1
72 silly idealTree | `-- fs-extra@0.26.7
72 silly idealTree +-- ms@2.0.0
72 silly idealTree +-- nan@2.7.0
72 silly idealTree +-- nconf@0.8.5
72 silly idealTree | +-- async@1.5.2
72 silly idealTree | `-- yargs@3.32.0
72 silly idealTree +-- ncp@2.0.0
72 silly idealTree +-- node-abi@2.1.1
72 silly idealTree +-- node-gyp@3.6.2
72 silly idealTree | +-- glob@7.1.2
72 silly idealTree | `-- semver@5.3.0
72 silly idealTree +-- nopt@3.0.6
72 silly idealTree +-- normalize-package-data@2.4.0
72 silly idealTree +-- normalize-path@2.1.1
72 silly idealTree +-- npmlog@4.1.2
72 silly idealTree +-- nugget@2.0.1
72 silly idealTree +-- number-is-nan@1.0.1
72 silly idealTree +-- oauth-sign@0.8.2
72 silly idealTree +-- object-assign@4.1.1
72 silly idealTree +-- object-keys@0.4.0
72 silly idealTree +-- object.omit@2.0.1
72 silly idealTree +-- once@1.4.0
72 silly idealTree +-- onetime@2.0.1
72 silly idealTree +-- ora@1.3.0
72 silly idealTree +-- os-homedir@1.0.2
72 silly idealTree +-- os-locale@1.4.0
72 silly idealTree +-- os-tmpdir@1.0.2
72 silly idealTree +-- osenv@0.1.4
72 silly idealTree +-- p-limit@1.1.0
72 silly idealTree +-- p-locate@2.0.0
72 silly idealTree +-- parse-filepath@0.6.3
72 silly idealTree +-- parse-glob@3.0.4
72 silly idealTree +-- parse-json@2.2.0
72 silly idealTree +-- parse-ms@1.0.1
72 silly idealTree +-- path-exists@2.1.0
72 silly idealTree +-- path-is-absolute@1.0.1
72 silly idealTree +-- path-parse@1.0.5
72 silly idealTree +-- path-type@1.1.0
72 silly idealTree +-- pend@1.2.0
72 silly idealTree +-- performance-now@2.1.0
72 silly idealTree +-- pify@2.3.0
72 silly idealTree +-- pinkie-promise@2.0.1
72 silly idealTree +-- pinkie@2.0.4
72 silly idealTree +-- plist@2.1.0
72 silly idealTree +-- plur@1.0.0
72 silly idealTree +-- preserve@0.2.0
72 silly idealTree +-- pretty-bytes@1.0.4
72 silly idealTree +-- pretty-ms@2.1.0
72 silly idealTree +-- process-nextick-args@1.0.7
72 silly idealTree +-- progress-stream@1.2.0
72 silly idealTree +-- promise@7.3.1
72 silly idealTree +-- prr@0.0.0
72 silly idealTree +-- punycode@1.4.1
72 silly idealTree +-- q@1.5.1
72 silly idealTree +-- qs@6.5.1
72 silly idealTree +-- randomatic@1.1.7
72 silly idealTree | +-- is-number@3.0.0
72 silly idealTree | | `-- kind-of@3.2.2
72 silly idealTree | `-- kind-of@4.0.0
72 silly idealTree +-- rc@1.2.2
72 silly idealTree +-- rcedit@0.9.0
72 silly idealTree +-- read-pkg-up@1.0.1
72 silly idealTree +-- read-pkg@1.1.0
72 silly idealTree +-- readable-stream@2.3.3
72 silly idealTree +-- readdirp@2.1.0
72 silly idealTree +-- redent@1.0.0
72 silly idealTree +-- regex-cache@0.4.4
72 silly idealTree +-- remove-trailing-separator@1.1.0
72 silly idealTree +-- repeat-element@1.1.2
72 silly idealTree +-- repeat-string@1.6.1
72 silly idealTree +-- repeating@2.0.1
72 silly idealTree +-- request@2.83.0
72 silly idealTree +-- require-directory@2.1.1
72 silly idealTree +-- require-main-filename@1.0.1
72 silly idealTree +-- resolve@1.4.0
72 silly idealTree +-- restore-cursor@2.0.0
72 silly idealTree +-- rimraf@2.6.2
72 silly idealTree | `-- glob@7.1.2
72 silly idealTree +-- run-series@1.1.4
72 silly idealTree +-- rxjs@5.5.0
72 silly idealTree +-- safe-buffer@5.1.1
72 silly idealTree +-- salvator@0.2.0
72 silly idealTree +-- sanitize-filename@1.6.1
72 silly idealTree +-- secure-keys@1.0.0
72 silly idealTree +-- semver@5.4.1
72 silly idealTree +-- set-blocking@2.0.0
72 silly idealTree +-- set-immediate-shim@1.0.1
72 silly idealTree +-- signal-exit@3.0.2
72 silly idealTree +-- simple-virtual-dom@0.1.9
72 silly idealTree +-- single-line-log@1.1.2
72 silly idealTree +-- sntp@2.0.2
72 silly idealTree +-- source-map@0.5.7
72 silly idealTree +-- spawn-rx@2.0.12
72 silly idealTree +-- spdx-correct@1.0.2
72 silly idealTree +-- spdx-expression-parse@1.0.4
72 silly idealTree +-- spdx-license-ids@1.2.2
72 silly idealTree +-- speedometer@0.1.4
72 silly idealTree +-- spellchecker@3.4.4
72 silly idealTree +-- sshpk@1.13.1
72 silly idealTree +-- string_decoder@1.0.3
72 silly idealTree +-- string-width@1.0.2
72 silly idealTree +-- stringstream@0.0.5
72 silly idealTree +-- strip-ansi@3.0.1
72 silly idealTree +-- strip-bom@2.0.0
72 silly idealTree +-- strip-indent@1.0.1
72 silly idealTree +-- strip-json-comments@2.0.1
72 silly idealTree +-- sumchecker@1.3.1
72 silly idealTree +-- supports-color@2.0.0
72 silly idealTree +-- symbol-observable@1.0.4
72 silly idealTree +-- tar@2.2.1
72 silly idealTree +-- temp@0.8.3
72 silly idealTree | `-- rimraf@2.2.8
72 silly idealTree +-- throttleit@0.0.2
72 silly idealTree +-- through2@0.2.3
72 silly idealTree | +-- isarray@0.0.1
72 silly idealTree | +-- readable-stream@1.1.14
72 silly idealTree | `-- string_decoder@0.10.31
72 silly idealTree +-- tmp@0.0.28
72 silly idealTree +-- touch@0.0.3
72 silly idealTree | `-- nopt@1.0.10
72 silly idealTree +-- tough-cookie@2.3.3
72 silly idealTree +-- traverse@0.3.9
72 silly idealTree +-- trim-newlines@1.0.0
72 silly idealTree +-- truncate-utf8-bytes@1.0.2
72 silly idealTree +-- tunnel-agent@0.6.0
72 silly idealTree +-- tweetnacl@0.14.5
72 silly idealTree +-- typedarray@0.0.6
72 silly idealTree +-- unc-path-regex@0.1.2
72 silly idealTree +-- universalify@0.1.1
72 silly idealTree +-- utf8-byte-length@1.0.4
72 silly idealTree +-- util-deprecate@1.0.2
72 silly idealTree +-- uuid@3.1.0
72 silly idealTree +-- validate-npm-package-license@3.0.1
72 silly idealTree +-- verror@1.10.0
72 silly idealTree +-- which-module@1.0.0
72 silly idealTree +-- which@1.3.0
72 silly idealTree +-- wide-align@1.1.2
72 silly idealTree +-- window-size@0.1.4
72 silly idealTree +-- word-wrap@1.2.3
72 silly idealTree +-- wrap-ansi@2.1.0
72 silly idealTree +-- wrappy@1.0.2
72 silly idealTree +-- xmlbuilder@8.2.2
72 silly idealTree +-- xmldom@0.1.27
72 silly idealTree +-- xtend@2.1.2
72 silly idealTree +-- y18n@3.2.1
72 silly idealTree +-- yargs-parser@4.2.1
72 silly idealTree | `-- camelcase@3.0.0
72 silly idealTree +-- yargs@6.6.0
72 silly idealTree | `-- camelcase@3.0.0
72 silly idealTree `-- yauzl@2.4.1
73 silly install generateActionsToTake
74 silly diffTrees action count 127
75 silly diffTrees add glob@6.0.4
76 silly diffTrees add asar@0.12.4
77 silly diffTrees add glob@7.1.2
78 silly diffTrees add abbrev@1.1.0
79 silly diffTrees add ansi-regex@2.1.1
80 silly diffTrees add aproba@1.1.1
81 silly diffTrees add asn1@0.2.3
82 silly diffTrees add assert-plus@0.2.0
83 silly diffTrees add asynckit@0.4.0
84 silly diffTrees add aws-sign2@0.6.0
85 silly diffTrees add aws4@1.6.0
86 silly diffTrees add balanced-match@0.4.2
87 silly diffTrees add buffer-shims@1.0.0
88 silly diffTrees add caseless@0.12.0
89 silly diffTrees add co@4.6.0
90 silly diffTrees add code-point-at@1.1.0
91 silly diffTrees add concat-map@0.0.1
92 silly diffTrees add brace-expansion@1.1.7
93 silly diffTrees add console-control-strings@1.1.0
94 silly diffTrees add core-util-is@1.0.2
95 silly diffTrees add assert-plus@1.0.0
96 silly diffTrees add dashdash@1.14.1
97 silly diffTrees add deep-extend@0.4.2
98 silly diffTrees add delayed-stream@1.0.0
99 silly diffTrees add combined-stream@1.0.5
100 silly diffTrees add delegates@1.0.0
101 silly diffTrees add extend@3.0.1
102 silly diffTrees add extsprintf@1.0.2
103 silly diffTrees add forever-agent@0.6.1
104 silly diffTrees add fs.realpath@1.0.0
105 silly diffTrees add assert-plus@1.0.0
106 silly diffTrees add getpass@0.1.7
107 silly diffTrees add graceful-fs@4.1.11
108 silly diffTrees add har-schema@1.0.5
109 silly diffTrees add has-unicode@2.0.1
110 silly diffTrees add hoek@2.16.3
111 silly diffTrees add boom@2.10.1
112 silly diffTrees add cryptiles@2.0.5
113 silly diffTrees add inherits@2.0.3
114 silly diffTrees add block-stream@0.0.9
115 silly diffTrees add ini@1.3.4
116 silly diffTrees add is-typedarray@1.0.0
117 silly diffTrees add isarray@1.0.0
118 silly diffTrees add isstream@0.1.2
119 silly diffTrees add jsbn@0.1.1
120 silly diffTrees add ecc-jsbn@0.1.1
121 silly diffTrees add jodid25519@1.0.2
122 silly diffTrees add json-schema@0.2.3
123 silly diffTrees add json-stringify-safe@5.0.1
124 silly diffTrees add jsonify@0.0.0
125 silly diffTrees add json-stable-stringify@1.0.1
126 silly diffTrees add ajv@4.11.8
127 silly diffTrees add har-validator@4.2.1
128 silly diffTrees add assert-plus@1.0.0
129 silly diffTrees add mime-db@1.27.0
130 silly diffTrees add mime-types@2.1.15
131 silly diffTrees add form-data@2.1.4
132 silly diffTrees add minimatch@3.0.4
133 silly diffTrees add minimist@0.0.8
134 silly diffTrees add mkdirp@0.5.1
135 silly diffTrees add ms@2.0.0
136 silly diffTrees add debug@2.6.8
137 silly diffTrees add number-is-nan@1.0.1
138 silly diffTrees add is-fullwidth-code-point@1.0.0
139 silly diffTrees add oauth-sign@0.8.2
140 silly diffTrees add object-assign@4.1.1
141 silly diffTrees add os-homedir@1.0.2
142 silly diffTrees add os-tmpdir@1.0.2
143 silly diffTrees add osenv@0.1.4
144 silly diffTrees add nopt@4.0.1
145 silly diffTrees add path-is-absolute@1.0.1
146 silly diffTrees add performance-now@0.2.0
147 silly diffTrees add process-nextick-args@1.0.7
148 silly diffTrees add punycode@1.4.1
149 silly diffTrees add qs@6.4.0
150 silly diffTrees add minimist@1.2.0
151 silly diffTrees add safe-buffer@5.0.1
152 silly diffTrees add semver@5.3.0
153 silly diffTrees add set-blocking@2.0.0
154 silly diffTrees add signal-exit@3.0.2
155 silly diffTrees add sntp@1.0.9
156 silly diffTrees add hawk@3.1.3
157 silly diffTrees add assert-plus@1.0.0
158 silly diffTrees add string_decoder@1.0.1
159 silly diffTrees add stringstream@0.0.5
160 silly diffTrees add strip-ansi@3.0.1
161 silly diffTrees add string-width@1.0.2
162 silly diffTrees add strip-json-comments@2.0.1
163 silly diffTrees add rc@1.2.1
164 silly diffTrees add tough-cookie@2.3.2
165 silly diffTrees add tunnel-agent@0.6.0
166 silly diffTrees add tweetnacl@0.14.5
167 silly diffTrees add bcrypt-pbkdf@1.0.1
168 silly diffTrees add sshpk@1.13.0
169 silly diffTrees add uid-number@0.0.6
170 silly diffTrees add util-deprecate@1.0.2
171 silly diffTrees add readable-stream@2.2.9
172 silly diffTrees add are-we-there-yet@1.1.4
173 silly diffTrees add uuid@3.0.1
174 silly diffTrees add verror@1.3.6
175 silly diffTrees add jsprim@1.4.0
176 silly diffTrees add http-signature@1.1.1
177 silly diffTrees add request@2.81.0
178 silly diffTrees add wide-align@1.1.2
179 silly diffTrees add gauge@2.7.4
180 silly diffTrees add npmlog@4.1.0
181 silly diffTrees add wrappy@1.0.2
182 silly diffTrees add once@1.4.0
183 silly diffTrees add inflight@1.0.6
184 silly diffTrees add glob@7.1.2
185 silly diffTrees add rimraf@2.6.1
186 silly diffTrees add fstream@1.0.11
187 silly diffTrees add fstream-ignore@1.0.5
188 silly diffTrees add tar@2.2.1
189 silly diffTrees add tar-pack@3.4.0
190 silly diffTrees add node-pre-gyp@0.6.36
191 silly diffTrees add fsevents@1.1.2
192 silly diffTrees add async@1.5.2
193 silly diffTrees add get-folder-size@1.0.0
194 silly diffTrees add lodash@4.17.4
195 silly diffTrees add async@2.5.0
196 silly diffTrees add word-wrap@1.2.3
197 silly diffTrees add camelcase@3.0.0
198 silly diffTrees add yargs-parser@4.2.1
199 silly diffTrees add camelcase@3.0.0
200 silly diffTrees add yargs@6.6.0
201 silly diffTrees add electron-installer-debian@0.4.0
202 silly decomposeActions action count 790
203 silly decomposeActions fetch glob@6.0.4
204 silly decomposeActions extract glob@6.0.4
205 silly decomposeActions preinstall glob@6.0.4
206 silly decomposeActions build glob@6.0.4
207 silly decomposeActions install glob@6.0.4
208 silly decomposeActions postinstall glob@6.0.4
209 silly decomposeActions finalize glob@6.0.4
210 silly decomposeActions refresh-package-json glob@6.0.4
211 silly decomposeActions fetch asar@0.12.4
212 silly decomposeActions extract asar@0.12.4
213 silly decomposeActions preinstall asar@0.12.4
214 silly decomposeActions build asar@0.12.4
215 silly decomposeActions install asar@0.12.4
216 silly decomposeActions postinstall asar@0.12.4
217 silly decomposeActions finalize asar@0.12.4
218 silly decomposeActions refresh-package-json asar@0.12.4
219 silly decomposeActions fetch glob@7.1.2
220 silly decomposeActions extract glob@7.1.2
221 silly decomposeActions preinstall glob@7.1.2
222 silly decomposeActions build glob@7.1.2
223 silly decomposeActions install glob@7.1.2
224 silly decomposeActions postinstall glob@7.1.2
225 silly decomposeActions finalize glob@7.1.2
226 silly decomposeActions refresh-package-json glob@7.1.2
227 silly decomposeActions preinstall abbrev@1.1.0
228 silly decomposeActions build abbrev@1.1.0
229 silly decomposeActions install abbrev@1.1.0
230 silly decomposeActions postinstall abbrev@1.1.0
231 silly decomposeActions finalize abbrev@1.1.0
232 silly decomposeActions refresh-package-json abbrev@1.1.0
233 silly decomposeActions preinstall ansi-regex@2.1.1
234 silly decomposeActions build ansi-regex@2.1.1
235 silly decomposeActions install ansi-regex@2.1.1
236 silly decomposeActions postinstall ansi-regex@2.1.1
237 silly decomposeActions finalize ansi-regex@2.1.1
238 silly decomposeActions refresh-package-json ansi-regex@2.1.1
239 silly decomposeActions preinstall aproba@1.1.1
240 silly decomposeActions build aproba@1.1.1
241 silly decomposeActions install aproba@1.1.1
242 silly decomposeActions postinstall aproba@1.1.1
243 silly decomposeActions finalize aproba@1.1.1
244 silly decomposeActions refresh-package-json aproba@1.1.1
245 silly decomposeActions preinstall asn1@0.2.3
246 silly decomposeActions build asn1@0.2.3
247 silly decomposeActions install asn1@0.2.3
248 silly decomposeActions postinstall asn1@0.2.3
249 silly decomposeActions finalize asn1@0.2.3
250 silly decomposeActions refresh-package-json asn1@0.2.3
251 silly decomposeActions preinstall assert-plus@0.2.0
252 silly decomposeActions build assert-plus@0.2.0
253 silly decomposeActions install assert-plus@0.2.0
254 silly decomposeActions postinstall assert-plus@0.2.0
255 silly decomposeActions finalize assert-plus@0.2.0
256 silly decomposeActions refresh-package-json assert-plus@0.2.0
257 silly decomposeActions preinstall asynckit@0.4.0
258 silly decomposeActions build asynckit@0.4.0
259 silly decomposeActions install asynckit@0.4.0
260 silly decomposeActions postinstall asynckit@0.4.0
261 silly decomposeActions finalize asynckit@0.4.0
262 silly decomposeActions refresh-package-json asynckit@0.4.0
263 silly decomposeActions preinstall aws-sign2@0.6.0
264 silly decomposeActions build aws-sign2@0.6.0
265 silly decomposeActions install aws-sign2@0.6.0
266 silly decomposeActions postinstall aws-sign2@0.6.0
267 silly decomposeActions finalize aws-sign2@0.6.0
268 silly decomposeActions refresh-package-json aws-sign2@0.6.0
269 silly decomposeActions preinstall aws4@1.6.0
270 silly decomposeActions build aws4@1.6.0
271 silly decomposeActions install aws4@1.6.0
272 silly decomposeActions postinstall aws4@1.6.0
273 silly decomposeActions finalize aws4@1.6.0
274 silly decomposeActions refresh-package-json aws4@1.6.0
275 silly decomposeActions preinstall balanced-match@0.4.2
276 silly decomposeActions build balanced-match@0.4.2
277 silly decomposeActions install balanced-match@0.4.2
278 silly decomposeActions postinstall balanced-match@0.4.2
279 silly decomposeActions finalize balanced-match@0.4.2
280 silly decomposeActions refresh-package-json balanced-match@0.4.2
281 silly decomposeActions preinstall buffer-shims@1.0.0
282 silly decomposeActions build buffer-shims@1.0.0
283 silly decomposeActions install buffer-shims@1.0.0
284 silly decomposeActions postinstall buffer-shims@1.0.0
285 silly decomposeActions finalize buffer-shims@1.0.0
286 silly decomposeActions refresh-package-json buffer-shims@1.0.0
287 silly decomposeActions preinstall caseless@0.12.0
288 silly decomposeActions build caseless@0.12.0
289 silly decomposeActions install caseless@0.12.0
290 silly decomposeActions postinstall caseless@0.12.0
291 silly decomposeActions finalize caseless@0.12.0
292 silly decomposeActions refresh-package-json caseless@0.12.0
293 silly decomposeActions preinstall co@4.6.0
294 silly decomposeActions build co@4.6.0
295 silly decomposeActions install co@4.6.0
296 silly decomposeActions postinstall co@4.6.0
297 silly decomposeActions finalize co@4.6.0
298 silly decomposeActions refresh-package-json co@4.6.0
299 silly decomposeActions preinstall code-point-at@1.1.0
300 silly decomposeActions build code-point-at@1.1.0
301 silly decomposeActions install code-point-at@1.1.0
302 silly decomposeActions postinstall code-point-at@1.1.0
303 silly decomposeActions finalize code-point-at@1.1.0
304 silly decomposeActions refresh-package-json code-point-at@1.1.0
305 silly decomposeActions preinstall concat-map@0.0.1
306 silly decomposeActions build concat-map@0.0.1
307 silly decomposeActions install concat-map@0.0.1
308 silly decomposeActions postinstall concat-map@0.0.1
309 silly decomposeActions finalize concat-map@0.0.1
310 silly decomposeActions refresh-package-json concat-map@0.0.1
311 silly decomposeActions preinstall brace-expansion@1.1.7
312 silly decomposeActions build brace-expansion@1.1.7
313 silly decomposeActions install brace-expansion@1.1.7
314 silly decomposeActions postinstall brace-expansion@1.1.7
315 silly decomposeActions finalize brace-expansion@1.1.7
316 silly decomposeActions refresh-package-json brace-expansion@1.1.7
317 silly decomposeActions preinstall console-control-strings@1.1.0
318 silly decomposeActions build console-control-strings@1.1.0
319 silly decomposeActions install console-control-strings@1.1.0
320 silly decomposeActions postinstall console-control-strings@1.1.0
321 silly decomposeActions finalize console-control-strings@1.1.0
322 silly decomposeActions refresh-package-json console-control-strings@1.1.0
323 silly decomposeActions preinstall core-util-is@1.0.2
324 silly decomposeActions build core-util-is@1.0.2
325 silly decomposeActions install core-util-is@1.0.2
326 silly decomposeActions postinstall core-util-is@1.0.2
327 silly decomposeActions finalize core-util-is@1.0.2
328 silly decomposeActions refresh-package-json core-util-is@1.0.2
329 silly decomposeActions preinstall assert-plus@1.0.0
330 silly decomposeActions build assert-plus@1.0.0
331 silly decomposeActions install assert-plus@1.0.0
332 silly decomposeActions postinstall assert-plus@1.0.0
333 silly decomposeActions finalize assert-plus@1.0.0
334 silly decomposeActions refresh-package-json assert-plus@1.0.0
335 silly decomposeActions preinstall dashdash@1.14.1
336 silly decomposeActions build dashdash@1.14.1
337 silly decomposeActions install dashdash@1.14.1
338 silly decomposeActions postinstall dashdash@1.14.1
339 silly decomposeActions finalize dashdash@1.14.1
340 silly decomposeActions refresh-package-json dashdash@1.14.1
341 silly decomposeActions preinstall deep-extend@0.4.2
342 silly decomposeActions build deep-extend@0.4.2
343 silly decomposeActions install deep-extend@0.4.2
344 silly decomposeActions postinstall deep-extend@0.4.2
345 silly decomposeActions finalize deep-extend@0.4.2
346 silly decomposeActions refresh-package-json deep-extend@0.4.2
347 silly decomposeActions preinstall delayed-stream@1.0.0
348 silly decomposeActions build delayed-stream@1.0.0
349 silly decomposeActions install delayed-stream@1.0.0
350 silly decomposeActions postinstall delayed-stream@1.0.0
351 silly decomposeActions finalize delayed-stream@1.0.0
352 silly decomposeActions refresh-package-json delayed-stream@1.0.0
353 silly decomposeActions preinstall combined-stream@1.0.5
354 silly decomposeActions build combined-stream@1.0.5
355 silly decomposeActions install combined-stream@1.0.5
356 silly decomposeActions postinstall combined-stream@1.0.5
357 silly decomposeActions finalize combined-stream@1.0.5
358 silly decomposeActions refresh-package-json combined-stream@1.0.5
359 silly decomposeActions preinstall delegates@1.0.0
360 silly decomposeActions build delegates@1.0.0
361 silly decomposeActions install delegates@1.0.0
362 silly decomposeActions postinstall delegates@1.0.0
363 silly decomposeActions finalize delegates@1.0.0
364 silly decomposeActions refresh-package-json delegates@1.0.0
365 silly decomposeActions preinstall extend@3.0.1
366 silly decomposeActions build extend@3.0.1
367 silly decomposeActions install extend@3.0.1
368 silly decomposeActions postinstall extend@3.0.1
369 silly decomposeActions finalize extend@3.0.1
370 silly decomposeActions refresh-package-json extend@3.0.1
371 silly decomposeActions preinstall extsprintf@1.0.2
372 silly decomposeActions build extsprintf@1.0.2
373 silly decomposeActions install extsprintf@1.0.2
374 silly decomposeActions postinstall extsprintf@1.0.2
375 silly decomposeActions finalize extsprintf@1.0.2
376 silly decomposeActions refresh-package-json extsprintf@1.0.2
377 silly decomposeActions preinstall forever-agent@0.6.1
378 silly decomposeActions build forever-agent@0.6.1
379 silly decomposeActions install forever-agent@0.6.1
380 silly decomposeActions postinstall forever-agent@0.6.1
381 silly decomposeActions finalize forever-agent@0.6.1
382 silly decomposeActions refresh-package-json forever-agent@0.6.1
383 silly decomposeActions preinstall fs.realpath@1.0.0
384 silly decomposeActions build fs.realpath@1.0.0
385 silly decomposeActions install fs.realpath@1.0.0
386 silly decomposeActions postinstall fs.realpath@1.0.0
387 silly decomposeActions finalize fs.realpath@1.0.0
388 silly decomposeActions refresh-package-json fs.realpath@1.0.0
389 silly decomposeActions preinstall assert-plus@1.0.0
390 silly decomposeActions build assert-plus@1.0.0
391 silly decomposeActions install assert-plus@1.0.0
392 silly decomposeActions postinstall assert-plus@1.0.0
393 silly decomposeActions finalize assert-plus@1.0.0
394 silly decomposeActions refresh-package-json assert-plus@1.0.0
395 silly decomposeActions preinstall getpass@0.1.7
396 silly decomposeActions build getpass@0.1.7
397 silly decomposeActions install getpass@0.1.7
398 silly decomposeActions postinstall getpass@0.1.7
399 silly decomposeActions finalize getpass@0.1.7
400 silly decomposeActions refresh-package-json getpass@0.1.7
401 silly decomposeActions preinstall graceful-fs@4.1.11
402 silly decomposeActions build graceful-fs@4.1.11
403 silly decomposeActions install graceful-fs@4.1.11
404 silly decomposeActions postinstall graceful-fs@4.1.11
405 silly decomposeActions finalize graceful-fs@4.1.11
406 silly decomposeActions refresh-package-json graceful-fs@4.1.11
407 silly decomposeActions preinstall har-schema@1.0.5
408 silly decomposeActions build har-schema@1.0.5
409 silly decomposeActions install har-schema@1.0.5
410 silly decomposeActions postinstall har-schema@1.0.5
411 silly decomposeActions finalize har-schema@1.0.5
412 silly decomposeActions refresh-package-json har-schema@1.0.5
413 silly decomposeActions preinstall has-unicode@2.0.1
414 silly decomposeActions build has-unicode@2.0.1
415 silly decomposeActions install has-unicode@2.0.1
416 silly decomposeActions postinstall has-unicode@2.0.1
417 silly decomposeActions finalize has-unicode@2.0.1
418 silly decomposeActions refresh-package-json has-unicode@2.0.1
419 silly decomposeActions preinstall hoek@2.16.3
420 silly decomposeActions build hoek@2.16.3
421 silly decomposeActions install hoek@2.16.3
422 silly decomposeActions postinstall hoek@2.16.3
423 silly decomposeActions finalize hoek@2.16.3
424 silly decomposeActions refresh-package-json hoek@2.16.3
425 silly decomposeActions preinstall boom@2.10.1
426 silly decomposeActions build boom@2.10.1
427 silly decomposeActions install boom@2.10.1
428 silly decomposeActions postinstall boom@2.10.1
429 silly decomposeActions finalize boom@2.10.1
430 silly decomposeActions refresh-package-json boom@2.10.1
431 silly decomposeActions preinstall cryptiles@2.0.5
432 silly decomposeActions build cryptiles@2.0.5
433 silly decomposeActions install cryptiles@2.0.5
434 silly decomposeActions postinstall cryptiles@2.0.5
435 silly decomposeActions finalize cryptiles@2.0.5
436 silly decomposeActions refresh-package-json cryptiles@2.0.5
437 silly decomposeActions preinstall inherits@2.0.3
438 silly decomposeActions build inherits@2.0.3
439 silly decomposeActions install inherits@2.0.3
440 silly decomposeActions postinstall inherits@2.0.3
441 silly decomposeActions finalize inherits@2.0.3
442 silly decomposeActions refresh-package-json inherits@2.0.3
443 silly decomposeActions preinstall block-stream@0.0.9
444 silly decomposeActions build block-stream@0.0.9
445 silly decomposeActions install block-stream@0.0.9
446 silly decomposeActions postinstall block-stream@0.0.9
447 silly decomposeActions finalize block-stream@0.0.9
448 silly decomposeActions refresh-package-json block-stream@0.0.9
449 silly decomposeActions preinstall ini@1.3.4
450 silly decomposeActions build ini@1.3.4
451 silly decomposeActions install ini@1.3.4
452 silly decomposeActions postinstall ini@1.3.4
453 silly decomposeActions finalize ini@1.3.4
454 silly decomposeActions refresh-package-json ini@1.3.4
455 silly decomposeActions preinstall is-typedarray@1.0.0
456 silly decomposeActions build is-typedarray@1.0.0
457 silly decomposeActions install is-typedarray@1.0.0
458 silly decomposeActions postinstall is-typedarray@1.0.0
459 silly decomposeActions finalize is-typedarray@1.0.0
460 silly decomposeActions refresh-package-json is-typedarray@1.0.0
461 silly decomposeActions preinstall isarray@1.0.0
462 silly decomposeActions build isarray@1.0.0
463 silly decomposeActions install isarray@1.0.0
464 silly decomposeActions postinstall isarray@1.0.0
465 silly decomposeActions finalize isarray@1.0.0
466 silly decomposeActions refresh-package-json isarray@1.0.0
467 silly decomposeActions preinstall isstream@0.1.2
468 silly decomposeActions build isstream@0.1.2
469 silly decomposeActions install isstream@0.1.2
470 silly decomposeActions postinstall isstream@0.1.2
471 silly decomposeActions finalize isstream@0.1.2
472 silly decomposeActions refresh-package-json isstream@0.1.2
473 silly decomposeActions preinstall jsbn@0.1.1
474 silly decomposeActions build jsbn@0.1.1
475 silly decomposeActions install jsbn@0.1.1
476 silly decomposeActions postinstall jsbn@0.1.1
477 silly decomposeActions finalize jsbn@0.1.1
478 silly decomposeActions refresh-package-json jsbn@0.1.1
479 silly decomposeActions preinstall ecc-jsbn@0.1.1
480 silly decomposeActions build ecc-jsbn@0.1.1
481 silly decomposeActions install ecc-jsbn@0.1.1
482 silly decomposeActions postinstall ecc-jsbn@0.1.1
483 silly decomposeActions finalize ecc-jsbn@0.1.1
484 silly decomposeActions refresh-package-json ecc-jsbn@0.1.1
485 silly decomposeActions preinstall jodid25519@1.0.2
486 silly decomposeActions build jodid25519@1.0.2
487 silly decomposeActions install jodid25519@1.0.2
488 silly decomposeActions postinstall jodid25519@1.0.2
489 silly decomposeActions finalize jodid25519@1.0.2
490 silly decomposeActions refresh-package-json jodid25519@1.0.2
491 silly decomposeActions preinstall json-schema@0.2.3
492 silly decomposeActions build json-schema@0.2.3
493 silly decomposeActions install json-schema@0.2.3
494 silly decomposeActions postinstall json-schema@0.2.3
495 silly decomposeActions finalize json-schema@0.2.3
496 silly decomposeActions refresh-package-json json-schema@0.2.3
497 silly decomposeActions preinstall json-stringify-safe@5.0.1
498 silly decomposeActions build json-stringify-safe@5.0.1
499 silly decomposeActions install json-stringify-safe@5.0.1
500 silly decomposeActions postinstall json-stringify-safe@5.0.1
501 silly decomposeActions finalize json-stringify-safe@5.0.1
502 silly decomposeActions refresh-package-json json-stringify-safe@5.0.1
503 silly decomposeActions preinstall jsonify@0.0.0
504 silly decomposeActions build jsonify@0.0.0
505 silly decomposeActions install jsonify@0.0.0
506 silly decomposeActions postinstall jsonify@0.0.0
507 silly decomposeActions finalize jsonify@0.0.0
508 silly decomposeActions refresh-package-json jsonify@0.0.0
509 silly decomposeActions preinstall json-stable-stringify@1.0.1
510 silly decomposeActions build json-stable-stringify@1.0.1
511 silly decomposeActions install json-stable-stringify@1.0.1
512 silly decomposeActions postinstall json-stable-stringify@1.0.1
513 silly decomposeActions finalize json-stable-stringify@1.0.1
514 silly decomposeActions refresh-package-json json-stable-stringify@1.0.1
515 silly decomposeActions preinstall ajv@4.11.8
516 silly decomposeActions build ajv@4.11.8
517 silly decomposeActions install ajv@4.11.8
518 silly decomposeActions postinstall ajv@4.11.8
519 silly decomposeActions finalize ajv@4.11.8
520 silly decomposeActions refresh-package-json ajv@4.11.8
521 silly decomposeActions preinstall har-validator@4.2.1
522 silly decomposeActions build har-validator@4.2.1
523 silly decomposeActions install har-validator@4.2.1
524 silly decomposeActions postinstall har-validator@4.2.1
525 silly decomposeActions finalize har-validator@4.2.1
526 silly decomposeActions refresh-package-json har-validator@4.2.1
527 silly decomposeActions preinstall assert-plus@1.0.0
528 silly decomposeActions build assert-plus@1.0.0
529 silly decomposeActions install assert-plus@1.0.0
530 silly decomposeActions postinstall assert-plus@1.0.0
531 silly decomposeActions finalize assert-plus@1.0.0
532 silly decomposeActions refresh-package-json assert-plus@1.0.0
533 silly decomposeActions preinstall mime-db@1.27.0
534 silly decomposeActions build mime-db@1.27.0
535 silly decomposeActions install mime-db@1.27.0
536 silly decomposeActions postinstall mime-db@1.27.0
537 silly decomposeActions finalize mime-db@1.27.0
538 silly decomposeActions refresh-package-json mime-db@1.27.0
539 silly decomposeActions preinstall mime-types@2.1.15
540 silly decomposeActions build mime-types@2.1.15
541 silly decomposeActions install mime-types@2.1.15
542 silly decomposeActions postinstall mime-types@2.1.15
543 silly decomposeActions finalize mime-types@2.1.15
544 silly decomposeActions refresh-package-json mime-types@2.1.15
545 silly decomposeActions preinstall form-data@2.1.4
546 silly decomposeActions build form-data@2.1.4
547 silly decomposeActions install form-data@2.1.4
548 silly decomposeActions postinstall form-data@2.1.4
549 silly decomposeActions finalize form-data@2.1.4
550 silly decomposeActions refresh-package-json form-data@2.1.4
551 silly decomposeActions preinstall minimatch@3.0.4
552 silly decomposeActions build minimatch@3.0.4
553 silly decomposeActions install minimatch@3.0.4
554 silly decomposeActions postinstall minimatch@3.0.4
555 silly decomposeActions finalize minimatch@3.0.4
556 silly decomposeActions refresh-package-json minimatch@3.0.4
557 silly decomposeActions preinstall minimist@0.0.8
558 silly decomposeActions build minimist@0.0.8
559 silly decomposeActions install minimist@0.0.8
560 silly decomposeActions postinstall minimist@0.0.8
561 silly decomposeActions finalize minimist@0.0.8
562 silly decomposeActions refresh-package-json minimist@0.0.8
563 silly decomposeActions preinstall mkdirp@0.5.1
564 silly decomposeActions build mkdirp@0.5.1
565 silly decomposeActions install mkdirp@0.5.1
566 silly decomposeActions postinstall mkdirp@0.5.1
567 silly decomposeActions finalize mkdirp@0.5.1
568 silly decomposeActions refresh-package-json mkdirp@0.5.1
569 silly decomposeActions preinstall ms@2.0.0
570 silly decomposeActions build ms@2.0.0
571 silly decomposeActions install ms@2.0.0
572 silly decomposeActions postinstall ms@2.0.0
573 silly decomposeActions finalize ms@2.0.0
574 silly decomposeActions refresh-package-json ms@2.0.0
575 silly decomposeActions preinstall debug@2.6.8
576 silly decomposeActions build debug@2.6.8
577 silly decomposeActions install debug@2.6.8
578 silly decomposeActions postinstall debug@2.6.8
579 silly decomposeActions finalize debug@2.6.8
580 silly decomposeActions refresh-package-json debug@2.6.8
581 silly decomposeActions preinstall number-is-nan@1.0.1
582 silly decomposeActions build number-is-nan@1.0.1
583 silly decomposeActions install number-is-nan@1.0.1
584 silly decomposeActions postinstall number-is-nan@1.0.1
585 silly decomposeActions finalize number-is-nan@1.0.1
586 silly decomposeActions refresh-package-json number-is-nan@1.0.1
587 silly decomposeActions preinstall is-fullwidth-code-point@1.0.0
588 silly decomposeActions build is-fullwidth-code-point@1.0.0
589 silly decomposeActions install is-fullwidth-code-point@1.0.0
590 silly decomposeActions postinstall is-fullwidth-code-point@1.0.0
591 silly decomposeActions finalize is-fullwidth-code-point@1.0.0
592 silly decomposeActions refresh-package-json is-fullwidth-code-point@1.0.0
593 silly decomposeActions preinstall oauth-sign@0.8.2
594 silly decomposeActions build oauth-sign@0.8.2
595 silly decomposeActions install oauth-sign@0.8.2
596 silly decomposeActions postinstall oauth-sign@0.8.2
597 silly decomposeActions finalize oauth-sign@0.8.2
598 silly decomposeActions refresh-package-json oauth-sign@0.8.2
599 silly decomposeActions preinstall object-assign@4.1.1
600 silly decomposeActions build object-assign@4.1.1
601 silly decomposeActions install object-assign@4.1.1
602 silly decomposeActions postinstall object-assign@4.1.1
603 silly decomposeActions finalize object-assign@4.1.1
604 silly decomposeActions refresh-package-json object-assign@4.1.1
605 silly decomposeActions preinstall os-homedir@1.0.2
606 silly decomposeActions build os-homedir@1.0.2
607 silly decomposeActions install os-homedir@1.0.2
608 silly decomposeActions postinstall os-homedir@1.0.2
609 silly decomposeActions finalize os-homedir@1.0.2
610 silly decomposeActions refresh-package-json os-homedir@1.0.2
611 silly decomposeActions preinstall os-tmpdir@1.0.2
612 silly decomposeActions build os-tmpdir@1.0.2
613 silly decomposeActions install os-tmpdir@1.0.2
614 silly decomposeActions postinstall os-tmpdir@1.0.2
615 silly decomposeActions finalize os-tmpdir@1.0.2
616 silly decomposeActions refresh-package-json os-tmpdir@1.0.2
617 silly decomposeActions preinstall osenv@0.1.4
618 silly decomposeActions build osenv@0.1.4
619 silly decomposeActions install osenv@0.1.4
620 silly decomposeActions postinstall osenv@0.1.4
621 silly decomposeActions finalize osenv@0.1.4
622 silly decomposeActions refresh-package-json osenv@0.1.4
623 silly decomposeActions preinstall nopt@4.0.1
624 silly decomposeActions build nopt@4.0.1
625 silly decomposeActions install nopt@4.0.1
626 silly decomposeActions postinstall nopt@4.0.1
627 silly decomposeActions finalize nopt@4.0.1
628 silly decomposeActions refresh-package-json nopt@4.0.1
629 silly decomposeActions preinstall path-is-absolute@1.0.1
630 silly decomposeActions build path-is-absolute@1.0.1
631 silly decomposeActions install path-is-absolute@1.0.1
632 silly decomposeActions postinstall path-is-absolute@1.0.1
633 silly decomposeActions finalize path-is-absolute@1.0.1
634 silly decomposeActions refresh-package-json path-is-absolute@1.0.1
635 silly decomposeActions preinstall performance-now@0.2.0
636 silly decomposeActions build performance-now@0.2.0
637 silly decomposeActions install performance-now@0.2.0
638 silly decomposeActions postinstall performance-now@0.2.0
639 silly decomposeActions finalize performance-now@0.2.0
640 silly decomposeActions refresh-package-json performance-now@0.2.0
641 silly decomposeActions preinstall process-nextick-args@1.0.7
642 silly decomposeActions build process-nextick-args@1.0.7
643 silly decomposeActions install process-nextick-args@1.0.7
644 silly decomposeActions postinstall process-nextick-args@1.0.7
645 silly decomposeActions finalize process-nextick-args@1.0.7
646 silly decomposeActions refresh-package-json process-nextick-args@1.0.7
647 silly decomposeActions preinstall punycode@1.4.1
648 silly decomposeActions build punycode@1.4.1
649 silly decomposeActions install punycode@1.4.1
650 silly decomposeActions postinstall punycode@1.4.1
651 silly decomposeActions finalize punycode@1.4.1
652 silly decomposeActions refresh-package-json punycode@1.4.1
653 silly decomposeActions preinstall qs@6.4.0
654 silly decomposeActions build qs@6.4.0
655 silly decomposeActions install qs@6.4.0
656 silly decomposeActions postinstall qs@6.4.0
657 silly decomposeActions finalize qs@6.4.0
658 silly decomposeActions refresh-package-json qs@6.4.0
659 silly decomposeActions preinstall minimist@1.2.0
660 silly decomposeActions build minimist@1.2.0
661 silly decomposeActions install minimist@1.2.0
662 silly decomposeActions postinstall minimist@1.2.0
663 silly decomposeActions finalize minimist@1.2.0
664 silly decomposeActions refresh-package-json minimist@1.2.0
665 silly decomposeActions preinstall safe-buffer@5.0.1
666 silly decomposeActions build safe-buffer@5.0.1
667 silly decomposeActions install safe-buffer@5.0.1
668 silly decomposeActions postinstall safe-buffer@5.0.1
669 silly decomposeActions finalize safe-buffer@5.0.1
670 silly decomposeActions refresh-package-json safe-buffer@5.0.1
671 silly decomposeActions preinstall semver@5.3.0
672 silly decomposeActions build semver@5.3.0
673 silly decomposeActions install semver@5.3.0
674 silly decomposeActions postinstall semver@5.3.0
675 silly decomposeActions finalize semver@5.3.0
676 silly decomposeActions refresh-package-json semver@5.3.0
677 silly decomposeActions preinstall set-blocking@2.0.0
678 silly decomposeActions build set-blocking@2.0.0
679 silly decomposeActions install set-blocking@2.0.0
680 silly decomposeActions postinstall set-blocking@2.0.0
681 silly decomposeActions finalize set-blocking@2.0.0
682 silly decomposeActions refresh-package-json set-blocking@2.0.0
683 silly decomposeActions preinstall signal-exit@3.0.2
684 silly decomposeActions build signal-exit@3.0.2
685 silly decomposeActions install signal-exit@3.0.2
686 silly decomposeActions postinstall signal-exit@3.0.2
687 silly decomposeActions finalize signal-exit@3.0.2
688 silly decomposeActions refresh-package-json signal-exit@3.0.2
689 silly decomposeActions preinstall sntp@1.0.9
690 silly decomposeActions build sntp@1.0.9
691 silly decomposeActions install sntp@1.0.9
692 silly decomposeActions postinstall sntp@1.0.9
693 silly decomposeActions finalize sntp@1.0.9
694 silly decomposeActions refresh-package-json sntp@1.0.9
695 silly decomposeActions preinstall hawk@3.1.3
696 silly decomposeActions build hawk@3.1.3
697 silly decomposeActions install hawk@3.1.3
698 silly decomposeActions postinstall hawk@3.1.3
699 silly decomposeActions finalize hawk@3.1.3
700 silly decomposeActions refresh-package-json hawk@3.1.3
701 silly decomposeActions preinstall assert-plus@1.0.0
702 silly decomposeActions build assert-plus@1.0.0
703 silly decomposeActions install assert-plus@1.0.0
704 silly decomposeActions postinstall assert-plus@1.0.0
705 silly decomposeActions finalize assert-plus@1.0.0
706 silly decomposeActions refresh-package-json assert-plus@1.0.0
707 silly decomposeActions preinstall string_decoder@1.0.1
708 silly decomposeActions build string_decoder@1.0.1
709 silly decomposeActions install string_decoder@1.0.1
710 silly decomposeActions postinstall string_decoder@1.0.1
711 silly decomposeActions finalize string_decoder@1.0.1
712 silly decomposeActions refresh-package-json string_decoder@1.0.1
713 silly decomposeActions preinstall stringstream@0.0.5
714 silly decomposeActions build stringstream@0.0.5
715 silly decomposeActions install stringstream@0.0.5
716 silly decomposeActions postinstall stringstream@0.0.5
717 silly decomposeActions finalize stringstream@0.0.5
718 silly decomposeActions refresh-package-json stringstream@0.0.5
719 silly decomposeActions preinstall strip-ansi@3.0.1
720 silly decomposeActions build strip-ansi@3.0.1
721 silly decomposeActions install strip-ansi@3.0.1
722 silly decomposeActions postinstall strip-ansi@3.0.1
723 silly decomposeActions finalize strip-ansi@3.0.1
724 silly decomposeActions refresh-package-json strip-ansi@3.0.1
725 silly decomposeActions preinstall string-width@1.0.2
726 silly decomposeActions build string-width@1.0.2
727 silly decomposeActions install string-width@1.0.2
728 silly decomposeActions postinstall string-width@1.0.2
729 silly decomposeActions finalize string-width@1.0.2
730 silly decomposeActions refresh-package-json string-width@1.0.2
731 silly decomposeActions preinstall strip-json-comments@2.0.1
732 silly decomposeActions build strip-json-comments@2.0.1
733 silly decomposeActions install strip-json-comments@2.0.1
734 silly decomposeActions postinstall strip-json-comments@2.0.1
735 silly decomposeActions finalize strip-json-comments@2.0.1
736 silly decomposeActions refresh-package-json strip-json-comments@2.0.1
737 silly decomposeActions preinstall rc@1.2.1
738 silly decomposeActions build rc@1.2.1
739 silly decomposeActions install rc@1.2.1
740 silly decomposeActions postinstall rc@1.2.1
741 silly decomposeActions finalize rc@1.2.1
742 silly decomposeActions refresh-package-json rc@1.2.1
743 silly decomposeActions preinstall tough-cookie@2.3.2
744 silly decomposeActions build tough-cookie@2.3.2
745 silly decomposeActions install tough-cookie@2.3.2
746 silly decomposeActions postinstall tough-cookie@2.3.2
747 silly decomposeActions finalize tough-cookie@2.3.2
748 silly decomposeActions refresh-package-json tough-cookie@2.3.2
749 silly decomposeActions preinstall tunnel-agent@0.6.0
750 silly decomposeActions build tunnel-agent@0.6.0
751 silly decomposeActions install tunnel-agent@0.6.0
752 silly decomposeActions postinstall tunnel-agent@0.6.0
753 silly decomposeActions finalize tunnel-agent@0.6.0
754 silly decomposeActions refresh-package-json tunnel-agent@0.6.0
755 silly decomposeActions preinstall tweetnacl@0.14.5
756 silly decomposeActions build tweetnacl@0.14.5
757 silly decomposeActions install tweetnacl@0.14.5
758 silly decomposeActions postinstall tweetnacl@0.14.5
759 silly decomposeActions finalize tweetnacl@0.14.5
760 silly decomposeActions refresh-package-json tweetnacl@0.14.5
761 silly decomposeActions preinstall bcrypt-pbkdf@1.0.1
762 silly decomposeActions build bcrypt-pbkdf@1.0.1
763 silly decomposeActions install bcrypt-pbkdf@1.0.1
764 silly decomposeActions postinstall bcrypt-pbkdf@1.0.1
765 silly decomposeActions finalize bcrypt-pbkdf@1.0.1
766 silly decomposeActions refresh-package-json bcrypt-pbkdf@1.0.1
767 silly decomposeActions preinstall sshpk@1.13.0
768 silly decomposeActions build sshpk@1.13.0
769 silly decomposeActions install sshpk@1.13.0
770 silly decomposeActions postinstall sshpk@1.13.0
771 silly decomposeActions finalize sshpk@1.13.0
772 silly decomposeActions refresh-package-json sshpk@1.13.0
773 silly decomposeActions preinstall uid-number@0.0.6
774 silly decomposeActions build uid-number@0.0.6
775 silly decomposeActions install uid-number@0.0.6
776 silly decomposeActions postinstall uid-number@0.0.6
777 silly decomposeActions finalize uid-number@0.0.6
778 silly decomposeActions refresh-package-json uid-number@0.0.6
779 silly decomposeActions preinstall util-deprecate@1.0.2
780 silly decomposeActions build util-deprecate@1.0.2
781 silly decomposeActions install util-deprecate@1.0.2
782 silly decomposeActions postinstall util-deprecate@1.0.2
783 silly decomposeActions finalize util-deprecate@1.0.2
784 silly decomposeActions refresh-package-json util-deprecate@1.0.2
785 silly decomposeActions preinstall readable-stream@2.2.9
786 silly decomposeActions build readable-stream@2.2.9
787 silly decomposeActions install readable-stream@2.2.9
788 silly decomposeActions postinstall readable-stream@2.2.9
789 silly decomposeActions finalize readable-stream@2.2.9
790 silly decomposeActions refresh-package-json readable-stream@2.2.9
791 silly decomposeActions preinstall are-we-there-yet@1.1.4
792 silly decomposeActions build are-we-there-yet@1.1.4
793 silly decomposeActions install are-we-there-yet@1.1.4
794 silly decomposeActions postinstall are-we-there-yet@1.1.4
795 silly decomposeActions finalize are-we-there-yet@1.1.4
796 silly decomposeActions refresh-package-json are-we-there-yet@1.1.4
797 silly decomposeActions preinstall uuid@3.0.1
798 silly decomposeActions build uuid@3.0.1
799 silly decomposeActions install uuid@3.0.1
800 silly decomposeActions postinstall uuid@3.0.1
801 silly decomposeActions finalize uuid@3.0.1
802 silly decomposeActions refresh-package-json uuid@3.0.1
803 silly decomposeActions preinstall verror@1.3.6
804 silly decomposeActions build verror@1.3.6
805 silly decomposeActions install verror@1.3.6
806 silly decomposeActions postinstall verror@1.3.6
807 silly decomposeActions finalize verror@1.3.6
808 silly decomposeActions refresh-package-json verror@1.3.6
809 silly decomposeActions preinstall jsprim@1.4.0
810 silly decomposeActions build jsprim@1.4.0
811 silly decomposeActions install jsprim@1.4.0
812 silly decomposeActions postinstall jsprim@1.4.0
813 silly decomposeActions finalize jsprim@1.4.0
814 silly decomposeActions refresh-package-json jsprim@1.4.0
815 silly decomposeActions preinstall http-signature@1.1.1
816 silly decomposeActions build http-signature@1.1.1
817 silly decomposeActions install http-signature@1.1.1
818 silly decomposeActions postinstall http-signature@1.1.1
819 silly decomposeActions finalize http-signature@1.1.1
820 silly decomposeActions refresh-package-json http-signature@1.1.1
821 silly decomposeActions preinstall request@2.81.0
822 silly decomposeActions build request@2.81.0
823 silly decomposeActions install request@2.81.0
824 silly decomposeActions postinstall request@2.81.0
825 silly decomposeActions finalize request@2.81.0
826 silly decomposeActions refresh-package-json request@2.81.0
827 silly decomposeActions preinstall wide-align@1.1.2
828 silly decomposeActions build wide-align@1.1.2
829 silly decomposeActions install wide-align@1.1.2
830 silly decomposeActions postinstall wide-align@1.1.2
831 silly decomposeActions finalize wide-align@1.1.2
832 silly decomposeActions refresh-package-json wide-align@1.1.2
833 silly decomposeActions preinstall gauge@2.7.4
834 silly decomposeActions build gauge@2.7.4
835 silly decomposeActions install gauge@2.7.4
836 silly decomposeActions postinstall gauge@2.7.4
837 silly decomposeActions finalize gauge@2.7.4
838 silly decomposeActions refresh-package-json gauge@2.7.4
839 silly decomposeActions preinstall npmlog@4.1.0
840 silly decomposeActions build npmlog@4.1.0
841 silly decomposeActions install npmlog@4.1.0
842 silly decomposeActions postinstall npmlog@4.1.0
843 silly decomposeActions finalize npmlog@4.1.0
844 silly decomposeActions refresh-package-json npmlog@4.1.0
845 silly decomposeActions preinstall wrappy@1.0.2
846 silly decomposeActions build wrappy@1.0.2
847 silly decomposeActions install wrappy@1.0.2
848 silly decomposeActions postinstall wrappy@1.0.2
849 silly decomposeActions finalize wrappy@1.0.2
850 silly decomposeActions refresh-package-json wrappy@1.0.2
851 silly decomposeActions preinstall once@1.4.0
852 silly decomposeActions build once@1.4.0
853 silly decomposeActions install once@1.4.0
854 silly decomposeActions postinstall once@1.4.0
855 silly decomposeActions finalize once@1.4.0
856 silly decomposeActions refresh-package-json once@1.4.0
857 silly decomposeActions preinstall inflight@1.0.6
858 silly decomposeActions build inflight@1.0.6
859 silly decomposeActions install inflight@1.0.6
860 silly decomposeActions postinstall inflight@1.0.6
861 silly decomposeActions finalize inflight@1.0.6
862 silly decomposeActions refresh-package-json inflight@1.0.6
863 silly decomposeActions preinstall glob@7.1.2
864 silly decomposeActions build glob@7.1.2
865 silly decomposeActions install glob@7.1.2
866 silly decomposeActions postinstall glob@7.1.2
867 silly decomposeActions finalize glob@7.1.2
868 silly decomposeActions refresh-package-json glob@7.1.2
869 silly decomposeActions preinstall rimraf@2.6.1
870 silly decomposeActions build rimraf@2.6.1
871 silly decomposeActions install rimraf@2.6.1
872 silly decomposeActions postinstall rimraf@2.6.1
873 silly decomposeActions finalize rimraf@2.6.1
874 silly decomposeActions refresh-package-json rimraf@2.6.1
875 silly decomposeActions preinstall fstream@1.0.11
876 silly decomposeActions build fstream@1.0.11
877 silly decomposeActions install fstream@1.0.11
878 silly decomposeActions postinstall fstream@1.0.11
879 silly decomposeActions finalize fstream@1.0.11
880 silly decomposeActions refresh-package-json fstream@1.0.11
881 silly decomposeActions preinstall fstream-ignore@1.0.5
882 silly decomposeActions build fstream-ignore@1.0.5
883 silly decomposeActions install fstream-ignore@1.0.5
884 silly decomposeActions postinstall fstream-ignore@1.0.5
885 silly decomposeActions finalize fstream-ignore@1.0.5
886 silly decomposeActions refresh-package-json fstream-ignore@1.0.5
887 silly decomposeActions preinstall tar@2.2.1
888 silly decomposeActions build tar@2.2.1
889 silly decomposeActions install tar@2.2.1
890 silly decomposeActions postinstall tar@2.2.1
891 silly decomposeActions finalize tar@2.2.1
892 silly decomposeActions refresh-package-json tar@2.2.1
893 silly decomposeActions preinstall tar-pack@3.4.0
894 silly decomposeActions build tar-pack@3.4.0
895 silly decomposeActions install tar-pack@3.4.0
896 silly decomposeActions postinstall tar-pack@3.4.0
897 silly decomposeActions finalize tar-pack@3.4.0
898 silly decomposeActions refresh-package-json tar-pack@3.4.0
899 silly decomposeActions preinstall node-pre-gyp@0.6.36
900 silly decomposeActions build node-pre-gyp@0.6.36
901 silly decomposeActions install node-pre-gyp@0.6.36
902 silly decomposeActions postinstall node-pre-gyp@0.6.36
903 silly decomposeActions finalize node-pre-gyp@0.6.36
904 silly decomposeActions refresh-package-json node-pre-gyp@0.6.36
905 silly decomposeActions fetch fsevents@1.1.2
906 silly decomposeActions extract fsevents@1.1.2
907 silly decomposeActions preinstall fsevents@1.1.2
908 silly decomposeActions build fsevents@1.1.2
909 silly decomposeActions install fsevents@1.1.2
910 silly decomposeActions postinstall fsevents@1.1.2
911 silly decomposeActions finalize fsevents@1.1.2
912 silly decomposeActions refresh-package-json fsevents@1.1.2
913 silly decomposeActions fetch async@1.5.2
914 silly decomposeActions extract async@1.5.2
915 silly decomposeActions preinstall async@1.5.2
916 silly decomposeActions build async@1.5.2
917 silly decomposeActions install async@1.5.2
918 silly decomposeActions postinstall async@1.5.2
919 silly decomposeActions finalize async@1.5.2
920 silly decomposeActions refresh-package-json async@1.5.2
921 silly decomposeActions fetch get-folder-size@1.0.0
922 silly decomposeActions extract get-folder-size@1.0.0
923 silly decomposeActions preinstall get-folder-size@1.0.0
924 silly decomposeActions build get-folder-size@1.0.0
925 silly decomposeActions install get-folder-size@1.0.0
926 silly decomposeActions postinstall get-folder-size@1.0.0
927 silly decomposeActions finalize get-folder-size@1.0.0
928 silly decomposeActions refresh-package-json get-folder-size@1.0.0
929 silly decomposeActions fetch lodash@4.17.4
930 silly decomposeActions extract lodash@4.17.4
931 silly decomposeActions preinstall lodash@4.17.4
932 silly decomposeActions build lodash@4.17.4
933 silly decomposeActions install lodash@4.17.4
934 silly decomposeActions postinstall lodash@4.17.4
935 silly decomposeActions finalize lodash@4.17.4
936 silly decomposeActions refresh-package-json lodash@4.17.4
937 silly decomposeActions fetch async@2.5.0
938 silly decomposeActions extract async@2.5.0
939 silly decomposeActions preinstall async@2.5.0
940 silly decomposeActions build async@2.5.0
941 silly decomposeActions install async@2.5.0
942 silly decomposeActions postinstall async@2.5.0
943 silly decomposeActions finalize async@2.5.0
944 silly decomposeActions refresh-package-json async@2.5.0
945 silly decomposeActions fetch word-wrap@1.2.3
946 silly decomposeActions extract word-wrap@1.2.3
947 silly decomposeActions preinstall word-wrap@1.2.3
948 silly decomposeActions build word-wrap@1.2.3
949 silly decomposeActions install word-wrap@1.2.3
950 silly decomposeActions postinstall word-wrap@1.2.3
951 silly decomposeActions finalize word-wrap@1.2.3
952 silly decomposeActions refresh-package-json word-wrap@1.2.3
953 silly decomposeActions fetch camelcase@3.0.0
954 silly decomposeActions extract camelcase@3.0.0
955 silly decomposeActions preinstall camelcase@3.0.0
956 silly decomposeActions build camelcase@3.0.0
957 silly decomposeActions install camelcase@3.0.0
958 silly decomposeActions postinstall camelcase@3.0.0
959 silly decomposeActions finalize camelcase@3.0.0
960 silly decomposeActions refresh-package-json camelcase@3.0.0
961 silly decomposeActions fetch yargs-parser@4.2.1
962 silly decomposeActions extract yargs-parser@4.2.1
963 silly decomposeActions preinstall yargs-parser@4.2.1
964 silly decomposeActions build yargs-parser@4.2.1
965 silly decomposeActions install yargs-parser@4.2.1
966 silly decomposeActions postinstall yargs-parser@4.2.1
967 silly decomposeActions finalize yargs-parser@4.2.1
968 silly decomposeActions refresh-package-json yargs-parser@4.2.1
969 silly decomposeActions fetch camelcase@3.0.0
970 silly decomposeActions extract camelcase@3.0.0
971 silly decomposeActions preinstall camelcase@3.0.0
972 silly decomposeActions build camelcase@3.0.0
973 silly decomposeActions install camelcase@3.0.0
974 silly decomposeActions postinstall camelcase@3.0.0
975 silly decomposeActions finalize camelcase@3.0.0
976 silly decomposeActions refresh-package-json camelcase@3.0.0
977 silly decomposeActions fetch yargs@6.6.0
978 silly decomposeActions extract yargs@6.6.0
979 silly decomposeActions preinstall yargs@6.6.0
980 silly decomposeActions build yargs@6.6.0
981 silly decomposeActions install yargs@6.6.0
982 silly decomposeActions postinstall yargs@6.6.0
983 silly decomposeActions finalize yargs@6.6.0
984 silly decomposeActions refresh-package-json yargs@6.6.0
985 silly decomposeActions fetch electron-installer-debian@0.4.0
986 silly decomposeActions extract electron-installer-debian@0.4.0
987 silly decomposeActions preinstall electron-installer-debian@0.4.0
988 silly decomposeActions build electron-installer-debian@0.4.0
989 silly decomposeActions install electron-installer-debian@0.4.0
990 silly decomposeActions postinstall electron-installer-debian@0.4.0
991 silly decomposeActions finalize electron-installer-debian@0.4.0
992 silly decomposeActions refresh-package-json electron-installer-debian@0.4.0
993 silly install executeActions
994 silly doSerial global-install 790
995 verbose correctMkdir C:\Users\i\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing
996 verbose lock using C:\Users\i\AppData\Roaming\npm-cache\_locks\staging-74c022c4623835d3.lock for C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging
997 silly doParallel extract 790
998 silly extract glob@6.0.4
999 silly pacote trying glob@https://registry.npmjs.org/glob/-/glob-6.0.4.tgz by hash: sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=
1000 silly extract asar@0.12.4
1001 silly pacote trying asar@https://registry.npmjs.org/asar/-/asar-0.12.4.tgz by hash: sha1-LdPxFoguq4wPI7dUeSqCp9n84XE=
1002 silly extract glob@7.1.2
1003 silly pacote trying glob@https://registry.npmjs.org/glob/-/glob-7.1.2.tgz by hash: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==
1004 silly extract fsevents@1.1.2
1005 silly pacote trying fsevents@https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz by hash: sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw==
1006 silly extract async@1.5.2
1007 silly pacote trying async@https://registry.npmjs.org/async/-/async-1.5.2.tgz by hash: sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
1008 silly extract get-folder-size@1.0.0
1009 silly pacote trying get-folder-size@https://registry.npmjs.org/get-folder-size/-/get-folder-size-1.0.0.tgz by hash: sha1-E01mOg50VhG3L3HIOxPxsS8xuik=
1010 silly extract lodash@4.17.4
1011 silly pacote trying lodash@https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz by hash: sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=
1012 silly extract async@2.5.0
1013 silly pacote trying async@https://registry.npmjs.org/async/-/async-2.5.0.tgz by hash: sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==
1014 silly extract word-wrap@1.2.3
1015 silly pacote trying word-wrap@https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz by hash: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
1016 silly extract camelcase@3.0.0
1017 silly pacote trying camelcase@https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz by hash: sha1-MvxLn82vhF/N9+c7uXysImHwqwo=
1018 silly extract yargs-parser@4.2.1
1019 silly pacote trying yargs-parser@https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz by hash: sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=
1020 silly extract camelcase@3.0.0
1021 silly pacote trying camelcase@https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz by hash: sha1-MvxLn82vhF/N9+c7uXysImHwqwo=
1022 silly extract yargs@6.6.0
1023 silly pacote trying yargs@https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz by hash: sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=
1024 silly extract electron-installer-debian@0.4.0
1025 silly pacote trying electron-installer-debian@https://registry.npmjs.org/electron-installer-debian/-/electron-installer-debian-0.4.0.tgz by hash: sha1-AtmlQZQ5Cn8M567C2HsgYWTH6l8=
1026 silly pacote camelcase@https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\camelcase-9e956a52 by content address 807ms
1027 silly pacote camelcase@https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\camelcase-29c26ae7 by content address 809ms
1028 silly pacote word-wrap@https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\word-wrap-4980f072 by content address 852ms
1029 silly pacote glob@https://registry.npmjs.org/glob/-/glob-6.0.4.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\glob-fdaba813 by content address 904ms
1030 silly pacote glob@https://registry.npmjs.org/glob/-/glob-7.1.2.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\glob-9532e264 by content address 902ms
1031 silly pacote yargs-parser@https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\yargs-parser-4556a920 by content address 951ms
1032 silly pacote get-folder-size@https://registry.npmjs.org/get-folder-size/-/get-folder-size-1.0.0.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\get-folder-size-177a0b94 by content address 992ms
1033 silly pacote asar@https://registry.npmjs.org/asar/-/asar-0.12.4.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\asar-d487c0b9 by content address 1131ms
1034 silly pacote async@https://registry.npmjs.org/async/-/async-1.5.2.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\async-12286aca by content address 1301ms
1035 silly pacote yargs@https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\yargs-87cb32fe by content address 1862ms
1036 silly pacote electron-installer-debian@https://registry.npmjs.org/electron-installer-debian/-/electron-installer-debian-0.4.0.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\electron-installer-debian-42fe1442 by content address 1860ms
1037 silly pacote async@https://registry.npmjs.org/async/-/async-2.5.0.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\async-f668b022 by content address 2888ms
1038 silly pacote lodash@https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\lodash-ae66f7aa by content address 14784ms
1039 silly pacote fsevents@https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz extracted to C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging\fsevents-9e2a216c by content address 25629ms
1040 silly doReverseSerial unbuild 790
1041 silly doSerial remove 790
1042 silly doSerial move 790
1043 silly doSerial finalize 790
1044 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\asar\node_modules\glob
1045 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\asar
1046 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\electron-installer-debian\node_modules\glob
1047 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\abbrev
1048 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\ansi-regex
1049 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\aproba
1050 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\asn1
1051 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\assert-plus
1052 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\asynckit
1053 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\aws-sign2
1054 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\aws4
1055 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\balanced-match
1056 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\buffer-shims
1057 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\caseless
1058 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\co
1059 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\code-point-at
1060 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\concat-map
1061 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\brace-expansion
1062 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\console-control-strings
1063 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\core-util-is
1064 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\dashdash\node_modules\assert-plus
1065 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\dashdash
1066 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\deep-extend
1067 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\delayed-stream
1068 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\combined-stream
1069 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\delegates
1070 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\extend
1071 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\extsprintf
1072 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\forever-agent
1073 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\fs.realpath
1074 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\getpass\node_modules\assert-plus
1075 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\getpass
1076 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\graceful-fs
1077 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\har-schema
1078 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\has-unicode
1079 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\hoek
1080 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\boom
1081 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\cryptiles
1082 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\inherits
1083 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\block-stream
1084 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\ini
1085 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\is-typedarray
1086 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\isarray
1087 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\isstream
1088 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jsbn
1089 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\ecc-jsbn
1090 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jodid25519
1091 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\json-schema
1092 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\json-stringify-safe
1093 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jsonify
1094 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\json-stable-stringify
1095 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\ajv
1096 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\har-validator
1097 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jsprim\node_modules\assert-plus
1098 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\mime-db
1099 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\mime-types
1100 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\form-data
1101 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\minimatch
1102 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\minimist
1103 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\mkdirp
1104 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\ms
1105 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\debug
1106 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\number-is-nan
1107 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\is-fullwidth-code-point
1108 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\oauth-sign
1109 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\object-assign
1110 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\os-homedir
1111 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\os-tmpdir
1112 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\osenv
1113 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\nopt
1114 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\path-is-absolute
1115 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\performance-now
1116 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\process-nextick-args
1117 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\punycode
1118 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\qs
1119 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\rc\node_modules\minimist
1120 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\safe-buffer
1121 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\semver
1122 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\set-blocking
1123 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\signal-exit
1124 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\sntp
1125 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\hawk
1126 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\sshpk\node_modules\assert-plus
1127 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\string_decoder
1128 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\stringstream
1129 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\strip-ansi
1130 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\string-width
1131 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\strip-json-comments
1132 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\rc
1133 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tough-cookie
1134 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tunnel-agent
1135 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tweetnacl
1136 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\bcrypt-pbkdf
1137 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\sshpk
1138 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\uid-number
1139 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\util-deprecate
1140 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\readable-stream
1141 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\are-we-there-yet
1142 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\uuid
1143 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\verror
1144 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jsprim
1145 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\http-signature
1146 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\request
1147 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\wide-align
1148 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\gauge
1149 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\npmlog
1150 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\wrappy
1151 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\once
1152 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\inflight
1153 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\glob
1154 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\rimraf
1155 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\fstream
1156 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\fstream-ignore
1157 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tar
1158 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tar-pack
1159 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\node-pre-gyp
1160 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents
1161 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\get-folder-size\node_modules\async
1162 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\get-folder-size
1163 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\lodash
1164 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\async
1165 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\word-wrap
1166 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\yargs-parser\node_modules\camelcase
1167 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\yargs-parser
1168 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\yargs\node_modules\camelcase
1169 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\yargs
1170 silly finalize C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\electron-installer-debian
1171 silly doParallel refresh-package-json 790
1172 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\asar\node_modules\glob
1173 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\asar
1174 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\electron-installer-debian\node_modules\glob
1175 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\abbrev
1176 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\ansi-regex
1177 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\aproba
1178 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\asn1
1179 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\assert-plus
1180 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\asynckit
1181 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\aws-sign2
1182 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\aws4
1183 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\balanced-match
1184 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\buffer-shims
1185 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\caseless
1186 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\co
1187 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\code-point-at
1188 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\concat-map
1189 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\brace-expansion
1190 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\console-control-strings
1191 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\core-util-is
1192 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\dashdash\node_modules\assert-plus
1193 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\dashdash
1194 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\deep-extend
1195 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\delayed-stream
1196 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\combined-stream
1197 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\delegates
1198 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\extend
1199 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\extsprintf
1200 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\forever-agent
1201 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\fs.realpath
1202 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\getpass\node_modules\assert-plus
1203 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\getpass
1204 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\graceful-fs
1205 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\har-schema
1206 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\has-unicode
1207 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\hoek
1208 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\boom
1209 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\cryptiles
1210 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\inherits
1211 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\block-stream
1212 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\ini
1213 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\is-typedarray
1214 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\isarray
1215 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\isstream
1216 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jsbn
1217 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\ecc-jsbn
1218 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jodid25519
1219 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\json-schema
1220 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\json-stringify-safe
1221 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jsonify
1222 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\electron-installer-debian
1223 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\yargs
1224 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\yargs\node_modules\camelcase
1225 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\yargs-parser
1226 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\yargs-parser\node_modules\camelcase
1227 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\word-wrap
1228 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\async
1229 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\lodash
1230 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\get-folder-size
1231 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\get-folder-size\node_modules\async
1232 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents
1233 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\node-pre-gyp
1234 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tar-pack
1235 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tar
1236 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\fstream-ignore
1237 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\fstream
1238 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\rimraf
1239 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\glob
1240 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\inflight
1241 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\once
1242 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\wrappy
1243 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\npmlog
1244 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\gauge
1245 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\wide-align
1246 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\request
1247 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\http-signature
1248 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\jsprim
1249 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\verror
1250 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\uuid
1251 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\are-we-there-yet
1252 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\readable-stream
1253 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\util-deprecate
1254 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\uid-number
1255 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\sshpk
1256 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\bcrypt-pbkdf
1257 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tweetnacl
1258 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tunnel-agent
1259 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\tough-cookie
1260 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\rc
1261 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\strip-json-comments
1262 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\string-width
1263 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\strip-ansi
1264 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\stringstream
1265 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\string_decoder
1266 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\sshpk\node_modules\assert-plus
1267 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\hawk
1268 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\sntp
1269 silly refresh-package-json C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\fsevents\node_modules\signal-exit
1270 silly doParallel preinstall 790
1271 silly doSerial build 790
1272 silly doSerial global-link 790
1273 silly doParallel update-linked 790
1274 silly doSerial install 790
1275 silly doSerial postinstall 790
1276 verbose unlock done using C:\Users\i\AppData\Roaming\npm-cache\_locks\staging-74c022c4623835d3.lock for C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.staging
1277 silly install runPostinstallTopLevelLifecycles
1278 silly build Abricotine@0.5.0
1279 info linkStuff Abricotine@0.5.0
1280 silly linkStuff Abricotine@0.5.0 has C:\Users\i\Downloads as its parent node_modules
1281 verbose linkBins Abricotine@0.5.0
1282 verbose linkMans Abricotine@0.5.0
1283 silly install Abricotine@0.5.0
1284 info lifecycle Abricotine@0.5.0~install: Abricotine@0.5.0
1285 silly postinstall Abricotine@0.5.0
1286 info lifecycle Abricotine@0.5.0~postinstall: Abricotine@0.5.0
1287 verbose lifecycle Abricotine@0.5.0~postinstall: unsafe-perm in lifecycle true
1288 verbose lifecycle Abricotine@0.5.0~postinstall: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\i\Downloads\Abricotine-0.5.0\node_modules\.bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\SinoVoice\jTTS 5.0 Desktop\Bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\Program Files\PuTTY\;C:\Program Files\nodejs\;C:\Users\i\AppData\Local\Programs\Python\Python35-32\Scripts\;C:\Users\i\AppData\Local\Programs\Python\Python35-32\;C:\Users\i\AppData\Local\Programs\Python\Python35-32\Lib\site-packages\PyQt5\;C:\Users\i\AppData\Local\Programs\Python\Python35-32\Lib\site-packages\PyQt5\Qt\bin\;C:\Program Files\Bandizip;C:\Program Files\Heroku\bin;C:\Program Files\Microsoft VS Code\bin;C:\Users\i\AppData\Local\Programs\Fiddler;C:\Users\i\AppData\Roaming\npm
1289 verbose lifecycle Abricotine@0.5.0~postinstall: CWD: C:\Users\i\Downloads\Abricotine-0.5.0
1290 silly lifecycle Abricotine@0.5.0~postinstall: Args: [ '/d /s /c', 'electron-rebuild' ]
1291 silly lifecycle Abricotine@0.5.0~postinstall: Returned: code: 4294967295  signal: null
1292 info lifecycle Abricotine@0.5.0~postinstall: Failed to exec postinstall script
1293 verbose stack Error: Abricotine@0.5.0 postinstall: `electron-rebuild`
1293 verbose stack Exit status 4294967295
1293 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:280:16)
1293 verbose stack     at emitTwo (events.js:125:13)
1293 verbose stack     at EventEmitter.emit (events.js:213:7)
1293 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
1293 verbose stack     at emitTwo (events.js:125:13)
1293 verbose stack     at ChildProcess.emit (events.js:213:7)
1293 verbose stack     at maybeClose (internal/child_process.js:927:16)
1293 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
1294 verbose pkgid Abricotine@0.5.0
1295 verbose cwd C:\Users\i\Downloads\Abricotine-0.5.0
1296 verbose Windows_NT 6.1.7601
1297 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
1298 verbose node v8.7.0
1299 verbose npm  v5.4.2
1300 error code ELIFECYCLE
1301 error errno 4294967295
1302 error Abricotine@0.5.0 postinstall: `electron-rebuild`
1302 error Exit status 4294967295
1303 error Failed at the Abricotine@0.5.0 postinstall script.
1303 error This is probably not a problem with npm. There is likely additional logging output above.
1304 verbose exit [ 4294967295, true ]
brrd commented 7 years ago

Did you install node-gyp dependencies? https://github.com/nodejs/node-gyp#installation

redstoneleo commented 7 years ago

Yes, already installed the following

npm install -g node-gyp
npm install --global --production windows-build-tools
brrd commented 5 years ago

This should be fixed on the develop branch.