Skip to content

Instantly share code, notes, and snippets.

@wkoszek
Created April 7, 2016 23:32
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 wkoszek/d52486a6b1cf8eeb021603aa9e4c031e to your computer and use it in GitHub Desktop.
Save wkoszek/d52486a6b1cf8eeb021603aa9e4c031e to your computer and use it in GitHub Desktop.
appium_1_5_1_updated_ios_driver
npm install -g --no-shrinkwrap appium-ios-driver@1.11.1
/usr/local/lib
└─┬ appium-ios-driver@1.11.1
├── adm-zip@0.4.7
├─┬ appium-base-driver@1.4.1
│ ├─┬ request@2.70.0
│ │ ├── aws-sign2@0.6.0
│ │ ├─┬ aws4@1.3.2
│ │ │ └─┬ lru-cache@4.0.1
│ │ │ ├── pseudomap@1.0.2
│ │ │ └── yallist@2.0.0
│ │ ├─┬ bl@1.1.2
│ │ │ └─┬ readable-stream@2.0.6
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.6
│ │ │ └── string_decoder@0.10.31
│ │ ├── 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.0
│ │ │ └── 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.2.2
│ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ ├── json-schema@0.2.2
│ │ │ │ └── verror@1.3.6
│ │ │ └─┬ sshpk@1.7.4
│ │ │ ├── asn1@0.2.3
│ │ │ ├─┬ dashdash@1.13.0
│ │ │ │ └── assert-plus@1.0.0
│ │ │ ├── ecc-jsbn@0.1.1
│ │ │ ├── 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.10
│ │ │ └── mime-db@1.22.0
│ │ ├── oauth-sign@0.8.1
│ │ ├── qs@6.1.0
│ │ ├── stringstream@0.0.5
│ │ ├── tough-cookie@2.2.2
│ │ └── tunnel-agent@0.4.2
│ └── validate.js@0.9.0
├─┬ appium-cookies@1.1.0
│ ├── babel-runtime@5.8.20
│ ├── lodash@3.10.1
│ └── source-map-support@0.3.3
├─┬ appium-express@1.2.2
│ ├─┬ body-parser@1.15.0
│ │ ├── bytes@2.2.0
│ │ ├── content-type@1.0.1
│ │ ├── debug@2.2.0
│ │ ├── depd@1.1.0
│ │ ├─┬ http-errors@1.4.0
│ │ │ └── statuses@1.2.1
│ │ ├── iconv-lite@0.4.13
│ │ ├─┬ on-finished@2.3.0
│ │ │ └── ee-first@1.1.1
│ │ ├─┬ raw-body@2.1.6
│ │ │ ├── bytes@2.3.0
│ │ │ └── unpipe@1.0.0
│ │ └─┬ type-is@1.6.12
│ │ └── media-typer@0.3.0
│ ├── colors@1.1.2
│ ├─┬ express@4.13.4
│ │ ├─┬ accepts@1.2.13
│ │ │ └── negotiator@0.5.3
│ │ ├── array-flatten@1.1.1
│ │ ├── content-disposition@0.5.1
│ │ ├── cookie@0.1.5
│ │ ├── cookie-signature@1.0.6
│ │ ├── escape-html@1.0.3
│ │ ├── etag@1.7.0
│ │ ├── finalhandler@0.4.1
│ │ ├── fresh@0.3.0
│ │ ├── merge-descriptors@1.0.1
│ │ ├── methods@1.1.2
│ │ ├── parseurl@1.3.1
│ │ ├── path-to-regexp@0.1.7
│ │ ├─┬ proxy-addr@1.0.10
│ │ │ ├── forwarded@0.1.0
│ │ │ └── ipaddr.js@1.0.5
│ │ ├── qs@4.0.0
│ │ ├── range-parser@1.0.3
│ │ ├─┬ send@0.13.1
│ │ │ ├── destroy@1.0.4
│ │ │ ├── http-errors@1.3.1
│ │ │ └── mime@1.3.4
│ │ ├── serve-static@1.10.2
│ │ ├── utils-merge@1.0.0
│ │ └── vary@1.0.1
│ ├── lodash@3.10.1
│ ├── method-override@2.3.5
│ ├─┬ morgan@1.7.0
│ │ ├── basic-auth@1.0.3
│ │ └── on-headers@1.0.1
│ ├─┬ serve-favicon@2.3.0
│ │ └── ms@0.7.1
│ └── source-map-support@0.3.3
├─┬ appium-instruments@3.7.1
│ ├── lodash@3.10.1
│ ├── source-map-support@0.3.3
│ └── through@2.3.8
├─┬ appium-ios-log@1.2.0
│ ├── date-utils@1.2.19
│ ├── lodash@3.10.1
│ └── source-map-support@0.3.3
├─┬ appium-ios-simulator@1.6.0
│ ├── node-simctl@3.3.1
│ └── semver-compare@1.0.0
├─┬ appium-logger@2.1.0
│ ├─┬ npmlog@2.0.3
│ │ ├── ansi@0.3.1
│ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ └── delegates@1.0.0
│ │ └─┬ gauge@1.2.7
│ │ ├── has-unicode@2.0.0
│ │ ├─┬ lodash.pad@4.2.0
│ │ │ └── lodash.tostring@4.1.2
│ │ ├── lodash.padend@4.3.0
│ │ └── lodash.padstart@4.3.0
│ └── source-map-support@0.3.3
├─┬ appium-remote-debugger@2.0.0
│ ├── appium-atoms@0.1.0
│ ├─┬ bplist-creator@0.0.6
│ │ └── stream-buffers@2.2.0
│ ├─┬ bplist-parser@0.1.1
│ │ └── big-integer@1.6.14
│ ├── bufferpack@0.0.6
│ ├── node-uuid@1.4.7
│ ├─┬ request-promise@1.0.2
│ │ ├─┬ cls-bluebird@1.0.1
│ │ │ └── shimmer@1.1.0
│ │ ├── UNMET PEER DEPENDENCY continuation-local-storage@~3
│ │ └── lodash@3.10.1
│ └─┬ ws@1.0.1
│ ├── options@0.0.6
│ └── ultron@1.0.2
├─┬ appium-support@2.2.0
│ ├─┬ glob@6.0.4
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├─┬ minimatch@3.0.0
│ │ │ └─┬ brace-expansion@1.1.3
│ │ │ ├── balanced-match@0.3.0
│ │ │ └── concat-map@0.0.1
│ │ ├── once@1.3.3
│ │ └── path-is-absolute@1.0.0
│ ├── md5-file@2.0.4
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ mv@2.1.1
│ │ └── rimraf@2.4.5
│ ├── ncp@2.0.0
│ ├─┬ plist@1.2.0
│ │ ├── base64-js@0.0.8
│ │ ├── util-deprecate@1.0.2
│ │ └─┬ xmlbuilder@4.0.0
│ │ └── lodash@3.10.1
│ ├─┬ rimraf@2.5.2
│ │ └── glob@7.0.3
│ └─┬ which@1.2.4
│ ├─┬ is-absolute@0.1.7
│ │ └── is-relative@0.1.3
│ └── isexe@1.1.2
├─┬ appium-uiauto@2.3.1
│ └── source-map-support@0.3.3
├─┬ appium-xcode@3.1.0
│ ├── lodash@3.10.1
│ └── source-map-support@0.3.3
├─┬ asyncbox@2.3.1
│ ├─┬ babel-runtime@5.5.5
│ │ └── core-js@0.9.18
│ ├─┬ chai@3.5.0
│ │ ├── assertion-error@1.0.1
│ │ ├─┬ deep-eql@0.1.3
│ │ │ └── type-detect@0.1.1
│ │ └── type-detect@1.0.0
│ ├── chai-as-promised@5.3.0
│ ├─┬ es6-mapify@1.0.0
│ │ └─┬ traceur@0.0.106
│ │ ├── glob@5.0.15
│ │ ├── rsvp@3.2.1
│ │ ├── semver@4.3.6
│ │ └── source-map-support@0.2.10
│ ├── lodash@3.10.1
│ └── source-map-support@0.3.3
├─┬ babel-runtime@5.8.24
│ └── core-js@1.2.6
├── bluebird@2.10.2
├─┬ ios-app-utils@1.1.0
│ ├── lodash@3.10.1
│ └── source-map-support@0.3.3
├── js2xmlparser2@0.2.0
├── lodash@4.8.2
├─┬ mobile-json-wire-protocol@1.3.3
│ ├── es6-error@2.1.0
│ ├── lodash@3.10.1
│ └── source-map-support@0.3.3
├── node-idevice@0.1.5
├─┬ path@0.12.7
│ ├── process@0.11.2
│ └── util@0.10.3
├── safari-launcher@2.0.5
├─┬ source-map-support@0.4.0
│ └─┬ source-map@0.1.32
│ └── amdefine@1.0.0
├─┬ teen_process@1.5.2
│ ├─┬ shell-quote@1.5.0
│ │ ├── array-filter@0.0.1
│ │ ├── array-map@0.0.0
│ │ ├── array-reduce@0.0.0
│ │ └── jsonify@0.0.0
│ └── source-map-support@0.2.10
├─┬ url@0.11.0
│ ├── punycode@1.3.2
│ └── querystring@0.2.0
├── uuid-js@0.7.5
├── xmldom@0.1.22
├── xpath@0.0.22
└─┬ yargs@3.32.0
├── camelcase@2.1.1
├─┬ cliui@3.1.2
│ ├─┬ strip-ansi@3.0.1
│ │ └── ansi-regex@2.0.0
│ └── wrap-ansi@2.0.0
├── decamelize@1.2.0
├─┬ os-locale@1.4.0
│ └─┬ lcid@1.0.0
│ └── invert-kv@1.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
├── window-size@0.1.4
└── y18n@3.2.1
npm WARN cls-bluebird@1.0.1 requires a peer of continuation-local-storage@~3 but none was installed.
[13:55:22][wkoszek@wkoszek_mba:~]$ npm install -g --no-shrinkwrap appium-ios-driver@1.11.1
/usr/local/lib
└── appium-ios-driver@1.11.1
npm WARN cls-bluebird@1.0.1 requires a peer of continuation-local-storage@~3 but none was installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment