Skip to content

Instantly share code, notes, and snippets.

@todbot
Created November 15, 2016 02:39
Show Gist options
  • 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