Skip to content

Instantly share code, notes, and snippets.

@scottgonzalez
Last active October 20, 2015 11:53
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 scottgonzalez/0025f8a6fad9ba88a3c8 to your computer and use it in GitHub Desktop.
Save scottgonzalez/0025f8a6fad9ba88a3c8 to your computer and use it in GitHub Desktop.
t2-cli (master *) $ npm ls
t2-cli@0.0.4 /Users/scottgonzalez/Projects/t2-cli
├── async@1.4.2
├── bluebird@2.10.2
├── colors@1.1.2
├─┬ debug@2.2.0
│ └── ms@0.7.1
├── envfile@1.0.0
├─┬ fs-extra@0.18.4
│ ├── graceful-fs@3.0.8
│ └── jsonfile@2.2.3
├─┬ fstream-ignore@1.0.2
│ ├─┬ fstream@1.0.8
│ │ └── graceful-fs@4.1.2
│ ├── inherits@2.0.1
│ └─┬ minimatch@2.0.10
│ └─┬ brace-expansion@1.1.1
│ ├── balanced-match@0.2.0
│ └── concat-map@0.0.1
├─┬ grunt@0.4.5
│ ├── async@0.1.22
│ ├── coffee-script@1.3.3
│ ├── colors@0.6.2
│ ├── dateformat@1.0.2-1.2.3
│ ├── eventemitter2@0.4.14
│ ├── exit@0.1.2
│ ├─┬ findup-sync@0.1.3
│ │ ├─┬ glob@3.2.11
│ │ │ ├── inherits@2.0.1
│ │ │ └─┬ minimatch@0.3.0
│ │ │ ├── lru-cache@2.7.0
│ │ │ └── sigmund@1.0.1
│ │ └── lodash@2.4.2
│ ├── getobject@0.1.0
│ ├─┬ glob@3.1.21
│ │ ├── graceful-fs@1.2.3
│ │ └── inherits@1.0.2
│ ├─┬ grunt-legacy-log@0.1.2
│ │ ├── grunt-legacy-log-utils@0.1.1
│ │ ├── lodash@2.4.2
│ │ └── underscore.string@2.3.3
│ ├── grunt-legacy-util@0.2.0
│ ├── hooker@0.2.3
│ ├── iconv-lite@0.2.11
│ ├─┬ js-yaml@2.0.5
│ │ ├─┬ argparse@0.1.16
│ │ │ ├── underscore@1.7.0
│ │ │ └── underscore.string@2.4.0
│ │ └── esprima@1.0.4
│ ├── lodash@0.9.2
│ ├─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.7.0
│ │ └── sigmund@1.0.1
│ ├─┬ nopt@1.0.10
│ │ └── abbrev@1.0.7
│ ├── rimraf@2.2.8
│ ├── underscore.string@2.2.1
│ └── which@1.0.9
├─┬ grunt-cli@0.1.13
│ ├─┬ findup-sync@0.1.3
│ │ ├─┬ glob@3.2.11
│ │ │ ├── inherits@2.0.1
│ │ │ └─┬ minimatch@0.3.0
│ │ │ ├── lru-cache@2.7.0
│ │ │ └── sigmund@1.0.1
│ │ └── lodash@2.4.2
│ ├─┬ nopt@1.0.10
│ │ └── abbrev@1.0.7
│ └── resolve@0.3.1
├─┬ grunt-contrib-jshint@0.11.3
│ ├── hooker@0.2.3
│ └─┬ jshint@2.8.0
│ ├─┬ cli@0.6.6
│ │ └─┬ glob@3.2.11
│ │ ├── inherits@2.0.1
│ │ └─┬ minimatch@0.3.0
│ │ ├── lru-cache@2.7.0
│ │ └── sigmund@1.0.1
│ ├─┬ console-browserify@1.1.0
│ │ └── date-now@0.1.4
│ ├── exit@0.1.2
│ ├─┬ htmlparser2@3.8.3
│ │ ├── domelementtype@1.3.0
│ │ ├── domhandler@2.3.0
│ │ ├─┬ domutils@1.5.1
│ │ │ └─┬ dom-serializer@0.1.0
│ │ │ ├── domelementtype@1.1.3
│ │ │ └── entities@1.1.1
│ │ ├── entities@1.0.0
│ │ └─┬ readable-stream@1.1.13
│ │ ├── core-util-is@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ ├── lodash@3.7.0
│ ├─┬ minimatch@2.0.10
│ │ └─┬ brace-expansion@1.1.1
│ │ ├── balanced-match@0.2.0
│ │ └── concat-map@0.0.1
│ ├── shelljs@0.3.0
│ └── strip-json-comments@1.0.4
├─┬ grunt-contrib-nodeunit@0.4.1
│ ├── hooker@0.2.3
│ └─┬ nodeunit@0.9.1
│ └─┬ tap@0.7.1
│ ├── buffer-equal@0.0.1
│ ├── deep-equal@1.0.1
│ ├─┬ difflet@0.2.6
│ │ ├── charm@0.1.2
│ │ ├── deep-is@0.1.3
│ │ └── traverse@0.6.6
│ ├─┬ glob@4.5.3
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.1
│ │ │ ├── balanced-match@0.2.0
│ │ │ └── concat-map@0.0.1
│ │ └─┬ once@1.3.2
│ │ └── wrappy@1.0.1
│ ├── inherits@2.0.1
│ ├─┬ nopt@3.0.4
│ │ └── abbrev@1.0.7
│ ├─┬ runforcover@0.0.2
│ │ └─┬ bunker@0.1.2
│ │ └─┬ burrito@0.2.12
│ │ ├── traverse@0.5.2
│ │ └── uglify-js@1.1.1
│ ├── slide@1.1.6
│ └── yamlish@0.0.7
├─┬ grunt-contrib-watch@0.6.1
│ ├── async@0.2.10
│ ├─┬ gaze@0.5.2
│ │ └─┬ globule@0.1.0
│ │ ├─┬ glob@3.1.21
│ │ │ ├── graceful-fs@1.2.3
│ │ │ └── inherits@1.0.2
│ │ ├── lodash@1.0.2
│ │ └─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.7.0
│ │ └── sigmund@1.0.1
│ ├── lodash@2.4.2
│ └─┬ tiny-lr-fork@0.0.5
│ ├── debug@0.7.4
│ ├── faye-websocket@0.4.4
│ ├─┬ noptify@0.0.3
│ │ └─┬ nopt@2.0.0
│ │ └── abbrev@1.0.7
│ └── qs@0.5.6
├─┬ grunt-jsbeautifier@0.2.10
│ ├─┬ js-beautify@1.5.10
│ │ ├─┬ config-chain@1.1.9
│ │ │ ├── ini@1.3.4
│ │ │ └── proto-list@1.2.4
│ │ └─┬ nopt@3.0.4
│ │ └── abbrev@1.0.7
│ ├─┬ rc@1.1.2
│ │ ├── deep-extend@0.2.11
│ │ ├── ini@1.3.4
│ │ ├── minimist@1.2.0
│ │ └── strip-json-comments@0.1.3
│ ├── semver@5.0.3
│ └── underscore.string@3.2.2
├─┬ grunt-jscs@1.8.0
│ ├── hooker@0.2.3
│ ├─┬ jscs@1.13.1
│ │ ├─┬ chalk@1.0.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@1.0.3
│ │ │ │ ├── ansi-regex@1.1.1
│ │ │ │ └── get-stdin@4.0.1
│ │ │ ├─┬ strip-ansi@2.0.1
│ │ │ │ └── ansi-regex@1.1.1
│ │ │ └── supports-color@1.3.1
│ │ ├─┬ cli-table@0.3.1
│ │ │ └── colors@1.0.3
│ │ ├── commander@2.6.0
│ │ ├── esprima@1.2.5
│ │ ├── esprima-harmony-jscs@1.1.0-bin
│ │ ├── estraverse@1.9.3
│ │ ├── exit@0.1.2
│ │ ├─┬ glob@5.0.15
│ │ │ ├─┬ inflight@1.0.4
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ once@1.3.2
│ │ │ │ └── wrappy@1.0.1
│ │ │ └── path-is-absolute@1.0.0
│ │ ├─┬ lodash.assign@3.0.0
│ │ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ │ ├── lodash._basecopy@3.0.1
│ │ │ │ └─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ └─┬ lodash._createassigner@3.1.1
│ │ │ ├── lodash._bindcallback@3.0.1
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ └── lodash.restparam@3.6.1
│ │ ├─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.1
│ │ │ ├── balanced-match@0.2.0
│ │ │ └── concat-map@0.0.1
│ │ ├── pathval@0.1.1
│ │ ├─┬ prompt@0.2.14
│ │ │ ├── pkginfo@0.3.0
│ │ │ ├─┬ read@1.0.7
│ │ │ │ └── mute-stream@0.0.5
│ │ │ ├── revalidator@0.1.8
│ │ │ ├─┬ utile@0.2.1
│ │ │ │ ├── async@0.2.10
│ │ │ │ ├── deep-equal@1.0.1
│ │ │ │ ├── i@0.3.3
│ │ │ │ └── ncp@0.4.2
│ │ │ └─┬ winston@0.8.3
│ │ │ ├── async@0.2.10
│ │ │ ├── colors@0.6.2
│ │ │ ├── cycle@1.0.3
│ │ │ ├── eyes@0.1.8
│ │ │ ├── isstream@0.1.2
│ │ │ └── stack-trace@0.0.9
│ │ ├── strip-json-comments@1.0.4
│ │ ├─┬ vow-fs@0.3.4
│ │ │ ├─┬ glob@4.5.3
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ └─┬ once@1.3.2
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├── node-uuid@1.4.3
│ │ │ └── vow-queue@0.4.2
│ │ └─┬ xmlbuilder@2.6.5
│ │ └── lodash@3.10.1
│ ├── lodash@2.4.2
│ └── vow@0.4.11
├─┬ inquirer@0.8.5
│ ├── ansi-regex@1.1.1
│ ├─┬ chalk@1.1.1
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.3
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├── cli-width@1.1.0
│ ├── figures@1.4.0
│ ├─┬ readline2@0.1.1
│ │ ├── mute-stream@0.0.4
│ │ └── strip-ansi@2.0.1
│ ├── rx@2.5.3
│ └── through@2.3.8
├── keypress@0.2.1
├── lodash@3.10.1
├─┬ mdns-js@0.4.0
│ ├─┬ mdns-js-packet@0.1.12
│ │ └── qap@3.1.3
│ └── semver@4.3.6
├─┬ mkdirp@0.5.1
│ └── minimist@0.0.8
├─┬ nomnom@1.8.1
│ ├─┬ chalk@0.4.0
│ │ ├── ansi-styles@1.0.0
│ │ ├── has-color@0.1.7
│ │ └── strip-ansi@0.1.1
│ └── underscore@1.6.0
├─┬ npm@2.14.8
│ ├── abbrev@1.0.7
│ ├── ansi@0.3.0
│ ├── ansicolors@0.3.2
│ ├── ansistyles@0.1.3
│ ├── archy@1.0.0
│ ├── async-some@1.0.2
│ ├── block-stream@0.0.8
│ ├── char-spinner@1.0.1
│ ├── chmodr@1.0.1
│ ├── chownr@1.0.1
│ ├─┬ cmd-shim@2.0.1
│ │ └── graceful-fs@3.0.8
│ ├─┬ columnify@1.5.2
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └─┬ wcwidth@1.0.0
│ │ └─┬ defaults@1.0.2
│ │ └── clone@0.1.19
│ ├─┬ config-chain@1.1.9
│ │ └── proto-list@1.2.4
│ ├─┬ dezalgo@1.0.3
│ │ └── asap@2.0.3
│ ├── editor@1.0.0
│ ├── fs-vacuum@1.2.7
│ ├── fs-write-stream-atomic@1.0.4
│ ├── fstream@1.0.8
│ ├─┬ fstream-npm@1.0.5
│ │ └── fstream-ignore@1.0.2
│ ├── github-url-from-git@1.4.0
│ ├── github-url-from-username-repo@1.0.2
│ ├─┬ glob@5.0.15
│ │ └── path-is-absolute@1.0.0
│ ├── graceful-fs@4.1.2
│ ├── hosted-git-info@2.1.4
│ ├── inflight@1.0.4
│ ├── inherits@2.0.1
│ ├── ini@1.3.4
│ ├─┬ init-package-json@1.9.1
│ │ └── promzard@0.3.0
│ ├── lockfile@1.0.1
│ ├── lru-cache@2.7.0
│ ├─┬ minimatch@2.0.10
│ │ └─┬ brace-expansion@1.1.0
│ │ ├── balanced-match@0.2.0
│ │ └── concat-map@0.0.1
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ node-gyp@3.0.3
│ │ ├─┬ glob@4.5.3
│ │ │ └─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.0
│ │ │ ├── balanced-match@0.2.0
│ │ │ └── concat-map@0.0.1
│ │ ├─┬ minimatch@1.0.0
│ │ │ └── sigmund@1.0.1
│ │ ├─┬ path-array@1.0.0
│ │ │ └─┬ array-index@0.1.1
│ │ │ └─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ └── tar@1.0.3
│ ├── nopt@3.0.4
│ ├── normalize-git-url@3.0.1
│ ├─┬ normalize-package-data@2.3.4
│ │ └─┬ is-builtin-module@1.0.0
│ │ └── builtin-modules@1.1.0
│ ├── npm-cache-filename@1.0.2
│ ├── npm-install-checks@1.0.6
│ ├── npm-package-arg@4.0.2
│ ├─┬ npm-registry-client@7.0.7
│ │ └─┬ concat-stream@1.5.0
│ │ ├─┬ readable-stream@2.0.2
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ ├── process-nextick-args@1.0.3
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.1
│ │ └── typedarray@0.0.6
│ ├── npm-user-validate@0.1.2
│ ├─┬ npmlog@1.2.1
│ │ ├─┬ are-we-there-yet@1.0.4
│ │ │ └── delegates@0.1.0
│ │ └─┬ gauge@1.2.0
│ │ ├── has-unicode@1.0.0
│ │ ├── lodash._basetostring@3.0.0
│ │ ├─┬ lodash._createpadding@3.6.0
│ │ │ └── lodash.repeat@3.0.0
│ │ ├── lodash.pad@3.1.0
│ │ ├── lodash.padleft@3.1.1
│ │ └── lodash.padright@3.1.1
│ ├── once@1.3.2
│ ├── opener@1.4.1
│ ├─┬ osenv@0.1.3
│ │ ├── os-homedir@1.0.0
│ │ └── os-tmpdir@1.0.1
│ ├── path-is-inside@1.0.1
│ ├─┬ read@1.0.7
│ │ └── mute-stream@0.0.5
│ ├─┬ read-installed@4.0.3
│ │ ├── debuglog@1.0.1
│ │ ├── readdir-scoped-modules@1.0.2
│ │ └── util-extend@1.0.1
│ ├─┬ read-package-json@2.0.1
│ │ └─┬ json-parse-helpfulerror@1.0.3
│ │ └── jju@1.2.0
│ ├─┬ readable-stream@1.1.13
│ │ ├── core-util-is@1.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ ├── realize-package-specifier@3.0.1
│ ├─┬ request@2.64.0
│ │ ├── aws-sign2@0.5.0
│ │ ├─┬ bl@1.0.0
│ │ │ └─┬ readable-stream@2.0.2
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ ├── process-nextick-args@1.0.3
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.1
│ │ ├── 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-rc3
│ │ │ └── async@1.4.2
│ │ ├─┬ har-validator@1.8.0
│ │ │ ├── bluebird@2.10.1
│ │ │ ├─┬ chalk@1.1.1
│ │ │ │ ├── ansi-styles@2.1.0
│ │ │ │ ├── escape-string-regexp@1.0.3
│ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ └── supports-color@2.0.0
│ │ │ ├─┬ commander@2.8.1
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ └─┬ is-my-json-valid@2.12.2
│ │ │ ├── generate-function@2.0.0
│ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ └── is-property@1.0.2
│ │ │ ├── jsonpointer@2.0.0
│ │ │ └── xtend@4.0.0
│ │ ├─┬ hawk@3.1.0
│ │ │ ├── boom@2.9.0
│ │ │ ├── cryptiles@2.0.5
│ │ │ ├── hoek@2.16.3
│ │ │ └── sntp@1.0.9
│ │ ├─┬ http-signature@0.11.0
│ │ │ ├── asn1@0.1.11
│ │ │ ├── assert-plus@0.1.5
│ │ │ └── ctype@0.5.3
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1
│ │ ├─┬ mime-types@2.1.7
│ │ │ └── mime-db@1.19.0
│ │ ├── node-uuid@1.4.3
│ │ ├── oauth-sign@0.8.0
│ │ ├── qs@5.1.0
│ │ ├── stringstream@0.0.4
│ │ ├── tough-cookie@2.0.0
│ │ └── tunnel-agent@0.4.1
│ ├── retry@0.8.0
│ ├── rimraf@2.4.3
│ ├── semver@5.0.3
│ ├─┬ sha@2.0.1
│ │ └─┬ readable-stream@2.0.2
│ │ ├── core-util-is@1.0.1
│ │ ├── isarray@0.0.1
│ │ ├── process-nextick-args@1.0.3
│ │ ├── string_decoder@0.10.31
│ │ └── util-deprecate@1.0.1
│ ├── slide@1.1.6
│ ├── sorted-object@1.0.0
│ ├─┬ spdx@0.4.1
│ │ └── spdx-license-ids@1.0.1
│ ├── tar@2.2.1
│ ├── text-table@0.2.0
│ ├── uid-number@0.0.6
│ ├── umask@1.1.0
│ ├─┬ validate-npm-package-license@3.0.1
│ │ ├─┬ spdx-correct@1.0.1
│ │ │ └── spdx-license-ids@1.0.2
│ │ └─┬ spdx-expression-parse@1.0.0
│ │ ├── spdx-exceptions@1.0.2
│ │ └── spdx-license-ids@1.0.2
│ ├─┬ validate-npm-package-name@2.2.2
│ │ └── builtins@0.0.7
│ ├─┬ which@1.1.2
│ │ └─┬ is-absolute@0.1.7
│ │ └── is-relative@0.1.3
│ ├── wrappy@1.0.1
│ └── write-file-atomic@1.1.3
├─┬ osenv@0.1.3
│ ├── os-homedir@1.0.1
│ └── os-tmpdir@1.0.1
├── progress@1.1.8
├─┬ promzard@0.3.0
│ └─┬ read@1.0.7
│ └── mute-stream@0.0.5
├─┬ request@2.65.0
│ ├── aws-sign2@0.6.0
│ ├─┬ bl@1.0.0
│ │ └─┬ readable-stream@2.0.2
│ │ ├── core-util-is@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ ├── process-nextick-args@1.0.3
│ │ ├── 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@1.0.0-rc3
│ ├─┬ har-validator@2.0.2
│ │ ├─┬ chalk@1.1.1
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ commander@2.9.0
│ │ │ └── graceful-readlink@1.0.1
│ │ ├─┬ is-my-json-valid@2.12.2
│ │ │ ├── generate-function@2.0.0
│ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ └── is-property@1.0.2
│ │ │ ├── jsonpointer@2.0.0
│ │ │ └── xtend@4.0.0
│ │ └─┬ pinkie-promise@1.0.0
│ │ └── pinkie@1.0.0
│ ├─┬ hawk@3.1.0
│ │ ├── boom@2.9.0
│ │ ├── cryptiles@2.0.5
│ │ ├── hoek@2.16.3
│ │ └── sntp@1.0.9
│ ├─┬ http-signature@0.11.0
│ │ ├── asn1@0.1.11
│ │ ├── assert-plus@0.1.5
│ │ └── ctype@0.5.3
│ ├── isstream@0.1.2
│ ├── json-stringify-safe@5.0.1
│ ├─┬ mime-types@2.1.7
│ │ └── mime-db@1.19.0
│ ├── node-uuid@1.4.3
│ ├── oauth-sign@0.8.0
│ ├── qs@5.2.0
│ ├── stringstream@0.0.4
│ ├── tough-cookie@2.2.0
│ └── tunnel-agent@0.4.1
├─┬ rimraf@2.4.3
│ └─┬ glob@5.0.15
│ ├─┬ inflight@1.0.4
│ │ └── wrappy@1.0.1
│ ├── inherits@2.0.1
│ ├─┬ minimatch@3.0.0
│ │ └─┬ brace-expansion@1.1.1
│ │ ├── balanced-match@0.2.0
│ │ └── concat-map@0.0.1
│ ├─┬ once@1.3.2
│ │ └── wrappy@1.0.1
│ └── path-is-absolute@1.0.0
├── shell-escape@0.2.0
├─┬ sinon@1.17.1
│ ├── formatio@1.1.1
│ ├── lolex@1.3.2
│ ├── samsam@1.1.2
│ └─┬ util@0.10.3
│ └── inherits@2.0.1
├── sprintf-js@1.0.3
├─┬ ssh-keygen@0.2.1
│ └── underscore@1.4.4
├─┬ ssh2@0.4.11
│ ├─┬ readable-stream@1.0.33
│ │ ├── core-util-is@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └─┬ ssh2-streams@0.0.18
│ ├── asn1@0.2.3
│ ├── jsbn@0.0.0
│ └── streamsearch@0.1.2
├─┬ stream-to-buffer@0.1.0
│ └── stream-to@0.2.2
├─┬ tar@2.2.1
│ ├── block-stream@0.0.8
│ ├─┬ fstream@1.0.8
│ │ └── graceful-fs@4.1.2
│ └── inherits@2.0.1
├─┬ tar-stream@1.2.2
│ ├── bl@1.0.0
│ ├─┬ end-of-stream@1.1.0
│ │ └─┬ once@1.3.2
│ │ └── wrappy@1.0.1
│ ├─┬ readable-stream@2.0.2
│ │ ├── core-util-is@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ ├── process-nextick-args@1.0.3
│ │ ├── string_decoder@0.10.31
│ │ └── util-deprecate@1.0.2
│ └── xtend@4.0.0
├── url-join@0.0.1
├─┬ usb@1.0.6
│ ├── nan@1.9.0
│ └─┬ node-pre-gyp@0.6.4
│ ├─┬ mkdirp@0.5.0
│ │ └── minimist@0.0.8
│ ├─┬ nopt@3.0.1
│ │ └── abbrev@1.0.5
│ ├─┬ npmlog@1.1.0
│ │ ├── ansi@0.3.0
│ │ ├─┬ are-we-there-yet@1.0.4
│ │ │ ├── delegates@0.1.0
│ │ │ └─┬ readable-stream@1.1.13
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └─┬ gauge@1.1.0
│ │ ├── has-unicode@1.0.0
│ │ ├─┬ lodash.pad@3.1.0
│ │ │ ├── lodash._basetostring@3.0.0
│ │ │ └─┬ lodash._createpadding@3.6.0
│ │ │ └── lodash.repeat@3.0.0
│ │ ├─┬ lodash.padleft@3.1.0
│ │ │ ├── lodash._basetostring@3.0.0
│ │ │ └─┬ lodash._createpadding@3.6.0
│ │ │ └── lodash.repeat@3.0.0
│ │ └─┬ lodash.padright@3.1.0
│ │ ├── lodash._basetostring@3.0.0
│ │ └─┬ lodash._createpadding@3.6.0
│ │ └── lodash.repeat@3.0.0
│ ├─┬ rc@0.6.0
│ │ ├── deep-extend@0.2.11
│ │ ├── ini@1.3.3
│ │ ├── minimist@0.0.10
│ │ └── strip-json-comments@0.1.3
│ ├─┬ request@2.55.0
│ │ ├── aws-sign2@0.5.0
│ │ ├─┬ bl@0.9.4
│ │ │ └─┬ readable-stream@1.0.33
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ ├── caseless@0.9.0
│ │ ├─┬ combined-stream@0.0.7
│ │ │ └── delayed-stream@0.0.5
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@0.2.0
│ │ │ └── async@0.9.0
│ │ ├─┬ har-validator@1.6.1
│ │ │ ├── bluebird@2.9.24
│ │ │ ├─┬ chalk@1.0.0
│ │ │ │ ├── ansi-styles@2.0.1
│ │ │ │ ├── escape-string-regexp@1.0.3
│ │ │ │ ├─┬ has-ansi@1.0.3
│ │ │ │ │ ├── ansi-regex@1.1.1
│ │ │ │ │ └── get-stdin@4.0.1
│ │ │ │ ├─┬ strip-ansi@2.0.1
│ │ │ │ │ └── ansi-regex@1.1.1
│ │ │ │ └── supports-color@1.3.1
│ │ │ ├─┬ commander@2.8.0
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ └─┬ is-my-json-valid@2.10.1
│ │ │ ├── generate-function@2.0.0
│ │ │ ├─┬ generate-object-property@1.1.1
│ │ │ │ └── is-property@1.0.2
│ │ │ ├── jsonpointer@1.1.0
│ │ │ └── xtend@4.0.0
│ │ ├─┬ hawk@2.3.1
│ │ │ ├── boom@2.7.1
│ │ │ ├── cryptiles@2.0.4
│ │ │ ├── hoek@2.12.0
│ │ │ └── sntp@1.0.9
│ │ ├─┬ http-signature@0.10.1
│ │ │ ├── asn1@0.1.11
│ │ │ ├── assert-plus@0.1.5
│ │ │ └── ctype@0.5.3
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.0
│ │ ├─┬ mime-types@2.0.10
│ │ │ └── mime-db@1.8.0
│ │ ├── node-uuid@1.4.3
│ │ ├── oauth-sign@0.6.0
│ │ ├── qs@2.4.1
│ │ ├── stringstream@0.0.4
│ │ ├─┬ tough-cookie@0.12.1
│ │ │ └── punycode@1.3.2
│ │ └── tunnel-agent@0.4.0
│ ├── rimraf@2.2.8
│ ├── semver@4.3.3
│ ├─┬ tar@1.0.3
│ │ ├── block-stream@0.0.7
│ │ ├─┬ fstream@1.0.4
│ │ │ └── graceful-fs@3.0.6
│ │ └── inherits@2.0.1
│ └─┬ tar-pack@2.0.0
│ ├── debug@0.7.4
│ ├─┬ fstream@0.1.31
│ │ ├── graceful-fs@3.0.6
│ │ └── inherits@2.0.1
│ ├─┬ fstream-ignore@0.0.7
│ │ ├── inherits@2.0.1
│ │ └─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.6.1
│ │ └── sigmund@1.0.0
│ ├── graceful-fs@1.2.3
│ ├── once@1.1.1
│ ├─┬ readable-stream@1.0.33
│ │ ├── core-util-is@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ ├─┬ tar@0.1.20
│ │ ├── block-stream@0.0.7
│ │ └── inherits@2.0.1
│ └── uid-number@0.0.3
└── usb-daemon-parser@0.0.1
t2-cli (master *) $ t2 list
INFO Searching for nearby Tessels...
[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.252926] [00000713] libusb: debug [libusb_get_device_list]
[ 0.253046] [00000713] libusb: debug [libusb_get_device_descriptor]
[ 0.253114] [00000713] libusb: debug [libusb_get_device_descriptor]
[ 0.253135] [00000713] libusb: debug [libusb_get_device_descriptor]
[ 0.253716] [00000713] libusb: debug [libusb_open] open 20.5
[ 0.253773] [00000713] libusb: warning [darwin_open] USBDeviceOpen: another process has device opened for exclusive access
[ 0.253817] [00000713] libusb: debug [usbi_add_pollfd] add fd 22 events 1
[ 0.253823] [00000713] libusb: debug [darwin_open] device open for access
[ 0.253846] [00003d03] libusb: debug [handle_events] poll() returned 1
[ 0.253864] [00003d03] libusb: debug [handle_events] caught a fish on the control pipe
[ 0.253880] [00003d03] libusb: debug [libusb_get_next_timeout] no URBs, no timeout!
[ 0.253885] [00003d03] libusb: debug [libusb_try_lock_events] someone else is modifying poll fds
[ 0.253888] [00003d03] libusb: debug [libusb_event_handler_active] someone else is modifying poll fds
[ 0.253891] [00003d03] libusb: debug [libusb_handle_events_timeout_completed] another thread is doing event handling
[ 0.253922] [00003d03] libusb: debug [libusb_get_next_timeout] no URBs, no timeout!
[ 0.253930] [00003d03] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.253934] [00003d03] libusb: debug [handle_events] poll fds modified, reallocating
[ 0.253938] [00003d03] libusb: debug [handle_events] poll() 3 fds with timeout in 60000ms
[ 0.254601] [00000713] libusb: debug [libusb_claim_interface] interface 0
[ 0.254963] [00000713] libusb: debug [get_endpoints] building table of endpoints.
[ 0.254990] [00000713] libusb: debug [darwin_claim_interface] interface opened
[ 0.255139] [00004303] libusb: debug [libusb_set_interface_alt_setting] interface 0 altsetting 2
[ 0.255799] [00004303] libusb: debug [get_endpoints] building table of endpoints.
[ 0.255816] [00004303] libusb: debug [get_endpoints] interface: 0 pipe 1: dir: 1 number: 1
[ 0.255822] [00004303] libusb: debug [get_endpoints] interface: 0 pipe 2: dir: 0 number: 2
[ 0.260658] [0000230f] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.260695] [00003d03] libusb: debug [handle_events] poll() returned 1
[ 0.260708] [00003d03] libusb: debug [op_handle_events] checking fd 22 with revents = 1
[ 0.260714] [00003d03] libusb: debug [darwin_handle_callback] handling control completion with kernel status 0
[ 0.260719] [00003d03] libusb: debug [usbi_handle_transfer_completion] transfer 0x10120cdb8 has callback 0x102eee1cf
[ 0.260742] [00003d03] libusb: debug [libusb_get_next_timeout] no URBs, no timeout!
[ 0.260747] [00003d03] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.260751] [00003d03] libusb: debug [handle_events] poll() 3 fds with timeout in 60000ms
[ 0.261826] [00000713] libusb: debug [ep_to_pipeRef] converting ep address 0x81 to pipeRef and interface
[ 0.261845] [00000713] libusb: debug [ep_to_pipeRef] pipe 1 on interface 0 matches
[ 0.261948] [00000713] libusb: debug [ep_to_pipeRef] converting ep address 0x81 to pipeRef and interface
[ 0.261960] [00000713] libusb: debug [ep_to_pipeRef] pipe 1 on interface 0 matches
[ 0.265026] [00000713] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.265042] [00000713] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.265163] [0000230f] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.265194] [00003d03] libusb: debug [handle_events] poll() returned 1
[ 0.265202] [00003d03] libusb: debug [op_handle_events] checking fd 22 with revents = 1
[ 0.265206] [00003d03] libusb: debug [darwin_handle_callback] handling bulk completion with kernel status 0
[ 0.265210] [00003d03] libusb: debug [usbi_handle_transfer_completion] transfer 0x102820058 has callback 0x102eee1cf
[ 0.265218] [00003d03] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.265223] [00003d03] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.265226] [00003d03] libusb: debug [handle_events] poll() 3 fds with timeout in 60000ms
[ 0.266482] [00000713] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.266493] [00000713] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.266590] [0000230f] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.266616] [00003d03] libusb: debug [handle_events] poll() returned 1
[ 0.266630] [00003d03] libusb: debug [op_handle_events] checking fd 22 with revents = 1
[ 0.266634] [00003d03] libusb: debug [darwin_handle_callback] handling bulk completion with kernel status 0
[ 0.266637] [00003d03] libusb: debug [usbi_handle_transfer_completion] transfer 0x1029001c8 has callback 0x102eee1cf
[ 0.266643] [00003d03] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.266647] [00003d03] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.266650] [00003d03] libusb: debug [handle_events] poll() 3 fds with timeout in 60000ms
[ 0.266712] [00000713] libusb: debug [ep_to_pipeRef] converting ep address 0x02 to pipeRef and interface
[ 0.266720] [00000713] libusb: debug [ep_to_pipeRef] pipe 2 on interface 0 matches
[ 0.270230] [0000230f] libusb: debug [darwin_async_io_callback] an async io operation has completed
[ 0.270273] [00003d03] libusb: debug [handle_events] poll() returned 1
[ 0.270279] [00003d03] libusb: debug [op_handle_events] checking fd 22 with revents = 1
[ 0.270283] [00003d03] libusb: debug [darwin_handle_callback] handling bulk completion with kernel status -536870163
[ 0.270287] [00003d03] libusb: warning [darwin_transfer_status] transfer error: device not responding (value = 0xe00002ed)
[ 0.270290] [00003d03] libusb: debug [usbi_handle_transfer_completion] transfer 0x10120cea8 has callback 0x102eee1cf
[ 0.270299] [00003d03] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 0.270302] [00003d03] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 0.270305] [00003d03] libusb: debug [handle_events] poll() 3 fds with timeout in 60000ms
Error: LIBUSB_TRANSFER_ERROR
at Error (native)
[ 5.256104] [00003d03] libusb: debug [handle_events] poll() returned 1
[ 5.256135] [00003d03] libusb: debug [handle_events] caught a fish on the hotplug pipe
[ 5.256149] [00003d03] libusb: debug [handle_events] poll() 3 fds with timeout in 0ms
[ 5.256166] [00003d03] libusb: debug [handle_events] poll() returned 0
[ 5.256182] [00003d03] libusb: debug [libusb_get_next_timeout] no URB with timeout or all handled by OS; no timeout!
[ 5.256190] [00003d03] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling
[ 5.256197] [00003d03] libusb: debug [handle_events] poll() 3 fds with timeout in 60000ms
No Tessels Found. undefined
WARN No Tessels Found.
t2-cli (master *) $ system_profiler SPUSBDataType
USB:
USB 3.0 SuperSpeed Bus:
Host Controller Location: Built-in USB
Host Controller Driver: AppleUSBXHCI
PCI Device ID: 0x9cb1
PCI Revision ID: 0x0003
PCI Vendor ID: 0x8086
Bus Number: 0x0a
Internal Memory Card Reader:
Product ID: 0x8406
Vendor ID: 0x05ac (Apple Inc.)
Version: 8.20
Serial Number: 000000000820
Speed: Up to 5 Gb/sec
Manufacturer: Apple
Location ID: 0x15300000 / 1
Current Available (mA): 900
Current Required (mA): 896
Built-In: Yes
USB 3.0 Hi-Speed Bus:
Host Controller Location: Built-in USB
Host Controller Driver: AppleUSBXHCI
PCI Device ID: 0x9cb1
PCI Revision ID: 0x0003
PCI Vendor ID: 0x8086
Bus Number: 0x0a
Tessel 2:
Product ID: 0x7551
Vendor ID: 0x1209
Version: 1.10
Serial Number: 5ABY32CXRWWBHF3HVD8JAPQKDT
Speed: Up to 12 Mb/sec
Manufacturer: Technical Machine
Location ID: 0x14200000 / 5
Current Available (mA): 500
Current Required (mA): 500
Bluetooth USB Host Controller:
Product ID: 0x8290
Vendor ID: 0x05ac (Apple Inc.)
Version: 0.90
Speed: Up to 12 Mb/sec
Manufacturer: Broadcom Corp.
Location ID: 0x14300000 / 2
Current Available (mA): 500
Current Required (mA): 0
Built-In: Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment