Skip to content

Instantly share code, notes, and snippets.

@todbot
Created November 15, 2016 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todbot/c0e6a385bba825dfe3ef395e7d556b05 to your computer and use it in GitHub Desktop.
Save todbot/c0e6a385bba825dfe3ef395e7d556b05 to your computer and use it in GitHub Desktop.
Compiling electron-hid-toy on Mac OS X
bokbokbok% git clone https://github.com/todbot/electron-hid-toy.git
Cloning into 'electron-hid-toy'...
remote: Counting objects: 29, done.
remote: Total 29 (delta 0), reused 0 (delta 0), pack-reused 29
Unpacking objects: 100% (29/29), done.
Checking connectivity... done.
bokbokbok% cd electron-hid-toy
bokbokbok% npm install
npm WARN prefer global npm@3.10.9 should be installed with -g
npm WARN prefer global appdmg@0.4.5 should be installed with -g
> fs-xattr@0.1.14 install /Users/tod/projects/node/tmp/electron-hid-toy/node_modules/fs-xattr
> node-gyp rebuild
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
CXX(target) Release/obj.target/xattr/src/async.o
CXX(target) Release/obj.target/xattr/src/error.o
CXX(target) Release/obj.target/xattr/src/sync.o
../src/sync.cc:46:59: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
v8::Local<v8::Object> actualBuffer = bufferConstructor->NewInstance(3, constructorArgs);
^
/Users/tod/.node-gyp/6.9.1/include/node/v8.h:3270:31: note: 'NewInstance' has been explicitly marked deprecated here
Local<Object> NewInstance(int argc, Local<Value> argv[]) const);
^
1 warning generated.
CXX(target) Release/obj.target/xattr/src/util.o
CXX(target) Release/obj.target/xattr/src/xattr.o
SOLINK_MODULE(target) Release/xattr.node
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
> fsevents@1.0.15 install /Users/tod/projects/node/tmp/electron-hid-toy/node_modules/fsevents
> node-pre-gyp install --fallback-to-build
[fsevents] Success: "/Users/tod/projects/node/tmp/electron-hid-toy/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" is installed via remote
> macos-alias@0.2.11 install /Users/tod/projects/node/tmp/electron-hid-toy/node_modules/macos-alias
> node-gyp rebuild
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
CXX(target) Release/obj.target/volume/src/volume.o
SOLINK_MODULE(target) Release/volume.node
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
> nslog@3.0.0 install /Users/tod/projects/node/tmp/electron-hid-toy/node_modules/nslog
> node-gyp rebuild
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
CXX(target) Release/obj.target/nslog/src/main.o
CXX(target) Release/obj.target/nslog/src/nslog_mac.o
SOLINK_MODULE(target) Release/nslog.node
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
> node-hid@0.5.2 install /Users/tod/projects/node/tmp/electron-hid-toy/node_modules/node-hid
> node-pre-gyp install --fallback-to-build
[node-hid] Success: "/Users/tod/projects/node/tmp/electron-hid-toy/node_modules/node-hid/build/HID/Release/HID.node" is installed via remote
> electron-prebuilt@1.4.6 postinstall /Users/tod/projects/node/tmp/electron-hid-toy/node_modules/electron-prebuilt
> node install.js
> electron-hid-toy@0.1.2 postinstall /Users/tod/projects/node/tmp/electron-hid-toy
> npm run electron-rebuild
> electron-hid-toy@0.1.2 electron-rebuild /Users/tod/projects/node/tmp/electron-hid-toy
> electron-rebuild --pre-gyp-fix --force --module_dir . -w node-hid -e node_modules/electron-prebuilt
electron-hid-toy@0.1.2 /Users/tod/projects/node/tmp/electron-hid-toy
β”œβ”€β”¬ babel-cli@6.18.0
β”‚ β”œβ”€β”¬ babel-core@6.18.2
β”‚ β”‚ β”œβ”€β”¬ babel-code-frame@6.16.0
β”‚ β”‚ β”‚ β”œβ”€β”€ esutils@2.0.2
β”‚ β”‚ β”‚ └── js-tokens@2.0.0
β”‚ β”‚ β”œβ”€β”¬ babel-generator@6.18.0
β”‚ β”‚ β”‚ β”œβ”€β”€ detect-indent@4.0.0
β”‚ β”‚ β”‚ └── jsesc@1.3.0
β”‚ β”‚ β”œβ”€β”€ babel-helpers@6.16.0
β”‚ β”‚ β”œβ”€β”€ babel-messages@6.8.0
β”‚ β”‚ β”œβ”€β”€ babel-template@6.16.0
β”‚ β”‚ β”œβ”€β”¬ babel-traverse@6.18.0
β”‚ β”‚ β”‚ └── globals@9.13.0
β”‚ β”‚ β”œβ”€β”¬ babel-types@6.18.0
β”‚ β”‚ β”‚ └── to-fast-properties@1.0.2
β”‚ β”‚ β”œβ”€β”€ babylon@6.13.1
β”‚ β”‚ β”œβ”€β”€ json5@0.5.0
β”‚ β”‚ └── private@0.1.6
β”‚ β”œβ”€β”¬ babel-polyfill@6.16.0
β”‚ β”‚ └── regenerator-runtime@0.9.6
β”‚ β”œβ”€β”€ babel-runtime@6.18.0
β”‚ β”œβ”€β”¬ chokidar@1.6.1
β”‚ β”‚ β”œβ”€β”¬ anymatch@1.3.0
β”‚ β”‚ β”‚ β”œβ”€β”€ arrify@1.0.1
β”‚ β”‚ β”‚ └─┬ micromatch@2.3.11
β”‚ β”‚ β”‚ β”œβ”€β”¬ arr-diff@2.0.0
β”‚ β”‚ β”‚ β”‚ └── arr-flatten@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ array-unique@0.2.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ braces@1.8.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ expand-range@1.8.2
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ fill-range@2.2.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-number@2.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isobject@2.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── randomatic@1.1.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ preserve@0.2.0
β”‚ β”‚ β”‚ β”‚ └── repeat-element@1.1.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ expand-brackets@0.1.5
β”‚ β”‚ β”‚ β”‚ └── is-posix-bracket@0.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ extglob@0.3.2
β”‚ β”‚ β”‚ β”œβ”€β”€ filename-regex@2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ kind-of@3.0.4
β”‚ β”‚ β”‚ β”‚ └── is-buffer@1.1.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ object.omit@2.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ for-own@0.1.4
β”‚ β”‚ β”‚ β”‚ β”‚ └── for-in@0.1.6
β”‚ β”‚ β”‚ β”‚ └── is-extendable@0.1.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ parse-glob@3.0.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ glob-base@0.3.0
β”‚ β”‚ β”‚ β”‚ └── is-dotfile@1.0.2
β”‚ β”‚ β”‚ └─┬ regex-cache@0.4.3
β”‚ β”‚ β”‚ β”œβ”€β”€ is-equal-shallow@0.1.3
β”‚ β”‚ β”‚ └── is-primitive@2.0.0
β”‚ β”‚ β”œβ”€β”€ async-each@1.0.1
β”‚ β”‚ β”œβ”€β”¬ fsevents@1.0.15
β”‚ β”‚ β”‚ └─┬ node-pre-gyp@0.6.29
β”‚ β”‚ β”‚ β”œβ”€β”¬ mkdirp@0.5.1
β”‚ β”‚ β”‚ β”‚ └── minimist@0.0.8
β”‚ β”‚ β”‚ β”œβ”€β”¬ nopt@3.0.6
β”‚ β”‚ β”‚ β”‚ └── abbrev@1.0.9
β”‚ β”‚ β”‚ β”œβ”€β”¬ npmlog@3.1.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ are-we-there-yet@1.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── delegates@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ console-control-strings@1.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ gauge@2.6.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ aproba@1.0.4
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-color@0.1.7
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-unicode@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ object-assign@4.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ signal-exit@3.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ string-width@1.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ code-point-at@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── is-fullwidth-code-point@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ strip-ansi@3.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── ansi-regex@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── wide-align@1.1.0
β”‚ β”‚ β”‚ β”‚ └── set-blocking@2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ rc@1.1.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ deep-extend@0.4.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ini@1.3.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ β”‚ β”‚ └── strip-json-comments@1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ request@2.73.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ aws-sign2@0.6.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ aws4@1.4.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ bl@1.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── readable-stream@2.0.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ caseless@0.11.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ combined-stream@1.0.5
β”‚ β”‚ β”‚ β”‚ β”‚ └── delayed-stream@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ extend@3.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ forever-agent@0.6.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ form-data@1.0.0-rc4
β”‚ β”‚ β”‚ β”‚ β”‚ └── async@1.5.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ har-validator@2.0.6
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ chalk@1.1.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.2.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-ansi@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── supports-color@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ commander@2.9.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── graceful-readlink@1.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-my-json-valid@2.13.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ generate-function@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ generate-object-property@1.2.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── is-property@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsonpointer@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── xtend@4.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ pinkie-promise@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── pinkie@2.0.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ hawk@3.1.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ boom@2.10.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ cryptiles@2.0.5
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ hoek@2.16.3
β”‚ β”‚ β”‚ β”‚ β”‚ └── sntp@1.0.9
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ http-signature@1.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ assert-plus@0.2.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ jsprim@1.3.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ extsprintf@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ json-schema@0.2.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── verror@1.3.6
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ sshpk@1.8.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ asn1@0.2.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ assert-plus@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ dashdash@1.14.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── assert-plus@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ecc-jsbn@0.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ getpass@0.1.6
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── assert-plus@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jodid25519@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsbn@0.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── tweetnacl@0.13.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-typedarray@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isstream@0.1.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ json-stringify-safe@5.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.11
β”‚ β”‚ β”‚ β”‚ β”‚ └── mime-db@1.23.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ node-uuid@1.4.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ oauth-sign@0.8.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ qs@6.2.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ stringstream@0.0.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ tough-cookie@2.2.2
β”‚ β”‚ β”‚ β”‚ └── tunnel-agent@0.4.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ rimraf@2.5.3
β”‚ β”‚ β”‚ β”‚ └─┬ glob@7.0.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ fs.realpath@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ inflight@1.0.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.5
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ balanced-match@0.4.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── concat-map@0.0.1
β”‚ β”‚ β”‚ β”‚ └── path-is-absolute@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ semver@5.2.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ tar@2.2.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ block-stream@0.0.9
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ fstream@1.0.10
β”‚ β”‚ β”‚ β”‚ β”‚ └── graceful-fs@4.1.4
β”‚ β”‚ β”‚ β”‚ └── inherits@2.0.1
β”‚ β”‚ β”‚ └─┬ tar-pack@3.1.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚ β”‚ β”‚ └── ms@0.7.1
β”‚ β”‚ β”‚ β”œβ”€β”€ fstream-ignore@1.0.5
β”‚ β”‚ β”‚ β”œβ”€β”¬ once@1.3.3
β”‚ β”‚ β”‚ β”‚ └── wrappy@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.1.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ buffer-shims@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”‚ └── uid-number@0.0.6
β”‚ β”‚ β”œβ”€β”€ glob-parent@2.0.0
β”‚ β”‚ β”œβ”€β”€ inherits@2.0.3
β”‚ β”‚ β”œβ”€β”¬ is-binary-path@1.0.1
β”‚ β”‚ β”‚ └── binary-extensions@1.7.0
β”‚ β”‚ β”œβ”€β”¬ is-glob@2.0.1
β”‚ β”‚ β”‚ └── is-extglob@1.0.0
β”‚ β”‚ └─┬ readdirp@2.1.0
β”‚ β”‚ └── set-immediate-shim@1.0.1
β”‚ β”œβ”€β”¬ commander@2.9.0
β”‚ β”‚ └── graceful-readlink@1.0.1
β”‚ β”œβ”€β”€ convert-source-map@1.3.0
β”‚ β”œβ”€β”€ fs-readdir-recursive@1.0.0
β”‚ β”œβ”€β”¬ glob@5.0.15
β”‚ β”‚ β”œβ”€β”¬ inflight@1.0.6
β”‚ β”‚ β”‚ └── wrappy@1.0.2
β”‚ β”‚ └── once@1.4.0
β”‚ β”œβ”€β”€ lodash@4.17.0
β”‚ β”œβ”€β”¬ output-file-sync@1.1.2
β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.1.10
β”‚ β”‚ └── object-assign@4.1.0
β”‚ β”œβ”€β”€ path-is-absolute@1.0.1
β”‚ β”œβ”€β”€ slash@1.0.0
β”‚ β”œβ”€β”€ source-map@0.5.6
β”‚ └─┬ v8flags@2.0.11
β”‚ └── user-home@1.1.1
β”œβ”€β”¬ babel-preset-react@6.16.0
β”‚ β”œβ”€β”€ babel-plugin-syntax-flow@6.18.0
β”‚ β”œβ”€β”€ babel-plugin-syntax-jsx@6.18.0
β”‚ β”œβ”€β”€ babel-plugin-transform-flow-strip-types@6.18.0
β”‚ β”œβ”€β”€ babel-plugin-transform-react-display-name@6.8.0
β”‚ β”œβ”€β”¬ babel-plugin-transform-react-jsx@6.8.0
β”‚ β”‚ └── babel-helper-builder-react-jsx@6.18.0
β”‚ β”œβ”€β”€ babel-plugin-transform-react-jsx-self@6.11.0
β”‚ └── babel-plugin-transform-react-jsx-source@6.9.0
β”œβ”€β”¬ babel-register@6.18.0
β”‚ β”œβ”€β”€ core-js@2.4.1
β”‚ β”œβ”€β”¬ home-or-tmp@2.0.0
β”‚ β”‚ β”œβ”€β”€ os-homedir@1.0.2
β”‚ β”‚ └── os-tmpdir@1.0.2
β”‚ β”œβ”€β”¬ mkdirp@0.5.1
β”‚ β”‚ └── minimist@0.0.8
β”‚ └── source-map-support@0.4.6
β”œβ”€β”€ bootstrap@3.3.7
β”œβ”€β”¬ electron-builder@5.35.0
β”‚ β”œβ”€β”¬ 7zip-bin@1.0.6
β”‚ β”‚ └── 7zip-bin-osx@1.0.0
β”‚ β”œβ”€β”€ ansi-escapes@1.4.0
β”‚ β”œβ”€β”¬ appdmg@0.4.5
β”‚ β”‚ β”œβ”€β”€ async@1.5.2
β”‚ β”‚ β”œβ”€β”¬ cp-file@3.2.0
β”‚ β”‚ β”‚ β”œβ”€β”€ nested-error-stacks@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ pify@2.3.0
β”‚ β”‚ β”‚ └─┬ pinkie-promise@2.0.1
β”‚ β”‚ β”‚ └── pinkie@2.0.4
β”‚ β”‚ β”œβ”€β”¬ ds-store@0.1.6
β”‚ β”‚ β”‚ β”œβ”€β”¬ bplist-creator@0.0.7
β”‚ β”‚ β”‚ β”‚ └── stream-buffers@2.2.0
β”‚ β”‚ β”‚ β”œβ”€β”€ macos-alias@0.2.11
β”‚ β”‚ β”‚ └─┬ tn1150@0.1.0
β”‚ β”‚ β”‚ └── unorm@1.4.1
β”‚ β”‚ β”œβ”€β”¬ execa@0.4.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ cross-spawn-async@2.2.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ lru-cache@4.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ pseudomap@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── yallist@2.0.0
β”‚ β”‚ β”‚ β”‚ └─┬ which@1.2.12
β”‚ β”‚ β”‚ β”‚ └── isexe@1.1.2
β”‚ β”‚ β”‚ β”œβ”€β”€ is-stream@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ npm-run-path@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ path-key@1.0.0
β”‚ β”‚ β”‚ └── strip-eof@1.0.0
β”‚ β”‚ β”œβ”€β”¬ fs-temp@1.1.2
β”‚ β”‚ β”‚ └─┬ random-path@0.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ base32-encode@0.1.0
β”‚ β”‚ β”‚ └─┬ murmur-32@0.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ array-buffer-from-string@0.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ fmix@0.1.0
β”‚ β”‚ β”‚ └── imul@1.0.1
β”‚ β”‚ β”œβ”€β”€ fs-xattr@0.1.14
β”‚ β”‚ β”œβ”€β”¬ is-my-json-valid@2.15.0
β”‚ β”‚ β”‚ β”œβ”€β”€ generate-function@2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ generate-object-property@1.2.0
β”‚ β”‚ β”‚ β”‚ └── is-property@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ jsonpointer@4.0.0
β”‚ β”‚ β”‚ └── xtend@4.0.1
β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ β”œβ”€β”¬ parse-color@1.0.0
β”‚ β”‚ β”‚ └── color-convert@0.5.3
β”‚ β”‚ └── repeat-string@1.6.1
β”‚ β”œβ”€β”¬ archiver@1.2.0
β”‚ β”‚ β”œβ”€β”€ async@2.1.2
β”‚ β”‚ β”œβ”€β”€ buffer-crc32@0.2.5
β”‚ β”‚ β”œβ”€β”¬ glob@7.1.1
β”‚ β”‚ β”‚ └── fs.realpath@1.0.0
β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.2.2
β”‚ β”‚ β”‚ β”œβ”€β”€ buffer-shims@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.7
β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”œβ”€β”¬ tar-stream@1.5.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ bl@1.1.2
β”‚ β”‚ β”‚ β”‚ └── readable-stream@2.0.6
β”‚ β”‚ β”‚ └─┬ end-of-stream@1.1.0
β”‚ β”‚ β”‚ └── once@1.3.3
β”‚ β”‚ └─┬ zip-stream@1.1.0
β”‚ β”‚ └─┬ compress-commons@1.1.0
β”‚ β”‚ └── crc32-stream@1.0.0
β”‚ β”œβ”€β”¬ archiver-utils@1.3.0
β”‚ β”‚ β”œβ”€β”€ glob@7.1.1
β”‚ β”‚ β”œβ”€β”€ lazystream@1.0.0
β”‚ β”‚ └── normalize-path@2.0.1
β”‚ β”œβ”€β”¬ asar-electron-builder@0.13.5
β”‚ β”‚ └── chromium-pickle-js@0.2.0
β”‚ β”œβ”€β”€ bluebird@3.4.6
β”‚ β”œβ”€β”¬ chalk@1.1.3
β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.2.1
β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5
β”‚ β”‚ β”œβ”€β”¬ has-ansi@2.0.0
β”‚ β”‚ β”‚ └── ansi-regex@2.0.0
β”‚ β”‚ β”œβ”€β”€ strip-ansi@3.0.1
β”‚ β”‚ └── supports-color@2.0.0
β”‚ β”œβ”€β”€ chromium-pickle-js@0.1.0
β”‚ β”œβ”€β”¬ cli-cursor@1.0.2
β”‚ β”‚ └─┬ restore-cursor@1.0.1
β”‚ β”‚ β”œβ”€β”€ exit-hook@1.1.1
β”‚ β”‚ └── onetime@1.1.0
β”‚ β”œβ”€β”€ cuint@0.2.2
β”‚ β”œβ”€β”¬ debug@2.3.2
β”‚ β”‚ └── ms@0.7.2
β”‚ β”œβ”€β”¬ electron-download@2.2.1
β”‚ β”‚ β”œβ”€β”€ home-path@1.0.3
β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ β”œβ”€β”¬ mv@2.1.1
β”‚ β”‚ β”‚ └─┬ rimraf@2.4.5
β”‚ β”‚ β”‚ └── glob@6.0.4
β”‚ β”‚ β”œβ”€β”¬ nugget@1.6.2
β”‚ β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ pretty-bytes@1.0.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ get-stdin@4.0.1
β”‚ β”‚ β”‚ β”‚ └─┬ meow@3.7.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ camelcase-keys@2.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ loud-rejection@1.6.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ currently-unhandled@0.4.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── array-find-index@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── signal-exit@3.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ map-obj@1.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ redent@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ indent-string@2.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── strip-indent@1.0.1
β”‚ β”‚ β”‚ β”‚ └── trim-newlines@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ request@2.78.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ aws-sign2@0.6.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ aws4@1.5.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ caseless@0.11.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ combined-stream@1.0.5
β”‚ β”‚ β”‚ β”‚ β”‚ └── delayed-stream@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ extend@3.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ forever-agent@0.6.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ form-data@2.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── asynckit@0.4.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ har-validator@2.0.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ hawk@3.1.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ boom@2.10.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ cryptiles@2.0.5
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ hoek@2.16.3
β”‚ β”‚ β”‚ β”‚ β”‚ └── sntp@1.0.9
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ http-signature@1.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ assert-plus@0.2.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ jsprim@1.3.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ extsprintf@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ json-schema@0.2.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── verror@1.3.6
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ sshpk@1.10.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ asn1@0.2.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ assert-plus@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ bcrypt-pbkdf@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ dashdash@1.14.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── assert-plus@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ecc-jsbn@0.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ getpass@0.1.6
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── assert-plus@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jodid25519@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsbn@0.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── tweetnacl@0.14.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-typedarray@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isstream@0.1.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ json-stringify-safe@5.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.12
β”‚ β”‚ β”‚ β”‚ β”‚ └── mime-db@1.24.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ node-uuid@1.4.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ oauth-sign@0.8.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ qs@6.3.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ stringstream@0.0.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ tough-cookie@2.3.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── punycode@1.4.1
β”‚ β”‚ β”‚ β”‚ └── tunnel-agent@0.4.3
β”‚ β”‚ β”‚ β”œβ”€β”€ single-line-log@0.4.1
β”‚ β”‚ β”‚ └── throttleit@0.0.2
β”‚ β”‚ β”œβ”€β”€ path-exists@1.0.0
β”‚ β”‚ └─┬ rc@1.1.6
β”‚ β”‚ β”œβ”€β”€ deep-extend@0.4.1
β”‚ β”‚ β”œβ”€β”€ ini@1.3.4
β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ └── strip-json-comments@1.0.4
β”‚ β”œβ”€β”¬ electron-osx-sign@0.4.1
β”‚ β”‚ β”œβ”€β”€ compare-version@0.1.2
β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ β”œβ”€β”¬ plist@1.2.0
β”‚ β”‚ β”‚ β”œβ”€β”€ base64-js@0.0.8
β”‚ β”‚ β”‚ └─┬ xmlbuilder@4.0.0
β”‚ β”‚ β”‚ └── lodash@3.10.1
β”‚ β”‚ └─┬ tempfile@1.1.1
β”‚ β”‚ └── uuid@2.0.3
β”‚ β”œβ”€β”¬ extract-zip@1.5.0
β”‚ β”‚ β”œβ”€β”¬ concat-stream@1.5.0
β”‚ β”‚ β”‚ β”œβ”€β”€ readable-stream@2.0.6
β”‚ β”‚ β”‚ └── typedarray@0.0.6
β”‚ β”‚ β”œβ”€β”€ debug@0.7.4
β”‚ β”‚ β”œβ”€β”€ mkdirp@0.5.0
β”‚ β”‚ └─┬ yauzl@2.4.1
β”‚ β”‚ └─┬ fd-slicer@1.0.1
β”‚ β”‚ └── pend@1.2.0
β”‚ β”œβ”€β”¬ fs-extra-p@1.2.0
β”‚ β”‚ └─┬ fs-extra-tf@0.30.4
β”‚ β”‚ β”œβ”€β”€ jsonfile@2.4.0
β”‚ β”‚ └── klaw@1.3.1
β”‚ β”œβ”€β”€ hosted-git-info@2.1.5
β”‚ β”œβ”€β”€ image-size@0.5.0
β”‚ β”œβ”€β”€ isbinaryfile@3.0.1
β”‚ β”œβ”€β”¬ lodash.template@4.4.0
β”‚ β”‚ β”œβ”€β”€ lodash._reinterpolate@3.0.0
β”‚ β”‚ └── lodash.templatesettings@4.1.0
β”‚ β”œβ”€β”€ mime@1.3.4
β”‚ β”œβ”€β”¬ minimatch@3.0.3
β”‚ β”‚ └─┬ brace-expansion@1.1.6
β”‚ β”‚ β”œβ”€β”€ balanced-match@0.4.2
β”‚ β”‚ └── concat-map@0.0.1
β”‚ β”œβ”€β”¬ normalize-package-data@2.3.5
β”‚ β”‚ β”œβ”€β”¬ is-builtin-module@1.0.0
β”‚ β”‚ β”‚ └── builtin-modules@1.1.1
β”‚ β”‚ └─┬ validate-npm-package-license@3.0.1
β”‚ β”‚ β”œβ”€β”¬ spdx-correct@1.0.2
β”‚ β”‚ β”‚ └── spdx-license-ids@1.2.2
β”‚ β”‚ └── spdx-expression-parse@1.0.4
β”‚ β”œβ”€β”¬ plist@2.0.1
β”‚ β”‚ β”œβ”€β”€ base64-js@1.1.2
β”‚ β”‚ β”œβ”€β”€ xmlbuilder@8.2.2
β”‚ β”‚ └── xmldom@0.1.22
β”‚ β”œβ”€β”¬ pretty-ms@2.1.0
β”‚ β”‚ β”œβ”€β”¬ is-finite@1.0.2
β”‚ β”‚ β”‚ └── number-is-nan@1.0.1
β”‚ β”‚ β”œβ”€β”€ parse-ms@1.0.1
β”‚ β”‚ └── plur@1.0.0
β”‚ β”œβ”€β”€ progress@1.1.8
β”‚ β”œβ”€β”¬ progress-stream@1.2.0
β”‚ β”‚ β”œβ”€β”€ speedometer@0.1.4
β”‚ β”‚ └─┬ through2@0.2.3
β”‚ β”‚ β”œβ”€β”¬ readable-stream@1.1.14
β”‚ β”‚ β”‚ └── isarray@0.0.1
β”‚ β”‚ └─┬ xtend@2.1.2
β”‚ β”‚ └── object-keys@0.4.0
β”‚ β”œβ”€β”¬ read-installed@4.0.3
β”‚ β”‚ β”œβ”€β”€ debuglog@1.0.1
β”‚ β”‚ β”œβ”€β”¬ read-package-json@2.0.4
β”‚ β”‚ β”‚ β”œβ”€β”€ glob@6.0.4
β”‚ β”‚ β”‚ └─┬ json-parse-helpfulerror@1.0.3
β”‚ β”‚ β”‚ └── jju@1.3.0
β”‚ β”‚ β”œβ”€β”¬ readdir-scoped-modules@1.0.2
β”‚ β”‚ β”‚ └── dezalgo@1.0.3
β”‚ β”‚ β”œβ”€β”€ slide@1.1.6
β”‚ β”‚ └── util-extend@1.0.3
β”‚ β”œβ”€β”¬ sanitize-filename@1.6.1
β”‚ β”‚ └─┬ truncate-utf8-bytes@1.0.2
β”‚ β”‚ └── utf8-byte-length@1.0.4
β”‚ β”œβ”€β”€ semver@5.3.0
β”‚ β”œβ”€β”¬ update-notifier@1.0.2
β”‚ β”‚ β”œβ”€β”¬ boxen@0.6.0
β”‚ β”‚ β”‚ β”œβ”€β”€ ansi-align@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ cli-boxes@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ filled-array@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ repeating@2.0.1
β”‚ β”‚ β”‚ └── widest-line@1.0.0
β”‚ β”‚ β”œβ”€β”¬ configstore@2.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ dot-prop@3.0.0
β”‚ β”‚ β”‚ β”‚ └── is-obj@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ osenv@0.1.3
β”‚ β”‚ β”‚ └─┬ write-file-atomic@1.2.0
β”‚ β”‚ β”‚ └── imurmurhash@0.1.4
β”‚ β”‚ β”œβ”€β”€ is-npm@1.0.0
β”‚ β”‚ β”œβ”€β”¬ latest-version@2.0.0
β”‚ β”‚ β”‚ └─┬ package-json@2.4.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ got@5.7.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ create-error-class@3.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── capture-stack-trace@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ duplexer2@0.1.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-redirect@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-retry-allowed@1.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lowercase-keys@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ node-status-codes@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ parse-json@2.2.0
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ error-ex@1.3.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── is-arrayish@0.2.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ read-all-stream@3.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ timed-out@3.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ unzip-response@1.0.2
β”‚ β”‚ β”‚ β”‚ └─┬ url-parse-lax@1.0.0
β”‚ β”‚ β”‚ β”‚ └── prepend-http@1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”€ registry-auth-token@3.1.0
β”‚ β”‚ β”‚ └── registry-url@3.1.0
β”‚ β”‚ β”œβ”€β”€ lazy-req@1.1.0
β”‚ β”‚ β”œβ”€β”€ semver-diff@2.1.0
β”‚ β”‚ └── xdg-basedir@2.0.0
β”‚ β”œβ”€β”¬ uuid-1345@0.99.6
β”‚ β”‚ └── macaddress@0.2.8
β”‚ └─┬ yargs@5.0.0
β”‚ β”œβ”€β”¬ cliui@3.2.0
β”‚ β”‚ └── wrap-ansi@2.0.0
β”‚ β”œβ”€β”€ decamelize@1.2.0
β”‚ β”œβ”€β”€ get-caller-file@1.0.2
β”‚ β”œβ”€β”€ lodash.assign@4.2.0
β”‚ β”œβ”€β”¬ os-locale@1.4.0
β”‚ β”‚ └─┬ lcid@1.0.0
β”‚ β”‚ └── invert-kv@1.0.0
β”‚ β”œβ”€β”¬ read-pkg-up@1.0.1
β”‚ β”‚ β”œβ”€β”¬ find-up@1.1.2
β”‚ β”‚ β”‚ └── path-exists@2.1.0
β”‚ β”‚ └─┬ read-pkg@1.1.0
β”‚ β”‚ β”œβ”€β”¬ load-json-file@1.1.0
β”‚ β”‚ β”‚ └─┬ strip-bom@2.0.0
β”‚ β”‚ β”‚ └── is-utf8@0.2.1
β”‚ β”‚ └── path-type@1.1.0
β”‚ β”œβ”€β”€ require-directory@2.1.1
β”‚ β”œβ”€β”€ require-main-filename@1.0.1
β”‚ β”œβ”€β”€ set-blocking@2.0.0
β”‚ β”œβ”€β”¬ string-width@1.0.2
β”‚ β”‚ β”œβ”€β”€ code-point-at@1.1.0
β”‚ β”‚ └── is-fullwidth-code-point@1.0.0
β”‚ β”œβ”€β”€ which-module@1.0.0
β”‚ β”œβ”€β”€ window-size@0.2.0
β”‚ β”œβ”€β”€ y18n@3.2.1
β”‚ └─┬ yargs-parser@3.2.0
β”‚ └── camelcase@3.0.0
β”œβ”€β”¬ electron-prebuilt@1.4.6
β”‚ └─┬ electron-download@3.0.1
β”‚ β”œβ”€β”€ fs-extra@0.30.0
β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”œβ”€β”¬ nugget@2.0.1
β”‚ β”‚ └── single-line-log@1.1.2
β”‚ β”œβ”€β”€ path-exists@2.1.0
β”‚ └─┬ sumchecker@1.2.0
β”‚ └── es6-promise@3.3.1
β”œβ”€β”¬ electron-rebuild@1.4.0
β”‚ β”œβ”€β”¬ babel-runtime@5.8.38
β”‚ β”‚ └── core-js@1.2.7
β”‚ β”œβ”€β”€ glob@6.0.4
β”‚ β”œβ”€β”€ lodash@3.10.1
β”‚ β”œβ”€β”€ ncp@2.0.0
β”‚ β”œβ”€β”¬ npm@3.10.9
β”‚ β”‚ β”œβ”€β”€ abbrev@1.0.9
β”‚ β”‚ β”œβ”€β”€ ansi-regex@2.0.0
β”‚ β”‚ β”œβ”€β”€ ansicolors@0.3.2
β”‚ β”‚ β”œβ”€β”€ ansistyles@0.1.3
β”‚ β”‚ β”œβ”€β”€ aproba@1.0.4
β”‚ β”‚ β”œβ”€β”€ archy@1.0.0
β”‚ β”‚ β”œβ”€β”€ asap@2.0.5
β”‚ β”‚ β”œβ”€β”€ chownr@1.0.1
β”‚ β”‚ β”œβ”€β”€ cmd-shim@2.0.2
β”‚ β”‚ β”œβ”€β”¬ columnify@1.5.4
β”‚ β”‚ β”‚ └─┬ wcwidth@1.0.0
β”‚ β”‚ β”‚ └─┬ defaults@1.0.3
β”‚ β”‚ β”‚ └── clone@1.0.2
β”‚ β”‚ β”œβ”€β”¬ config-chain@1.1.11
β”‚ β”‚ β”‚ └── proto-list@1.2.4
β”‚ β”‚ β”œβ”€β”€ debuglog@1.0.1
β”‚ β”‚ β”œβ”€β”€ dezalgo@1.0.3
β”‚ β”‚ β”œβ”€β”€ editor@1.0.0
β”‚ β”‚ β”œβ”€β”€ fs-vacuum@1.2.9
β”‚ β”‚ β”œβ”€β”€ fs-write-stream-atomic@1.0.8
β”‚ β”‚ β”œβ”€β”€ fstream@1.0.10
β”‚ β”‚ β”œβ”€β”¬ fstream-npm@1.2.0
β”‚ β”‚ β”‚ └─┬ fstream-ignore@1.0.5
β”‚ β”‚ β”‚ └─┬ minimatch@3.0.3
β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.6
β”‚ β”‚ β”‚ β”œβ”€β”€ balanced-match@0.4.2
β”‚ β”‚ β”‚ └── concat-map@0.0.1
β”‚ β”‚ β”œβ”€β”¬ glob@7.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ fs.realpath@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.3
β”‚ β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ balanced-match@0.4.2
β”‚ β”‚ β”‚ β”‚ └── concat-map@0.0.1
β”‚ β”‚ β”‚ └── path-is-absolute@1.0.1
β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.1.9
β”‚ β”‚ β”œβ”€β”€ has-unicode@2.0.1
β”‚ β”‚ β”œβ”€β”€ hosted-git-info@2.1.5
β”‚ β”‚ β”œβ”€β”€ iferr@0.1.5
β”‚ β”‚ β”œβ”€β”€ imurmurhash@0.1.4
β”‚ β”‚ β”œβ”€β”€ inflight@1.0.5
β”‚ β”‚ β”œβ”€β”€ inherits@2.0.3
β”‚ β”‚ β”œβ”€β”€ ini@1.3.4
β”‚ β”‚ β”œβ”€β”¬ init-package-json@1.9.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ glob@6.0.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.3
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.6
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ balanced-match@0.4.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── concat-map@0.0.1
β”‚ β”‚ β”‚ β”‚ └── path-is-absolute@1.0.0
β”‚ β”‚ β”‚ └── promzard@0.3.0
β”‚ β”‚ β”œβ”€β”€ lockfile@1.0.2
β”‚ β”‚ β”œβ”€β”€ lodash._baseindexof@3.1.0
β”‚ β”‚ β”œβ”€β”¬ lodash._baseuniq@4.6.0
β”‚ β”‚ β”‚ β”œβ”€β”€ lodash._createset@4.0.3
β”‚ β”‚ β”‚ └── lodash._root@3.0.1
β”‚ β”‚ β”œβ”€β”€ lodash._bindcallback@3.0.1
β”‚ β”‚ β”œβ”€β”€ lodash._cacheindexof@3.0.2
β”‚ β”‚ β”œβ”€β”€ lodash._createcache@3.1.2
β”‚ β”‚ β”œβ”€β”€ lodash._getnative@3.9.1
β”‚ β”‚ β”œβ”€β”€ lodash.clonedeep@4.5.0
β”‚ β”‚ β”œβ”€β”€ lodash.restparam@3.6.1
β”‚ β”‚ β”œβ”€β”€ lodash.union@4.6.0
β”‚ β”‚ β”œβ”€β”€ lodash.uniq@4.5.0
β”‚ β”‚ β”œβ”€β”€ lodash.without@4.4.0
β”‚ β”‚ β”œβ”€β”¬ mkdirp@0.5.1
β”‚ β”‚ β”‚ └── minimist@0.0.8
β”‚ β”‚ β”œβ”€β”¬ node-gyp@3.4.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.3
β”‚ β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ balanced-match@0.4.2
β”‚ β”‚ β”‚ β”‚ └── concat-map@0.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ npmlog@3.1.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ are-we-there-yet@1.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── delegates@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ console-control-strings@1.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ gauge@2.6.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-color@0.1.7
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ object-assign@4.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ signal-exit@3.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ string-width@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ code-point-at@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ is-fullwidth-code-point@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── wide-align@1.1.0
β”‚ β”‚ β”‚ β”‚ └── set-blocking@2.0.0
β”‚ β”‚ β”‚ └─┬ path-array@1.0.1
β”‚ β”‚ β”‚ └─┬ array-index@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚ β”‚ β”‚ └── ms@0.7.1
β”‚ β”‚ β”‚ └─┬ es6-symbol@3.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ d@0.1.1
β”‚ β”‚ β”‚ └─┬ es5-ext@0.10.12
β”‚ β”‚ β”‚ └── es6-iterator@2.0.0
β”‚ β”‚ β”œβ”€β”€ nopt@3.0.6
β”‚ β”‚ β”œβ”€β”€ normalize-git-url@3.0.2
β”‚ β”‚ β”œβ”€β”¬ normalize-package-data@2.3.5
β”‚ β”‚ β”‚ └─┬ is-builtin-module@1.0.0
β”‚ β”‚ β”‚ └── builtin-modules@1.1.1
β”‚ β”‚ β”œβ”€β”€ npm-cache-filename@1.0.2
β”‚ β”‚ β”œβ”€β”€ npm-install-checks@3.0.0
β”‚ β”‚ β”œβ”€β”€ npm-package-arg@4.2.0
β”‚ β”‚ β”œβ”€β”¬ npm-registry-client@7.2.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ concat-stream@1.5.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.0.6
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.7
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”‚ β”‚ └── typedarray@0.0.6
β”‚ β”‚ β”‚ β”œβ”€β”¬ npmlog@3.1.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ are-we-there-yet@1.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── delegates@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ console-control-strings@1.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ gauge@2.6.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-color@0.1.7
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ object-assign@4.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ signal-exit@3.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ string-width@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ code-point-at@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ is-fullwidth-code-point@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── wide-align@1.1.0
β”‚ β”‚ β”‚ β”‚ └── set-blocking@2.0.0
β”‚ β”‚ β”‚ └── retry@0.10.0
β”‚ β”‚ β”œβ”€β”€ npm-user-validate@0.1.5
β”‚ β”‚ β”œβ”€β”¬ npmlog@4.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ are-we-there-yet@1.1.2
β”‚ β”‚ β”‚ β”‚ └── delegates@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ console-control-strings@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ gauge@2.6.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-color@0.1.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ object-assign@4.1.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ signal-exit@3.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ string-width@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ code-point-at@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ is-fullwidth-code-point@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.0
β”‚ β”‚ β”‚ β”‚ └── wide-align@1.1.0
β”‚ β”‚ β”‚ └── set-blocking@2.0.0
β”‚ β”‚ β”œβ”€β”€ once@1.4.0
β”‚ β”‚ β”œβ”€β”€ opener@1.4.2
β”‚ β”‚ β”œβ”€β”¬ osenv@0.1.3
β”‚ β”‚ β”‚ β”œβ”€β”€ os-homedir@1.0.1
β”‚ β”‚ β”‚ └── os-tmpdir@1.0.1
β”‚ β”‚ β”œβ”€β”€ path-is-inside@1.0.2
β”‚ β”‚ β”œβ”€β”¬ read@1.0.7
β”‚ β”‚ β”‚ └── mute-stream@0.0.5
β”‚ β”‚ β”œβ”€β”€ read-cmd-shim@1.0.1
β”‚ β”‚ β”œβ”€β”¬ read-installed@4.0.3
β”‚ β”‚ β”‚ └── util-extend@1.0.3
β”‚ β”‚ β”œβ”€β”¬ read-package-json@2.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ glob@6.0.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.3
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.6
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ balanced-match@0.4.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── concat-map@0.0.1
β”‚ β”‚ β”‚ β”‚ └── path-is-absolute@1.0.0
β”‚ β”‚ β”‚ └─┬ json-parse-helpfulerror@1.0.3
β”‚ β”‚ β”‚ └── jju@1.3.0
β”‚ β”‚ β”œβ”€β”€ read-package-tree@5.1.5
β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.1.5
β”‚ β”‚ β”‚ β”œβ”€β”€ buffer-shims@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.7
β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”œβ”€β”€ readdir-scoped-modules@1.0.2
β”‚ β”‚ β”œβ”€β”€ realize-package-specifier@3.0.3
β”‚ β”‚ β”œβ”€β”¬ request@2.75.0
β”‚ β”‚ β”‚ β”œβ”€β”€ aws-sign2@0.6.0
β”‚ β”‚ β”‚ β”œβ”€β”€ aws4@1.4.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ bl@1.1.2
β”‚ β”‚ β”‚ β”‚ └─┬ readable-stream@2.0.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ caseless@0.11.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ combined-stream@1.0.5
β”‚ β”‚ β”‚ β”‚ └── delayed-stream@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ extend@3.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ forever-agent@0.6.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ form-data@2.0.0
β”‚ β”‚ β”‚ β”‚ └── asynckit@0.4.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ har-validator@2.0.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ chalk@1.1.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.2.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ has-ansi@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── supports-color@2.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ commander@2.9.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── graceful-readlink@1.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-my-json-valid@2.15.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ generate-function@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ generate-object-property@1.2.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── is-property@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsonpointer@4.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── xtend@4.0.1
β”‚ β”‚ β”‚ β”‚ └─┬ pinkie-promise@2.0.1
β”‚ β”‚ β”‚ β”‚ └── pinkie@2.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ hawk@3.1.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ boom@2.10.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ cryptiles@2.0.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ hoek@2.16.3
β”‚ β”‚ β”‚ β”‚ └── sntp@1.0.9
β”‚ β”‚ β”‚ β”œβ”€β”¬ http-signature@1.1.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ assert-plus@0.2.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ jsprim@1.3.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ extsprintf@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ json-schema@0.2.3
β”‚ β”‚ β”‚ β”‚ β”‚ └── verror@1.3.6
β”‚ β”‚ β”‚ β”‚ └─┬ sshpk@1.10.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ asn1@0.2.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ assert-plus@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ bcrypt-pbkdf@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ dashdash@1.14.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ecc-jsbn@0.1.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ getpass@0.1.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jodid25519@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsbn@0.1.0
β”‚ β”‚ β”‚ β”‚ └── tweetnacl@0.14.3
β”‚ β”‚ β”‚ β”œβ”€β”€ is-typedarray@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ isstream@0.1.2
β”‚ β”‚ β”‚ β”œβ”€β”€ json-stringify-safe@5.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.12
β”‚ β”‚ β”‚ β”‚ └── mime-db@1.24.0
β”‚ β”‚ β”‚ β”œβ”€β”€ node-uuid@1.4.7
β”‚ β”‚ β”‚ β”œβ”€β”€ oauth-sign@0.8.2
β”‚ β”‚ β”‚ β”œβ”€β”€ qs@6.2.1
β”‚ β”‚ β”‚ β”œβ”€β”€ stringstream@0.0.5
β”‚ β”‚ β”‚ β”œβ”€β”€ tough-cookie@2.3.1
β”‚ β”‚ β”‚ └── tunnel-agent@0.4.3
β”‚ β”‚ β”œβ”€β”€ retry@0.10.0
β”‚ β”‚ β”œβ”€β”€ rimraf@2.5.4
β”‚ β”‚ β”œβ”€β”€ semver@5.3.0
β”‚ β”‚ β”œβ”€β”€ sha@2.0.1
β”‚ β”‚ β”œβ”€β”€ slide@1.1.6
β”‚ β”‚ β”œβ”€β”€ sorted-object@2.0.1
β”‚ β”‚ β”œβ”€β”€ strip-ansi@3.0.1
β”‚ β”‚ β”œβ”€β”¬ tar@2.2.1
β”‚ β”‚ β”‚ └── block-stream@0.0.8
β”‚ β”‚ β”œβ”€β”€ text-table@0.2.0
β”‚ β”‚ β”œβ”€β”€ uid-number@0.0.6
β”‚ β”‚ β”œβ”€β”€ umask@1.1.0
β”‚ β”‚ β”œβ”€β”¬ unique-filename@1.1.0
β”‚ β”‚ β”‚ └── unique-slug@2.0.0
β”‚ β”‚ β”œβ”€β”€ unpipe@1.0.0
β”‚ β”‚ β”œβ”€β”¬ validate-npm-package-license@3.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ spdx-correct@1.0.2
β”‚ β”‚ β”‚ β”‚ └── spdx-license-ids@1.2.0
β”‚ β”‚ β”‚ └─┬ spdx-expression-parse@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ spdx-exceptions@1.0.4
β”‚ β”‚ β”‚ └── spdx-license-ids@1.2.0
β”‚ β”‚ β”œβ”€β”¬ validate-npm-package-name@2.2.2
β”‚ β”‚ β”‚ └── builtins@0.0.7
β”‚ β”‚ β”œβ”€β”¬ which@1.2.11
β”‚ β”‚ β”‚ └── isexe@1.1.2
β”‚ β”‚ β”œβ”€β”€ wrappy@1.0.2
β”‚ β”‚ └── write-file-atomic@1.2.0
β”‚ β”œβ”€β”€ nslog@3.0.0
β”‚ β”œβ”€β”¬ promise@7.1.1
β”‚ β”‚ └── asap@2.0.5
β”‚ β”œβ”€β”¬ rimraf@2.5.4
β”‚ β”‚ └── glob@7.1.1
β”‚ └─┬ yargs@3.32.0
β”‚ β”œβ”€β”€ camelcase@2.1.1
β”‚ └── window-size@0.1.4
β”œβ”€β”¬ node-hid@0.5.2
β”‚ β”œβ”€β”€ nan@2.4.0
β”‚ └─┬ node-pre-gyp@0.6.31
β”‚ β”œβ”€β”¬ mkdirp@0.5.1
β”‚ β”‚ └── minimist@0.0.8
β”‚ β”œβ”€β”¬ nopt@3.0.6
β”‚ β”‚ └── abbrev@1.0.9
β”‚ β”œβ”€β”¬ npmlog@4.0.0
β”‚ β”‚ β”œβ”€β”¬ are-we-there-yet@1.1.2
β”‚ β”‚ β”‚ β”œβ”€β”€ delegates@1.0.0
β”‚ β”‚ β”‚ └─┬ readable-stream@2.1.5
β”‚ β”‚ β”‚ β”œβ”€β”€ buffer-shims@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ inherits@2.0.3
β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.7
β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”œβ”€β”€ console-control-strings@1.1.0
β”‚ β”‚ β”œβ”€β”¬ gauge@2.6.0
β”‚ β”‚ β”‚ β”œβ”€β”€ aproba@1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”€ has-color@0.1.7
β”‚ β”‚ β”‚ β”œβ”€β”€ has-unicode@2.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ object-assign@4.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ signal-exit@3.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ string-width@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ code-point-at@1.1.0
β”‚ β”‚ β”‚ β”‚ └─┬ is-fullwidth-code-point@1.0.0
β”‚ β”‚ β”‚ β”‚ └── number-is-nan@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ strip-ansi@3.0.1
β”‚ β”‚ β”‚ β”‚ └── ansi-regex@2.0.0
β”‚ β”‚ β”‚ └── wide-align@1.1.0
β”‚ β”‚ └── set-blocking@2.0.0
β”‚ β”œβ”€β”¬ rc@1.1.6
β”‚ β”‚ β”œβ”€β”€ deep-extend@0.4.1
β”‚ β”‚ β”œβ”€β”€ ini@1.3.4
β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ └── strip-json-comments@1.0.4
β”‚ β”œβ”€β”¬ request@2.78.0
β”‚ β”‚ β”œβ”€β”€ aws-sign2@0.6.0
β”‚ β”‚ β”œβ”€β”€ aws4@1.5.0
β”‚ β”‚ β”œβ”€β”€ caseless@0.11.0
β”‚ β”‚ β”œβ”€β”¬ combined-stream@1.0.5
β”‚ β”‚ β”‚ └── delayed-stream@1.0.0
β”‚ β”‚ β”œβ”€β”€ extend@3.0.0
β”‚ β”‚ β”œβ”€β”€ forever-agent@0.6.1
β”‚ β”‚ β”œβ”€β”¬ form-data@2.1.2
β”‚ β”‚ β”‚ └── asynckit@0.4.0
β”‚ β”‚ β”œβ”€β”¬ har-validator@2.0.6
β”‚ β”‚ β”‚ β”œβ”€β”¬ chalk@1.1.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.2.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ has-ansi@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── ansi-regex@2.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ strip-ansi@3.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── ansi-regex@2.0.0
β”‚ β”‚ β”‚ β”‚ └── supports-color@2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ commander@2.9.0
β”‚ β”‚ β”‚ β”‚ └── graceful-readlink@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ is-my-json-valid@2.15.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ generate-function@2.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ generate-object-property@1.2.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── is-property@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsonpointer@4.0.0
β”‚ β”‚ β”‚ β”‚ └── xtend@4.0.1
β”‚ β”‚ β”‚ └─┬ pinkie-promise@2.0.1
β”‚ β”‚ β”‚ └── pinkie@2.0.4
β”‚ β”‚ β”œβ”€β”¬ hawk@3.1.3
β”‚ β”‚ β”‚ β”œβ”€β”€ boom@2.10.1
β”‚ β”‚ β”‚ β”œβ”€β”€ cryptiles@2.0.5
β”‚ β”‚ β”‚ β”œβ”€β”€ hoek@2.16.3
β”‚ β”‚ β”‚ └── sntp@1.0.9
β”‚ β”‚ β”œβ”€β”¬ http-signature@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ assert-plus@0.2.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ jsprim@1.3.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ extsprintf@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ json-schema@0.2.3
β”‚ β”‚ β”‚ β”‚ └── verror@1.3.6
β”‚ β”‚ β”‚ └─┬ sshpk@1.10.1
β”‚ β”‚ β”‚ β”œβ”€β”€ asn1@0.2.3
β”‚ β”‚ β”‚ β”œβ”€β”€ assert-plus@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ bcrypt-pbkdf@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ dashdash@1.14.0
β”‚ β”‚ β”‚ β”œβ”€β”€ ecc-jsbn@0.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ getpass@0.1.6
β”‚ β”‚ β”‚ β”œβ”€β”€ jodid25519@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ jsbn@0.1.0
β”‚ β”‚ β”‚ └── tweetnacl@0.14.3
β”‚ β”‚ β”œβ”€β”€ is-typedarray@1.0.0
β”‚ β”‚ β”œβ”€β”€ isstream@0.1.2
β”‚ β”‚ β”œβ”€β”€ json-stringify-safe@5.0.1
β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.12
β”‚ β”‚ β”‚ └── mime-db@1.24.0
β”‚ β”‚ β”œβ”€β”€ node-uuid@1.4.7
β”‚ β”‚ β”œβ”€β”€ oauth-sign@0.8.2
β”‚ β”‚ β”œβ”€β”€ qs@6.3.0
β”‚ β”‚ β”œβ”€β”€ stringstream@0.0.5
β”‚ β”‚ β”œβ”€β”¬ tough-cookie@2.3.2
β”‚ β”‚ β”‚ └── punycode@1.4.1
β”‚ β”‚ └── tunnel-agent@0.4.3
β”‚ β”œβ”€β”€ semver@5.3.0
β”‚ β”œβ”€β”¬ tar@2.2.1
β”‚ β”‚ β”œβ”€β”€ block-stream@0.0.9
β”‚ β”‚ β”œβ”€β”¬ fstream@1.0.10
β”‚ β”‚ β”‚ └── graceful-fs@4.1.10
β”‚ β”‚ └── inherits@2.0.3
β”‚ └─┬ tar-pack@3.3.0
β”‚ β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚ └── ms@0.7.1
β”‚ β”œβ”€β”¬ fstream@1.0.10
β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.1.10
β”‚ β”‚ └── inherits@2.0.3
β”‚ β”œβ”€β”¬ fstream-ignore@1.0.5
β”‚ β”‚ β”œβ”€β”€ inherits@2.0.3
β”‚ β”‚ └─┬ minimatch@3.0.3
β”‚ β”‚ └─┬ brace-expansion@1.1.6
β”‚ β”‚ β”œβ”€β”€ balanced-match@0.4.2
β”‚ β”‚ └── concat-map@0.0.1
β”‚ β”œβ”€β”¬ once@1.3.3
β”‚ β”‚ └── wrappy@1.0.2
β”‚ β”œβ”€β”¬ readable-stream@2.1.5
β”‚ β”‚ β”œβ”€β”€ buffer-shims@1.0.0
β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”œβ”€β”€ inherits@2.0.3
β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.7
β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ └── uid-number@0.0.6
β”œβ”€β”¬ react@0.14.8
β”‚ β”œβ”€β”¬ envify@3.4.1
β”‚ β”‚ β”œβ”€β”¬ jstransform@11.0.3
β”‚ β”‚ β”‚ β”œβ”€β”€ base62@1.1.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ commoner@0.10.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ detective@4.3.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ acorn@3.3.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── defined@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ iconv-lite@0.4.13
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ q@1.4.1
β”‚ β”‚ β”‚ β”‚ └─┬ recast@0.10.43
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ast-types@0.8.15
β”‚ β”‚ β”‚ β”‚ └── esprima-fb@15001.1001.0-dev-harmony-fb
β”‚ β”‚ β”‚ β”œβ”€β”€ esprima-fb@15001.1.0-dev-harmony-fb
β”‚ β”‚ β”‚ β”œβ”€β”€ object-assign@2.1.1
β”‚ β”‚ β”‚ └─┬ source-map@0.4.4
β”‚ β”‚ β”‚ └── amdefine@1.0.1
β”‚ β”‚ └── through@2.3.8
β”‚ └─┬ fbjs@0.6.1
β”‚ β”œβ”€β”€ core-js@1.2.7
β”‚ β”œβ”€β”€ loose-envify@1.3.0
β”‚ β”œβ”€β”€ ua-parser-js@0.7.12
β”‚ └── whatwg-fetch@0.9.0
β”œβ”€β”¬ react-bootstrap@0.27.3
β”‚ β”œβ”€β”¬ babel-runtime@5.8.38
β”‚ β”‚ └── core-js@1.2.7
β”‚ β”œβ”€β”€ classnames@2.2.5
β”‚ β”œβ”€β”€ dom-helpers@2.4.0
β”‚ β”œβ”€β”€ keycode@2.1.7
β”‚ β”œβ”€β”€ lodash-compat@3.10.2
β”‚ β”œβ”€β”¬ react-overlays@0.5.4
β”‚ β”‚ └── react-prop-types@0.2.2
β”‚ β”œβ”€β”€ react-prop-types@0.3.2
β”‚ β”œβ”€β”¬ uncontrollable@3.3.1
β”‚ β”‚ └── invariant@2.2.1
β”‚ └── warning@2.1.0
└── react-dom@0.14.8
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-linux@^1.0.1 (node_modules/7zip-bin/node_modules/7zip-bin-linux):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-linux@1.0.3: wanted {"os":"linux","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-win@^1.0.0 (node_modules/7zip-bin/node_modules/7zip-bin-win):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-win@1.0.0: wanted {"os":"win32","arch":"any"} (current: {"os":"darwin","arch":"x64"})
bokbokbok% npm start
> electron-hid-toy@0.1.2 start /Users/tod/projects/node/tmp/electron-hid-toy
> electron . --enable-logging --remote-debugging-port=9222
[25981:1114/183427:INFO:CONSOLE(66)] "Download the React DevTools for a better development experience: https://fb.me/react-devtools", source: /Users/tod/projects/node/tmp/electron-hid-toy/node_modules/react/lib/ReactDOM.js (66)
^C
bokbokbok% node --version
v6.9.1
bokbokbok% npm --version
3.10.8
bokbokbok% node-gyp --version
v3.0.3
bokbokbok% node-pre-gyp --version
v0.6.31
bokbokbok% gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
bokbokbok% npm config list
; cli configs
user-agent = "npm/3.10.8 node/v6.9.1 darwin x64"
; userconfig /Users/tod/.npmrc
//progress = false
; node bin location = /Users/tod/.nvm/versions/node/v6.9.1/bin/node
; cwd = /Users/tod/projects/node/tmp/electron-hid-toy
; HOME = /Users/tod
; "npm config ls -l" to show all defaults.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment