Installation On Ubuntu 14.04:
ref: https://ionicframework.com/getting-started/
- Install Ionic and Cordova
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679teddy@teddy-K43SJ:~$ sudo npm install -g cordova ionic[sudo] password for teddy:npm WARN deprecated node-uuid@1.4.7: use uuid module insteadnpm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issuenpm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issuenpm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issuenpm WARN deprecated node-uuid@1.3.3: use uuid module instead/usr/local/bin/cordova -> /usr/local/lib/node_modules/cordova/bin/cordova/usr/local/bin/ionic -> /usr/local/lib/node_modules/ionic/bin/ionic/usr/local/lib├─┬ cordova@6.5.0│ ├─┬ cordova-common@2.0.0│ │ ├── ansi@0.3.1│ │ ├─┬ bplist-parser@0.1.1│ │ │ └── big-integer@1.6.17│ │ ├── cordova-registry-mapper@1.1.15│ │ ├─┬ elementtree@0.1.7│ │ │ └── sax@1.1.4│ │ ├─┬ glob@5.0.15│ │ │ ├─┬ inflight@1.0.6│ │ │ │ └── wrappy@1.0.2│ │ │ ├── inherits@2.0.3│ │ │ ├── once@1.4.0│ │ │ └── path-is-absolute@1.0.1│ │ ├─┬ minimatch@3.0.3│ │ │ └─┬ brace-expansion@1.1.6│ │ │ ├── balanced-match@0.4.2│ │ │ └── concat-map@0.0.1│ │ ├─┬ osenv@0.1.4│ │ │ ├── os-homedir@1.0.2│ │ │ └── os-tmpdir@1.0.2│ │ ├─┬ plist@1.2.0│ │ │ ├── base64-js@0.0.8│ │ │ ├── util-deprecate@1.0.2│ │ │ ├── xmlbuilder@4.0.0│ │ │ └── xmldom@0.1.27│ │ ├── q@1.4.1│ │ ├── semver@5.3.0│ │ ├── shelljs@0.5.3│ │ ├── underscore@1.8.3│ │ └── unorm@1.4.1│ ├─┬ cordova-lib@6.5.0│ │ ├─┬ aliasify@1.9.0│ │ │ └─┬ browserify-transform-tools@1.5.3│ │ │ └─┬ falafel@1.2.0│ │ │ ├── acorn@1.2.2│ │ │ ├── foreach@2.0.5│ │ │ ├── isarray@0.0.1│ │ │ └── object-keys@1.0.11│ │ ├─┬ cordova-create@1.0.2│ │ │ ├── cordova-app-hello-world@3.11.0│ │ │ └── shelljs@0.3.0│ │ ├─┬ cordova-fetch@1.0.2│ │ │ ├─┬ dependency-ls@1.0.0│ │ │ │ └── q@1.4.1│ │ │ ├── is-url@1.2.2│ │ │ ├── q@1.4.1│ │ │ └─┬ shelljs@0.7.7│ │ │ ├── glob@7.1.1│ │ │ ├── interpret@1.0.1│ │ │ └── rechoir@0.6.2│ │ ├─┬ cordova-js@4.2.1│ │ │ └─┬ browserify@13.3.0│ │ │ ├── assert@1.4.1│ │ │ ├─┬ browser-pack@6.0.2│ │ │ │ ├─┬ combine-source-map@0.7.2│ │ │ │ │ ├── convert-source-map@1.1.3│ │ │ │ │ ├── inline-source-map@0.6.2│ │ │ │ │ ├── lodash.memoize@3.0.4│ │ │ │ │ └── source-map@0.5.6│ │ │ │ └── umd@3.0.1│ │ │ ├─┬ browser-resolve@1.11.2│ │ │ │ └── resolve@1.1.7│ │ │ ├─┬ browserify-zlib@0.1.4│ │ │ │ └── pako@0.2.9│ │ │ ├─┬ buffer@4.9.1│ │ │ │ ├── base64-js@1.2.0│ │ │ │ ├── ieee754@1.1.8│ │ │ │ └── isarray@1.0.0│ │ │ ├── cached-path-relative@1.0.1│ │ │ ├─┬ concat-stream@1.5.2│ │ │ │ ├─┬ readable-stream@2.0.6│ │ │ │ │ └── isarray@1.0.0│ │ │ │ └── typedarray@0.0.6│ │ │ ├─┬ console-browserify@1.1.0│ │ │ │ └── date-now@0.1.4│ │ │ ├── constants-browserify@1.0.0│ │ │ ├─┬ crypto-browserify@3.11.0│ │ │ │ ├─┬ browserify-cipher@1.0.0│ │ │ │ │ ├─┬ browserify-aes@1.0.6│ │ │ │ │ │ └── buffer-xor@1.0.3│ │ │ │ │ ├─┬ browserify-des@1.0.0│ │ │ │ │ │ └── des.js@1.0.0│ │ │ │ │ └── evp_bytestokey@1.0.0│ │ │ │ ├─┬ browserify-sign@4.0.0│ │ │ │ │ ├── bn.js@4.11.6│ │ │ │ │ ├── browserify-rsa@4.0.1│ │ │ │ │ ├─┬ elliptic@6.4.0│ │ │ │ │ │ ├── brorand@1.1.0│ │ │ │ │ │ ├── hash.js@1.0.3│ │ │ │ │ │ ├── hmac-drbg@1.0.0│ │ │ │ │ │ ├── minimalistic-assert@1.0.0│ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1│ │ │ │ │ └─┬ parse-asn1@5.1.0│ │ │ │ │ └── asn1.js@4.9.1│ │ │ │ ├── create-ecdh@4.0.0│ │ │ │ ├─┬ create-hash@1.1.2│ │ │ │ │ ├── cipher-base@1.0.3│ │ │ │ │ └── ripemd160@1.0.1│ │ │ │ ├── create-hmac@1.1.4│ │ │ │ ├─┬ diffie-hellman@5.0.2│ │ │ │ │ └── miller-rabin@4.0.0│ │ │ │ ├── pbkdf2@3.0.9│ │ │ │ ├── public-encrypt@4.0.0│ │ │ │ └── randombytes@2.0.3│ │ │ ├── defined@1.0.0│ │ │ ├── deps-sort@2.0.0│ │ │ ├── domain-browser@1.1.7│ │ │ ├── duplexer2@0.1.4│ │ │ ├── events@1.1.1│ │ │ ├── glob@7.1.1│ │ │ ├─┬ has@1.0.1│ │ │ │ └── function-bind@1.1.0│ │ │ ├── htmlescape@1.1.1│ │ │ ├── https-browserify@0.0.1│ │ │ ├─┬ insert-module-globals@7.0.1│ │ │ │ ├── is-buffer@1.1.5│ │ │ │ └─┬ lexical-scope@1.2.0│ │ │ │ └─┬ astw@2.2.0│ │ │ │ └── acorn@4.0.11│ │ │ ├─┬ JSONStream@1.3.1│ │ │ │ └── jsonparse@1.3.0│ │ │ ├─┬ labeled-stream-splicer@2.0.0│ │ │ │ └── stream-splicer@2.0.0│ │ │ ├─┬ module-deps@4.1.1│ │ │ │ ├─┬ detective@4.5.0│ │ │ │ │ └── acorn@4.0.11│ │ │ │ └── stream-combiner2@1.1.1│ │ │ ├── os-browserify@0.1.2│ │ │ ├─┬ parents@1.0.1│ │ │ │ └── path-platform@0.11.15│ │ │ ├── path-browserify@0.0.0│ │ │ ├── process@0.11.9│ │ │ ├── querystring-es3@0.2.1│ │ │ ├── read-only-stream@2.0.0│ │ │ ├─┬ readable-stream@2.2.6│ │ │ │ ├── buffer-shims@1.0.0│ │ │ │ ├── core-util-is@1.0.2│ │ │ │ ├── isarray@1.0.0│ │ │ │ └── process-nextick-args@1.0.7│ │ │ ├─┬ resolve@1.3.2│ │ │ │ └── path-parse@1.0.5│ │ │ ├─┬ shasum@1.0.2│ │ │ │ ├── json-stable-stringify@0.0.1│ │ │ │ └── sha.js@2.4.8│ │ │ ├─┬ shell-quote@1.6.1│ │ │ │ ├── array-filter@0.0.1│ │ │ │ ├── array-map@0.0.0│ │ │ │ ├── array-reduce@0.0.0│ │ │ │ └── jsonify@0.0.0│ │ │ ├── stream-browserify@2.0.1│ │ │ ├─┬ stream-http@2.6.3│ │ │ │ ├── builtin-status-codes@3.0.0│ │ │ │ └── to-arraybuffer@1.0.1│ │ │ ├── string_decoder@0.10.31│ │ │ ├── subarg@1.0.0│ │ │ ├─┬ syntax-error@1.3.0│ │ │ │ └── acorn@4.0.11│ │ │ ├── through2@2.0.3│ │ │ ├── timers-browserify@1.4.2│ │ │ ├── tty-browserify@0.0.0│ │ │ ├─┬ url@0.11.0│ │ │ │ ├── punycode@1.3.2│ │ │ │ └── querystring@0.2.0│ │ │ ├─┬ util@0.10.3│ │ │ │ └── inherits@2.0.1│ │ │ ├─┬ vm-browserify@0.0.4│ │ │ │ └── indexof@0.0.1│ │ │ └── xtend@4.0.1│ │ ├─┬ cordova-serve@1.0.1│ │ │ ├─┬ compression@1.6.2│ │ │ │ ├─┬ accepts@1.3.3│ │ │ │ │ └── negotiator@0.6.1│ │ │ │ ├── bytes@2.3.0│ │ │ │ ├── compressible@2.0.9│ │ │ │ ├─┬ debug@2.2.0│ │ │ │ │ └── ms@0.7.1│ │ │ │ ├── on-headers@1.0.1│ │ │ │ └── vary@1.1.0│ │ │ ├─┬ express@4.15.2│ │ │ │ ├── array-flatten@1.1.1│ │ │ │ ├── content-disposition@0.5.2│ │ │ │ ├── content-type@1.0.2│ │ │ │ ├── cookie@0.3.1│ │ │ │ ├── cookie-signature@1.0.6│ │ │ │ ├─┬ debug@2.6.1│ │ │ │ │ └── ms@0.7.2│ │ │ │ ├── depd@1.1.0│ │ │ │ ├── encodeurl@1.0.1│ │ │ │ ├── escape-html@1.0.3│ │ │ │ ├── etag@1.8.0│ │ │ │ ├─┬ finalhandler@1.0.0│ │ │ │ │ ├─┬ debug@2.6.1│ │ │ │ │ │ └── ms@0.7.2│ │ │ │ │ └── unpipe@1.0.0│ │ │ │ ├── fresh@0.5.0│ │ │ │ ├── merge-descriptors@1.0.1│ │ │ │ ├── methods@1.1.2│ │ │ │ ├─┬ on-finished@2.3.0│ │ │ │ │ └── ee-first@1.1.1│ │ │ │ ├── parseurl@1.3.1│ │ │ │ ├── path-to-regexp@0.1.7│ │ │ │ ├─┬ proxy-addr@1.1.3│ │ │ │ │ ├── forwarded@0.1.0│ │ │ │ │ └── ipaddr.js@1.2.0│ │ │ │ ├── range-parser@1.2.0│ │ │ │ ├─┬ send@0.15.1│ │ │ │ │ ├── debug@2.6.1│ │ │ │ │ ├── destroy@1.0.4│ │ │ │ │ ├── http-errors@1.6.1│ │ │ │ │ ├── mime@1.3.4│ │ │ │ │ └── ms@0.7.2│ │ │ │ ├── serve-static@1.12.1│ │ │ │ ├── setprototypeof@1.0.3│ │ │ │ ├── statuses@1.3.1│ │ │ │ ├─┬ type-is@1.6.14│ │ │ │ │ └── media-typer@0.3.0│ │ │ │ └── utils-merge@1.0.0│ │ │ └── q@1.4.1│ │ ├─┬ dep-graph@1.1.0│ │ │ └── underscore@1.2.1│ │ ├─┬ elementtree@0.1.6│ │ │ └── sax@0.3.5│ │ ├─┬ init-package-json@1.9.5│ │ │ ├─┬ glob@7.1.1│ │ │ │ └── fs.realpath@1.0.0│ │ │ ├─┬ npm-package-arg@4.2.1│ │ │ │ └── hosted-git-info@2.3.1│ │ │ ├── promzard@0.3.0│ │ │ ├─┬ read@1.0.7│ │ │ │ └── mute-stream@0.0.7│ │ │ ├─┬ read-package-json@2.0.5│ │ │ │ ├── glob@7.1.1│ │ │ │ ├─┬ json-parse-helpfulerror@1.0.3│ │ │ │ │ └── jju@1.3.0│ │ │ │ └─┬ normalize-package-data@2.3.6│ │ │ │ └─┬ 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│ │ │ └─┬ validate-npm-package-name@3.0.0│ │ │ └── builtins@1.0.3│ │ ├── nopt@3.0.6│ │ ├─┬ npm@2.15.11│ │ │ ├── abbrev@1.0.9│ │ │ ├── ansi@0.3.1│ │ │ ├── ansi-regex@2.0.0│ │ │ ├── ansicolors@0.3.2│ │ │ ├── ansistyles@0.1.3│ │ │ ├── archy@1.0.0│ │ │ ├── async-some@1.0.2│ │ │ ├── block-stream@0.0.9│ │ │ ├── char-spinner@1.0.1│ │ │ ├── chmodr@1.0.2│ │ │ ├── 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.10│ │ │ │ └── proto-list@1.2.4│ │ │ ├─┬ dezalgo@1.0.3│ │ │ │ └── asap@2.0.3│ │ │ ├── editor@1.0.0│ │ │ ├── fs-vacuum@1.2.9│ │ │ ├─┬ fs-write-stream-atomic@1.0.8│ │ │ │ └── iferr@0.1.5│ │ │ ├── fstream@1.0.10│ │ │ ├─┬ fstream-npm@1.1.1│ │ │ │ └── fstream-ignore@1.0.5│ │ │ ├── github-url-from-git@1.4.0│ │ │ ├── github-url-from-username-repo@1.0.2│ │ │ ├─┬ glob@7.0.6│ │ │ │ ├── fs.realpath@1.0.0│ │ │ │ └── path-is-absolute@1.0.0│ │ │ ├── graceful-fs@4.1.6│ │ │ ├── hosted-git-info@2.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│ │ │ │ │ └── path-is-absolute@1.0.0│ │ │ │ └── promzard@0.3.0│ │ │ ├── lockfile@1.0.1│ │ │ ├─┬ lru-cache@4.0.1│ │ │ │ ├── pseudomap@1.0.2│ │ │ │ └── yallist@2.0.0│ │ │ ├─┬ minimatch@3.0.3│ │ │ │ └─┬ brace-expansion@1.1.6│ │ │ │ ├── balanced-match@0.4.2│ │ │ │ └── concat-map@0.0.1│ │ │ ├─┬ mkdirp@0.5.1│ │ │ │ └── minimist@0.0.8│ │ │ ├─┬ node-gyp@3.4.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.0│ │ │ ├── npm-cache-filename@1.0.2│ │ │ ├── npm-install-checks@1.0.7│ │ │ ├── npm-package-arg@4.1.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│ │ │ │ └── retry@0.10.0│ │ │ ├── npm-user-validate@0.1.5│ │ │ ├─┬ npmlog@2.0.4│ │ │ │ ├─┬ are-we-there-yet@1.1.2│ │ │ │ │ └── delegates@1.0.0│ │ │ │ └─┬ gauge@1.2.7│ │ │ │ ├── has-unicode@2.0.0│ │ │ │ ├─┬ lodash.pad@4.4.0│ │ │ │ │ ├── lodash._baseslice@4.0.0│ │ │ │ │ ├── lodash._basetostring@4.12.0│ │ │ │ │ └── lodash.tostring@4.1.4│ │ │ │ ├── lodash.padend@4.5.0│ │ │ │ └── lodash.padstart@4.5.0│ │ │ ├── once@1.4.0│ │ │ ├── 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.4│ │ │ │ ├─┬ glob@6.0.4│ │ │ │ │ └── path-is-absolute@1.0.0│ │ │ │ └─┬ json-parse-helpfulerror@1.0.3│ │ │ │ └── jju@1.3.0│ │ │ ├─┬ 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│ │ │ ├── realize-package-specifier@3.0.1│ │ │ ├─┬ request@2.74.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@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.9.2│ │ │ │ │ ├── asn1@0.2.3│ │ │ │ │ ├── assert-plus@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.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.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.1.0│ │ │ ├─┬ 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@2.0.0│ │ │ ├── spdx-license-ids@1.2.2│ │ │ ├── strip-ansi@3.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.2│ │ │ │ └─┬ spdx-expression-parse@1.0.2│ │ │ │ └── spdx-exceptions@1.0.4│ │ │ ├─┬ 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.1.4│ │ ├── opener@1.4.1│ │ ├── properties-parser@0.2.3│ │ ├─┬ request@2.47.0│ │ │ ├── aws-sign2@0.5.0│ │ │ ├─┬ bl@0.9.5│ │ │ │ └── readable-stream@1.0.34│ │ │ ├── caseless@0.6.0│ │ │ ├─┬ combined-stream@0.0.7│ │ │ │ └── delayed-stream@0.0.5│ │ │ ├── forever-agent@0.5.2│ │ │ ├─┬ form-data@0.1.4│ │ │ │ ├── async@0.9.2│ │ │ │ └── mime@1.2.11│ │ │ ├─┬ hawk@1.1.1│ │ │ │ ├── boom@0.4.2│ │ │ │ ├── cryptiles@0.2.2│ │ │ │ ├── hoek@0.9.1│ │ │ │ └── sntp@0.2.4│ │ │ ├─┬ http-signature@0.10.1│ │ │ │ ├── asn1@0.1.11│ │ │ │ ├── assert-plus@0.1.5│ │ │ │ └── ctype@0.5.3│ │ │ ├── json-stringify-safe@5.0.1│ │ │ ├── mime-types@1.0.2│ │ │ ├── node-uuid@1.4.7│ │ │ ├── oauth-sign@0.4.0│ │ │ ├── qs@2.3.3│ │ │ ├── stringstream@0.0.5│ │ │ └── tunnel-agent@0.4.3│ │ ├── semver@4.3.6│ │ ├── shelljs@0.3.0│ │ ├─┬ tar@1.0.2│ │ │ ├── block-stream@0.0.9│ │ │ └─┬ fstream@1.0.11│ │ │ └─┬ rimraf@2.6.1│ │ │ └── glob@7.1.1│ │ ├── unorm@1.3.3│ │ ├── valid-identifier@0.0.1│ │ └─┬ xcode@0.9.1│ │ ├── pegjs@0.9.0│ │ └─┬ simple-plist@0.1.4│ │ ├─┬ bplist-creator@0.0.4│ │ │ └── stream-buffers@0.2.6│ │ └── bplist-parser@0.0.6│ ├─┬ insight@0.8.4│ │ ├── async@1.5.2│ │ ├─┬ chalk@1.1.3│ │ │ ├── ansi-styles@2.2.1│ │ │ ├── escape-string-regexp@1.0.5│ │ │ ├── has-ansi@2.0.0│ │ │ ├── strip-ansi@3.0.1│ │ │ └── supports-color@2.0.0│ │ ├─┬ configstore@1.4.0│ │ │ ├── graceful-fs@4.1.11│ │ │ ├─┬ mkdirp@0.5.1│ │ │ │ └── minimist@0.0.8│ │ │ ├── uuid@2.0.3│ │ │ ├─┬ write-file-atomic@1.3.1│ │ │ │ ├── imurmurhash@0.1.4│ │ │ │ └── slide@1.1.6│ │ │ └── xdg-basedir@2.0.0│ │ ├─┬ inquirer@0.10.1│ │ │ ├── ansi-escapes@1.4.0│ │ │ ├── ansi-regex@2.1.1│ │ │ ├─┬ cli-cursor@1.0.2│ │ │ │ └─┬ restore-cursor@1.0.1│ │ │ │ ├── exit-hook@1.1.1│ │ │ │ └── onetime@1.1.0│ │ │ ├── cli-width@1.1.1│ │ │ ├── figures@1.7.0│ │ │ ├── lodash@3.10.1│ │ │ ├─┬ readline2@1.0.1│ │ │ │ ├── code-point-at@1.1.0│ │ │ │ ├── is-fullwidth-code-point@1.0.0│ │ │ │ └── mute-stream@0.0.5│ │ │ ├── run-async@0.1.0│ │ │ ├── rx-lite@3.1.2│ │ │ └── through@2.3.8│ │ ├─┬ lodash.debounce@3.1.1│ │ │ └── lodash._getnative@3.9.1│ │ ├── object-assign@4.1.1│ │ ├─┬ os-name@1.0.3│ │ │ ├─┬ osx-release@1.1.0│ │ │ │ └── minimist@1.2.0│ │ │ └── win-release@1.1.1│ │ ├─┬ request@2.81.0│ │ │ ├── aws-sign2@0.6.0│ │ │ ├── aws4@1.6.0│ │ │ ├── caseless@0.12.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@4.2.1│ │ │ │ ├─┬ ajv@4.11.5│ │ │ │ │ ├── co@4.6.0│ │ │ │ │ └── json-stable-stringify@1.0.1│ │ │ │ └── har-schema@1.0.5│ │ │ ├─┬ 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.4.0│ │ │ │ │ ├── assert-plus@1.0.0│ │ │ │ │ ├── extsprintf@1.0.2│ │ │ │ │ ├── json-schema@0.2.3│ │ │ │ │ └── verror@1.3.6│ │ │ │ └─┬ sshpk@1.11.0│ │ │ │ ├── asn1@0.2.3│ │ │ │ ├── assert-plus@1.0.0│ │ │ │ ├── bcrypt-pbkdf@1.0.1│ │ │ │ ├─┬ dashdash@1.14.1│ │ │ │ │ └── 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.1│ │ │ │ └── tweetnacl@0.14.5│ │ │ ├── is-typedarray@1.0.0│ │ │ ├── isstream@0.1.2│ │ │ ├─┬ mime-types@2.1.14│ │ │ │ └── mime-db@1.26.0│ │ │ ├── oauth-sign@0.8.2│ │ │ ├── performance-now@0.2.0│ │ │ ├── qs@6.4.0│ │ │ ├── safe-buffer@5.0.1│ │ │ └── tunnel-agent@0.6.0│ │ ├─┬ tough-cookie@2.3.2│ │ │ └── punycode@1.4.1│ │ └── uuid@3.0.1│ ├─┬ nopt@3.0.1│ │ └── abbrev@1.1.0│ ├── q@1.0.1│ ├── underscore@1.7.0│ └─┬ update-notifier@0.5.0│ ├── is-npm@1.0.0│ ├─┬ latest-version@1.0.1│ │ └─┬ package-json@1.2.0│ │ ├─┬ got@3.3.1│ │ │ ├─┬ duplexify@3.5.0│ │ │ │ ├─┬ end-of-stream@1.0.0│ │ │ │ │ └── once@1.3.3│ │ │ │ └── stream-shift@1.0.0│ │ │ ├── infinity-agent@2.0.3│ │ │ ├── is-redirect@1.0.0│ │ │ ├── is-stream@1.1.0│ │ │ ├── lowercase-keys@1.0.0│ │ │ ├── nested-error-stacks@1.0.2│ │ │ ├── object-assign@3.0.0│ │ │ ├── prepend-http@1.0.4│ │ │ ├─┬ read-all-stream@3.1.0│ │ │ │ └─┬ pinkie-promise@2.0.1│ │ │ │ └── pinkie@2.0.4│ │ │ └── timed-out@2.0.0│ │ └─┬ registry-url@3.1.0│ │ └─┬ rc@1.1.7│ │ ├── deep-extend@0.4.1│ │ ├── ini@1.3.4│ │ └── strip-json-comments@2.0.1│ ├─┬ repeating@1.1.3│ │ └─┬ is-finite@1.0.2│ │ └── number-is-nan@1.0.1│ ├── semver-diff@2.1.0│ └── string-length@1.0.1└─┬ ionic@2.2.1├── @ionic/app-generators@0.0.3├─┬ 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├─┬ cli-table@0.3.1│ └── colors@1.0.3├─┬ cross-spawn@5.0.1│ ├─┬ lru-cache@4.0.2│ │ ├── pseudomap@1.0.2│ │ └── yallist@2.0.0│ ├─┬ shebang-command@1.2.0│ │ └── shebang-regex@1.0.0│ └─┬ which@1.2.12│ └── isexe@1.1.2├─┬ expand-tilde@1.2.0│ └── user-home@1.1.1├─┬ form-data@0.1.4│ ├── async@0.9.2│ ├─┬ combined-stream@0.0.7│ │ └── delayed-stream@0.0.5│ └── mime@1.2.11├─┬ gulp@3.8.8│ ├── archy@0.0.2│ ├─┬ chalk@0.5.1│ │ ├── ansi-styles@1.1.0│ │ ├── escape-string-regexp@1.0.5│ │ ├─┬ has-ansi@0.1.0│ │ │ └── ansi-regex@0.2.1│ │ ├─┬ strip-ansi@0.3.0│ │ │ └── ansi-regex@0.2.1│ │ └── supports-color@0.2.0│ ├── deprecated@0.0.1│ ├── interpret@0.3.10│ ├─┬ liftoff@0.12.1│ │ ├── extend@1.3.0│ │ ├─┬ findup-sync@0.1.3│ │ │ ├─┬ glob@3.2.11│ │ │ │ ├── inherits@2.0.3│ │ │ │ └─┬ minimatch@0.3.0│ │ │ │ ├── lru-cache@2.7.3│ │ │ │ └── sigmund@1.0.1│ │ │ └── lodash@2.4.2│ │ ├── minimist@0.2.0│ │ └── resolve@0.7.4│ ├── minimist@1.2.0│ ├─┬ orchestrator@0.3.8│ │ ├─┬ end-of-stream@0.1.5│ │ │ └─┬ once@1.3.3│ │ │ └── wrappy@1.0.2│ │ ├── sequencify@0.0.7│ │ └── stream-consume@0.1.0│ ├── pretty-hrtime@0.2.2│ ├── semver@3.0.1│ ├─┬ tildify@1.2.0│ │ └── os-homedir@1.0.2│ └─┬ vinyl-fs@0.3.14│ ├─┬ defaults@1.0.3│ │ └── clone@1.0.2│ ├─┬ glob-stream@3.1.18│ │ ├─┬ glob@4.5.3│ │ │ ├─┬ inflight@1.0.6│ │ │ │ └── wrappy@1.0.2│ │ │ ├── inherits@2.0.3│ │ │ └─┬ once@1.4.0│ │ │ └── wrappy@1.0.2│ │ ├─┬ glob2base@0.0.12│ │ │ └── find-index@0.1.1│ │ ├─┬ minimatch@2.0.10│ │ │ └─┬ brace-expansion@1.1.6│ │ │ ├── balanced-match@0.4.2│ │ │ └── concat-map@0.0.1│ │ ├── ordered-read-streams@0.1.0│ │ └── unique-stream@1.0.0│ ├─┬ glob-watcher@0.0.6│ │ └─┬ 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.3│ │ └── sigmund@1.0.1│ ├─┬ graceful-fs@3.0.11│ │ └── natives@1.1.0│ ├─┬ mkdirp@0.5.1│ │ └── minimist@0.0.8│ ├─┬ strip-bom@1.0.0│ │ ├── first-chunk-stream@1.0.0│ │ └── is-utf8@0.2.1│ ├─┬ through2@0.6.5│ │ ├─┬ readable-stream@1.0.34│ │ │ ├── core-util-is@1.0.2│ │ │ ├── inherits@2.0.3│ │ │ ├── isarray@0.0.1│ │ │ └── string_decoder@0.10.31│ │ └── xtend@4.0.1│ └─┬ vinyl@0.4.6│ ├── clone@0.2.0│ └── clone-stats@0.0.1├─┬ gulp-util@3.0.7│ ├── array-differ@1.0.0│ ├── array-uniq@1.0.3│ ├── beeper@1.1.1│ ├─┬ dateformat@1.0.12│ │ ├── get-stdin@4.0.1│ │ └─┬ meow@3.7.0│ │ ├─┬ camelcase-keys@2.1.0│ │ │ └── camelcase@2.1.1│ │ ├── decamelize@1.2.0│ │ ├─┬ loud-rejection@1.6.0│ │ │ ├─┬ currently-unhandled@0.4.1│ │ │ │ └── array-find-index@1.0.2│ │ │ └── signal-exit@3.0.2│ │ ├── map-obj@1.0.1│ │ ├─┬ normalize-package-data@2.3.5│ │ │ ├── hosted-git-info@2.1.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│ │ ├── object-assign@4.1.0│ │ ├─┬ read-pkg-up@1.0.1│ │ │ ├─┬ find-up@1.1.2│ │ │ │ ├── path-exists@2.1.0│ │ │ │ └─┬ pinkie-promise@2.0.1│ │ │ │ └── pinkie@2.0.4│ │ │ └─┬ read-pkg@1.1.0│ │ │ ├─┬ load-json-file@1.1.0│ │ │ │ ├── graceful-fs@4.1.11│ │ │ │ ├─┬ parse-json@2.2.0│ │ │ │ │ └─┬ error-ex@1.3.0│ │ │ │ │ └── is-arrayish@0.2.1│ │ │ │ ├── pify@2.3.0│ │ │ │ ├─┬ pinkie-promise@2.0.1│ │ │ │ │ └── pinkie@2.0.4│ │ │ │ └─┬ strip-bom@2.0.0│ │ │ │ └── is-utf8@0.2.1│ │ │ └─┬ path-type@1.1.0│ │ │ ├── graceful-fs@4.1.11│ │ │ ├── pify@2.3.0│ │ │ └─┬ pinkie-promise@2.0.1│ │ │ └── pinkie@2.0.4│ │ ├─┬ redent@1.0.0│ │ │ ├─┬ indent-string@2.1.0│ │ │ │ └─┬ repeating@2.0.1│ │ │ │ └─┬ is-finite@1.0.2│ │ │ │ └── number-is-nan@1.0.1│ │ │ └── strip-indent@1.0.1│ │ └── trim-newlines@1.0.0│ ├─┬ fancy-log@1.2.0│ │ └── time-stamp@1.0.1│ ├─┬ gulplog@1.0.0│ │ └─┬ glogg@1.0.0│ │ └── sparkles@1.0.0│ ├─┬ has-gulplog@0.1.0│ │ └── sparkles@1.0.0│ ├── lodash._reescape@3.0.0│ ├── lodash._reevaluate@3.0.0│ ├── lodash._reinterpolate@3.0.0│ ├─┬ lodash.template@3.6.2│ │ ├── lodash._basecopy@3.0.1│ │ ├── lodash._basetostring@3.0.1│ │ ├── lodash._basevalues@3.0.0│ │ ├── lodash._isiterateecall@3.0.9│ │ ├─┬ lodash.escape@3.2.0│ │ │ └── lodash._root@3.0.1│ │ ├─┬ lodash.keys@3.1.2│ │ │ ├── lodash._getnative@3.9.1│ │ │ ├── lodash.isarguments@3.1.0│ │ │ └── lodash.isarray@3.0.4│ │ ├── lodash.restparam@3.6.1│ │ └── lodash.templatesettings@3.1.1│ ├── minimist@1.2.0│ ├─┬ multipipe@0.1.2│ │ └─┬ duplexer2@0.0.2│ │ └─┬ readable-stream@1.1.14│ │ ├── core-util-is@1.0.2│ │ ├── inherits@2.0.3│ │ ├── isarray@0.0.1│ │ └── string_decoder@0.10.31│ ├── object-assign@3.0.0│ ├── replace-ext@0.0.1│ ├─┬ through2@2.0.3│ │ ├─┬ readable-stream@2.2.2│ │ │ ├── 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│ │ └── xtend@4.0.1│ └─┬ vinyl@0.5.3│ ├── clone@1.0.2│ └── clone-stats@0.0.1├─┬ inquirer@0.11.2│ ├── ansi-escapes@1.4.0│ ├── ansi-regex@2.0.0│ ├─┬ cli-cursor@1.0.2│ │ └─┬ restore-cursor@1.0.1│ │ ├── exit-hook@1.1.1│ │ └── onetime@1.1.0│ ├── cli-width@1.1.1│ ├─┬ figures@1.7.0│ │ ├── escape-string-regexp@1.0.5│ │ └── object-assign@4.1.0│ ├── lodash@3.10.1│ ├─┬ readline2@1.0.1│ │ ├── code-point-at@1.1.0│ │ ├─┬ is-fullwidth-code-point@1.0.0│ │ │ └── number-is-nan@1.0.1│ │ └── mute-stream@0.0.5│ ├─┬ run-async@0.1.0│ │ └─┬ once@1.4.0│ │ └── wrappy@1.0.2│ ├── rx-lite@3.1.2│ ├── strip-ansi@3.0.1│ └── through@2.3.8├─┬ ionic-app-lib@2.2.0│ ├── adm-zip@0.4.7│ ├─┬ archiver@0.5.2│ │ ├─┬ file-utils@0.1.5│ │ │ ├── findup-sync@0.1.3│ │ │ ├─┬ glob@3.2.11│ │ │ │ └── minimatch@0.3.0│ │ │ ├── iconv-lite@0.2.11│ │ │ ├── isbinaryfile@0.1.9│ │ │ ├── lodash@2.1.0│ │ │ ├─┬ minimatch@0.2.14│ │ │ │ ├── lru-cache@2.7.3│ │ │ │ └── sigmund@1.0.1│ │ │ └── rimraf@2.2.8│ │ ├── lazystream@0.1.0│ │ ├── lodash@2.4.2│ │ ├─┬ readable-stream@1.0.34│ │ │ ├── core-util-is@1.0.2│ │ │ ├── inherits@2.0.3│ │ │ ├── isarray@0.0.1│ │ │ └── string_decoder@0.10.31│ │ └─┬ zip-stream@0.1.4│ │ └─┬ lodash.defaults@2.4.1│ │ ├── lodash._objecttypes@2.4.1│ │ └─┬ lodash.keys@2.4.1│ │ ├── lodash._isnative@2.4.1│ │ ├── lodash._shimkeys@2.4.1│ │ └── lodash.isobject@2.4.1│ ├─┬ cheerio@0.19.0│ │ ├─┬ css-select@1.0.0│ │ │ ├── boolbase@1.0.0│ │ │ ├── css-what@1.0.0│ │ │ ├── domutils@1.4.3│ │ │ └── nth-check@1.0.1│ │ ├─┬ dom-serializer@0.1.0│ │ │ └── domelementtype@1.1.3│ │ ├── entities@1.1.1│ │ ├─┬ htmlparser2@3.8.3│ │ │ ├── domelementtype@1.3.0│ │ │ ├── domhandler@2.3.0│ │ │ ├── domutils@1.5.1│ │ │ ├── entities@1.0.0│ │ │ └── readable-stream@1.1.14│ │ └── lodash@3.10.1│ ├─┬ connect@3.1.1│ │ ├─┬ debug@1.0.4│ │ │ └── ms@0.6.2│ │ ├── finalhandler@0.1.0│ │ ├── parseurl@1.3.1│ │ └── utils-merge@1.0.0│ ├── connect-livereload@0.5.2│ ├─┬ cordova-lib@6.1.0│ │ ├─┬ aliasify@1.9.0│ │ │ └─┬ browserify-transform-tools@1.5.3│ │ │ ├─┬ falafel@1.2.0│ │ │ │ ├── acorn@1.2.2│ │ │ │ ├── foreach@2.0.5│ │ │ │ └── object-keys@1.0.11│ │ │ └── through@2.3.8│ │ ├── cordova-app-hello-world@3.10.0│ │ ├─┬ cordova-common@1.1.1│ │ │ ├── ansi@0.3.1│ │ │ ├─┬ bplist-parser@0.1.1│ │ │ │ └── big-integer@1.6.12│ │ │ ├─┬ osenv@0.1.3│ │ │ │ ├── os-homedir@1.0.1│ │ │ │ └── os-tmpdir@1.0.1│ │ │ ├── q@1.4.1│ │ │ ├── semver@5.1.0│ │ │ ├── shelljs@0.5.3│ │ │ └── underscore@1.8.3│ │ ├─┬ cordova-js@4.1.4│ │ │ └─┬ browserify@10.1.3│ │ │ ├── assert@1.3.0│ │ │ ├─┬ browser-pack@4.0.4│ │ │ │ ├─┬ combine-source-map@0.3.0│ │ │ │ │ ├── convert-source-map@0.3.5│ │ │ │ │ ├─┬ inline-source-map@0.3.1│ │ │ │ │ │ └── source-map@0.3.0│ │ │ │ │ └─┬ source-map@0.1.43│ │ │ │ │ └── amdefine@1.0.1│ │ │ │ ├─┬ through2@0.5.1│ │ │ │ │ └── xtend@3.0.0│ │ │ │ └── umd@3.0.1│ │ │ ├─┬ browser-resolve@1.11.2│ │ │ │ └── resolve@1.1.7│ │ │ ├─┬ browserify-zlib@0.1.4│ │ │ │ └── pako@0.2.9│ │ │ ├─┬ buffer@3.6.0│ │ │ │ ├── base64-js@0.0.8│ │ │ │ ├── ieee754@1.1.8│ │ │ │ └── isarray@1.0.0│ │ │ ├── builtins@0.0.7│ │ │ ├── commondir@0.0.1│ │ │ ├─┬ concat-stream@1.4.10│ │ │ │ ├── readable-stream@1.1.14│ │ │ │ └── typedarray@0.0.6│ │ │ ├─┬ console-browserify@1.1.0│ │ │ │ └── date-now@0.1.4│ │ │ ├── constants-browserify@0.0.1│ │ │ ├─┬ crypto-browserify@3.11.0│ │ │ │ ├─┬ browserify-cipher@1.0.0│ │ │ │ │ ├─┬ browserify-aes@1.0.6│ │ │ │ │ │ └── buffer-xor@1.0.3│ │ │ │ │ ├─┬ browserify-des@1.0.0│ │ │ │ │ │ └── des.js@1.0.0│ │ │ │ │ └── evp_bytestokey@1.0.0│ │ │ │ ├─┬ browserify-sign@4.0.0│ │ │ │ │ ├── bn.js@4.11.6│ │ │ │ │ ├── browserify-rsa@4.0.1│ │ │ │ │ ├─┬ elliptic@6.4.0│ │ │ │ │ │ ├── brorand@1.1.0│ │ │ │ │ │ ├── hash.js@1.0.3│ │ │ │ │ │ ├── hmac-drbg@1.0.0│ │ │ │ │ │ ├── minimalistic-assert@1.0.0│ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1│ │ │ │ │ └─┬ parse-asn1@5.1.0│ │ │ │ │ └── asn1.js@4.9.1│ │ │ │ ├── create-ecdh@4.0.0│ │ │ │ ├─┬ create-hash@1.1.2│ │ │ │ │ ├── cipher-base@1.0.3│ │ │ │ │ └── ripemd160@1.0.1│ │ │ │ ├── create-hmac@1.1.4│ │ │ │ ├─┬ diffie-hellman@5.0.2│ │ │ │ │ └── miller-rabin@4.0.0│ │ │ │ ├── pbkdf2@3.0.9│ │ │ │ ├── public-encrypt@4.0.0│ │ │ │ └── randombytes@2.0.3│ │ │ ├── deep-equal@1.0.1│ │ │ ├── defined@1.0.0│ │ │ ├── deps-sort@1.3.9│ │ │ ├── domain-browser@1.1.7│ │ │ ├─┬ duplexer2@0.0.2│ │ │ │ └── readable-stream@1.1.14│ │ │ ├── events@1.0.2│ │ │ ├─┬ glob@4.5.3│ │ │ │ └── minimatch@2.0.10│ │ │ ├─┬ has@1.0.1│ │ │ │ └── function-bind@1.1.0│ │ │ ├── htmlescape@1.1.1│ │ │ ├─┬ http-browserify@1.7.0│ │ │ │ └── Base64@0.2.1│ │ │ ├── https-browserify@0.0.1│ │ │ ├─┬ insert-module-globals@6.6.3│ │ │ │ ├─┬ combine-source-map@0.6.1│ │ │ │ │ ├── convert-source-map@1.1.3│ │ │ │ │ ├── inline-source-map@0.5.0│ │ │ │ │ ├── lodash.memoize@3.0.4│ │ │ │ │ └── source-map@0.4.4│ │ │ │ ├── is-buffer@1.1.5│ │ │ │ └─┬ lexical-scope@1.2.0│ │ │ │ └─┬ astw@2.2.0│ │ │ │ └── acorn@4.0.11│ │ │ ├─┬ JSONStream@1.3.1│ │ │ │ └── jsonparse@1.3.0│ │ │ ├─┬ labeled-stream-splicer@1.0.2│ │ │ │ └─┬ stream-splicer@1.3.2│ │ │ │ └── readable-stream@1.1.14│ │ │ ├─┬ module-deps@3.9.1│ │ │ │ ├─┬ detective@4.5.0│ │ │ │ │ └── acorn@4.0.11│ │ │ │ ├── readable-stream@1.1.14│ │ │ │ └─┬ stream-combiner2@1.0.2│ │ │ │ └─┬ through2@0.5.1│ │ │ │ └── xtend@3.0.0│ │ │ ├── os-browserify@0.1.2│ │ │ ├─┬ parents@1.0.1│ │ │ │ └── path-platform@0.11.15│ │ │ ├── path-browserify@0.0.0│ │ │ ├── process@0.11.9│ │ │ ├── querystring-es3@0.2.1│ │ │ ├─┬ read-only-stream@1.1.1│ │ │ │ └─┬ readable-wrap@1.0.0│ │ │ │ └── readable-stream@1.1.14│ │ │ ├── readable-stream@1.1.14│ │ │ ├─┬ resolve@1.3.2│ │ │ │ └── path-parse@1.0.5│ │ │ ├── shallow-copy@0.0.1│ │ │ ├─┬ shasum@1.0.2│ │ │ │ ├─┬ json-stable-stringify@0.0.1│ │ │ │ │ └── jsonify@0.0.0│ │ │ │ └── sha.js@2.4.8│ │ │ ├── shell-quote@0.0.1│ │ │ ├── stream-browserify@1.0.0│ │ │ ├─┬ subarg@1.0.0│ │ │ │ └── minimist@1.2.0│ │ │ ├─┬ syntax-error@1.3.0│ │ │ │ └── acorn@4.0.11│ │ │ ├─┬ through2@1.1.1│ │ │ │ └── readable-stream@1.1.14│ │ │ ├── timers-browserify@1.4.2│ │ │ ├── tty-browserify@0.0.0│ │ │ ├─┬ url@0.10.3│ │ │ │ ├── punycode@1.3.2│ │ │ │ └── querystring@0.2.0│ │ │ ├─┬ util@0.10.3│ │ │ │ └── inherits@2.0.1│ │ │ ├─┬ vm-browserify@0.0.4│ │ │ │ └── indexof@0.0.1│ │ │ └── xtend@4.0.1│ │ ├── cordova-registry-mapper@1.1.15│ │ ├─┬ cordova-serve@1.0.1│ │ │ ├─┬ compression@1.6.2│ │ │ │ ├─┬ accepts@1.3.3│ │ │ │ │ ├── mime-types@2.1.14│ │ │ │ │ └── negotiator@0.6.1│ │ │ │ ├── bytes@2.3.0│ │ │ │ ├─┬ compressible@2.0.9│ │ │ │ │ └── mime-db@1.26.0│ │ │ │ ├─┬ debug@2.2.0│ │ │ │ │ └── ms@0.7.1│ │ │ │ ├── on-headers@1.0.1│ │ │ │ └── vary@1.1.0│ │ │ ├─┬ express@4.15.2│ │ │ │ ├── array-flatten@1.1.1│ │ │ │ ├── content-disposition@0.5.2│ │ │ │ ├── content-type@1.0.2│ │ │ │ ├── cookie@0.3.1│ │ │ │ ├── cookie-signature@1.0.6│ │ │ │ ├─┬ debug@2.6.1│ │ │ │ │ └── ms@0.7.2│ │ │ │ ├── depd@1.1.0│ │ │ │ ├── encodeurl@1.0.1│ │ │ │ ├── escape-html@1.0.3│ │ │ │ ├── etag@1.8.0│ │ │ │ ├─┬ finalhandler@1.0.0│ │ │ │ │ └── unpipe@1.0.0│ │ │ │ ├── fresh@0.5.0│ │ │ │ ├── merge-descriptors@1.0.1│ │ │ │ ├── methods@1.1.2│ │ │ │ ├─┬ on-finished@2.3.0│ │ │ │ │ └── ee-first@1.1.1│ │ │ │ ├── path-to-regexp@0.1.7│ │ │ │ ├─┬ proxy-addr@1.1.3│ │ │ │ │ ├── forwarded@0.1.0│ │ │ │ │ └── ipaddr.js@1.2.0│ │ │ │ ├── qs@6.4.0│ │ │ │ ├── range-parser@1.2.0│ │ │ │ ├─┬ send@0.15.1│ │ │ │ │ ├── debug@2.6.1│ │ │ │ │ ├── destroy@1.0.4│ │ │ │ │ ├── escape-html@1.0.3│ │ │ │ │ ├── http-errors@1.6.1│ │ │ │ │ ├── mime@1.3.4│ │ │ │ │ └── ms@0.7.2│ │ │ │ ├── serve-static@1.12.1│ │ │ │ ├── setprototypeof@1.0.3│ │ │ │ ├── statuses@1.3.1│ │ │ │ └─┬ type-is@1.6.14│ │ │ │ └── media-typer@0.3.0│ │ │ └── q@1.4.1│ │ ├─┬ dep-graph@1.1.0│ │ │ └── underscore@1.2.1│ │ ├─┬ elementtree@0.1.6│ │ │ └── sax@0.3.5│ │ ├─┬ glob@5.0.15│ │ │ ├─┬ 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│ │ ├─┬ init-package-json@1.9.5│ │ │ ├─┬ glob@7.1.1│ │ │ │ ├── fs.realpath@1.0.0│ │ │ │ ├── inflight@1.0.6│ │ │ │ └─┬ minimatch@3.0.3│ │ │ │ └─┬ brace-expansion@1.1.6│ │ │ │ ├── balanced-match@0.4.2│ │ │ │ └── concat-map@0.0.1│ │ │ ├─┬ npm-package-arg@4.2.1│ │ │ │ ├── hosted-git-info@2.3.1│ │ │ │ └── semver@5.3.0│ │ │ ├── promzard@0.3.0│ │ │ ├─┬ read@1.0.7│ │ │ │ └── mute-stream@0.0.7│ │ │ ├─┬ read-package-json@2.0.5│ │ │ │ ├─┬ glob@7.1.1│ │ │ │ │ └── minimatch@3.0.3│ │ │ │ ├── graceful-fs@4.1.11│ │ │ │ ├─┬ json-parse-helpfulerror@1.0.3│ │ │ │ │ └── jju@1.3.0│ │ │ │ └─┬ normalize-package-data@2.3.6│ │ │ │ └─┬ 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│ │ │ └─┬ validate-npm-package-name@3.0.0│ │ │ └── builtins@1.0.3│ │ ├─┬ nopt@3.0.6│ │ │ └── abbrev@1.1.0│ │ ├─┬ npm@2.15.11│ │ │ ├── abbrev@1.0.9│ │ │ ├── ansi@0.3.1│ │ │ ├── ansi-regex@2.0.0│ │ │ ├── ansicolors@0.3.2│ │ │ ├── ansistyles@0.1.3│ │ │ ├── archy@1.0.0│ │ │ ├── async-some@1.0.2│ │ │ ├── block-stream@0.0.9│ │ │ ├── char-spinner@1.0.1│ │ │ ├── chmodr@1.0.2│ │ │ ├── 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.10│ │ │ │ └── proto-list@1.2.4│ │ │ ├─┬ dezalgo@1.0.3│ │ │ │ └── asap@2.0.3│ │ │ ├── editor@1.0.0│ │ │ ├── fs-vacuum@1.2.9│ │ │ ├─┬ fs-write-stream-atomic@1.0.8│ │ │ │ └── iferr@0.1.5│ │ │ ├── fstream@1.0.10│ │ │ ├─┬ fstream-npm@1.1.1│ │ │ │ └── fstream-ignore@1.0.5│ │ │ ├── github-url-from-git@1.4.0│ │ │ ├── github-url-from-username-repo@1.0.2│ │ │ ├─┬ glob@7.0.6│ │ │ │ ├── fs.realpath@1.0.0│ │ │ │ └── path-is-absolute@1.0.0│ │ │ ├── graceful-fs@4.1.6│ │ │ ├── hosted-git-info@2.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│ │ │ │ │ └── path-is-absolute@1.0.0│ │ │ │ └── promzard@0.3.0│ │ │ ├── lockfile@1.0.1│ │ │ ├─┬ lru-cache@4.0.1│ │ │ │ ├── pseudomap@1.0.2│ │ │ │ └── yallist@2.0.0│ │ │ ├─┬ minimatch@3.0.3│ │ │ │ └─┬ brace-expansion@1.1.6│ │ │ │ ├── balanced-match@0.4.2│ │ │ │ └── concat-map@0.0.1│ │ │ ├─┬ mkdirp@0.5.1│ │ │ │ └── minimist@0.0.8│ │ │ ├─┬ node-gyp@3.4.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.0│ │ │ ├── npm-cache-filename@1.0.2│ │ │ ├── npm-install-checks@1.0.7│ │ │ ├── npm-package-arg@4.1.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│ │ │ │ └── retry@0.10.0│ │ │ ├── npm-user-validate@0.1.5│ │ │ ├─┬ npmlog@2.0.4│ │ │ │ ├─┬ are-we-there-yet@1.1.2│ │ │ │ │ └── delegates@1.0.0│ │ │ │ └─┬ gauge@1.2.7│ │ │ │ ├── has-unicode@2.0.0│ │ │ │ ├─┬ lodash.pad@4.4.0│ │ │ │ │ ├── lodash._baseslice@4.0.0│ │ │ │ │ ├── lodash._basetostring@4.12.0│ │ │ │ │ └── lodash.tostring@4.1.4│ │ │ │ ├── lodash.padend@4.5.0│ │ │ │ └── lodash.padstart@4.5.0│ │ │ ├── once@1.4.0│ │ │ ├── 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.4│ │ │ │ ├─┬ glob@6.0.4│ │ │ │ │ └── path-is-absolute@1.0.0│ │ │ │ └─┬ json-parse-helpfulerror@1.0.3│ │ │ │ └── jju@1.3.0│ │ │ ├─┬ 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│ │ │ ├── realize-package-specifier@3.0.1│ │ │ ├─┬ request@2.74.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@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.9.2│ │ │ │ │ ├── asn1@0.2.3│ │ │ │ │ ├── assert-plus@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.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.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.1.0│ │ │ ├─┬ 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@2.0.0│ │ │ ├── spdx-license-ids@1.2.2│ │ │ ├── strip-ansi@3.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.2│ │ │ │ └─┬ spdx-expression-parse@1.0.2│ │ │ │ └── spdx-exceptions@1.0.4│ │ │ ├─┬ 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.1.4│ │ ├── opener@1.4.1│ │ ├─┬ plist@1.2.0│ │ │ ├── base64-js@0.0.8│ │ │ ├── util-deprecate@1.0.2│ │ │ ├─┬ xmlbuilder@4.0.0│ │ │ │ └── lodash@3.10.1│ │ │ └── xmldom@0.1.22│ │ ├── properties-parser@0.2.3│ │ ├─┬ request@2.47.0│ │ │ ├── caseless@0.6.0│ │ │ ├── mime-types@1.0.2│ │ │ ├── oauth-sign@0.4.0│ │ │ └── qs@2.3.3│ │ ├── shelljs@0.3.0│ │ ├─┬ tar@1.0.2│ │ │ ├── block-stream@0.0.9│ │ │ └─┬ fstream@1.0.11│ │ │ └─┬ mkdirp@0.5.1│ │ │ └── minimist@0.0.8│ │ ├── unorm@1.3.3│ │ ├── valid-identifier@0.0.1│ │ └─┬ xcode@0.8.0│ │ ├── node-uuid@1.3.3│ │ └── pegjs@0.6.2│ ├── crc@3.2.1│ ├─┬ cross-spawn@4.0.2│ │ ├─┬ lru-cache@4.0.2│ │ │ ├── pseudomap@1.0.2│ │ │ └── yallist@2.1.2│ │ └─┬ which@1.2.12│ │ └── isexe@1.1.2│ ├─┬ finalhandler@0.2.0│ │ ├── debug@2.0.0│ │ └── escape-html@1.0.1│ ├─┬ glob-watcher@3.0.0│ │ ├─┬ async-done@1.2.2│ │ │ ├── end-of-stream@1.4.0│ │ │ ├── next-tick@1.0.0│ │ │ ├─┬ once@1.4.0│ │ │ │ └── wrappy@1.0.2│ │ │ └── stream-exhaust@1.0.1│ │ ├─┬ 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│ │ │ │ │ │ │ └── isarray@1.0.0│ │ │ │ │ │ ├── randomatic@1.1.6│ │ │ │ │ │ └── repeat-string@1.6.1│ │ │ │ │ ├── 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.1.0│ │ │ │ ├── normalize-path@2.0.1│ │ │ │ ├─┬ object.omit@2.0.1│ │ │ │ │ ├─┬ for-own@0.1.5│ │ │ │ │ │ └── for-in@1.0.2│ │ │ │ │ └── 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│ │ │ ├── glob-parent@2.0.0│ │ │ ├─┬ is-binary-path@1.0.1│ │ │ │ └── binary-extensions@1.8.0│ │ │ ├─┬ is-glob@2.0.1│ │ │ │ └── is-extglob@1.0.0│ │ │ ├── path-is-absolute@1.0.1│ │ │ └─┬ readdirp@2.1.0│ │ │ ├── minimatch@3.0.3│ │ │ ├─┬ readable-stream@2.2.6│ │ │ │ ├── buffer-shims@1.0.0│ │ │ │ ├── isarray@1.0.0│ │ │ │ ├── process-nextick-args@1.0.7│ │ │ │ └── util-deprecate@1.0.2│ │ │ └── set-immediate-shim@1.0.1│ │ ├── lodash.assignwith@4.2.0│ │ └── lodash.debounce@4.0.8│ ├─┬ os-name@2.0.1│ │ ├── macos-release@1.0.0│ │ └─┬ win-release@1.1.1│ │ └── semver@5.3.0│ ├── proxy-middleware@0.7.0│ ├─┬ request@2.51.0│ │ ├── aws-sign2@0.5.0│ │ ├── bl@0.9.5│ │ ├── caseless@0.8.0│ │ ├─┬ combined-stream@0.0.7│ │ │ └── delayed-stream@0.0.5│ │ ├── forever-agent@0.5.2│ │ ├─┬ form-data@0.2.0│ │ │ ├── async@0.9.2│ │ │ └─┬ mime-types@2.0.14│ │ │ └── mime-db@1.12.0│ │ ├─┬ hawk@1.1.1│ │ │ ├── boom@0.4.2│ │ │ ├── cryptiles@0.2.2│ │ │ ├── hoek@0.9.1│ │ │ └── sntp@0.2.4│ │ ├─┬ http-signature@0.10.1│ │ │ ├── asn1@0.1.11│ │ │ ├── assert-plus@0.1.5│ │ │ └── ctype@0.5.3│ │ ├── json-stringify-safe@5.0.1│ │ ├── mime-types@1.0.2│ │ ├── node-uuid@1.4.7│ │ ├── oauth-sign@0.5.0│ │ ├── qs@2.3.3│ │ ├── stringstream@0.0.5│ │ ├─┬ tough-cookie@2.3.2│ │ │ └── punycode@1.4.1│ │ └── tunnel-agent@0.4.3│ ├─┬ request-progress@0.3.1│ │ └── throttleit@0.0.2│ ├── semver@4.2.0│ ├─┬ tiny-lr-fork@0.0.5│ │ ├── debug@0.7.4│ │ ├── faye-websocket@0.4.4│ │ ├─┬ noptify@0.0.3│ │ │ └── nopt@2.0.0│ │ └── qs@0.5.6│ ├─┬ winston@1.1.2│ │ ├── async@1.0.0│ │ ├── colors@1.0.3│ │ ├── cycle@1.0.3│ │ ├── eyes@0.1.8│ │ ├── isstream@0.1.2│ │ ├── pkginfo@0.3.1│ │ └── stack-trace@0.0.9│ └─┬ xml2js@0.4.16│ ├── sax@1.2.2│ └─┬ xmlbuilder@4.2.1│ └── lodash@4.17.4├── moment@2.11.1├── open@0.0.5├─┬ optimist@0.6.0│ ├── minimist@0.0.10│ └── wordwrap@0.0.3├── pretty-hrtime@1.0.2├── progress@1.1.7├─┬ prompt@0.2.12│ ├── pkginfo@0.4.0│ ├─┬ read@1.0.7│ │ └── mute-stream@0.0.6│ ├── revalidator@0.1.8│ ├─┬ utile@0.2.1│ │ ├── async@0.2.10│ │ ├── deep-equal@1.0.1│ │ ├── i@0.3.5│ │ ├─┬ mkdirp@0.5.1│ │ │ └── minimist@0.0.8│ │ ├── ncp@0.4.2│ │ └─┬ rimraf@2.5.4│ │ └─┬ glob@7.1.1│ │ ├── fs.realpath@1.0.0│ │ ├─┬ inflight@1.0.6│ │ │ └── wrappy@1.0.2│ │ ├── 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.4.0│ │ │ └── wrappy@1.0.2│ │ └── path-is-absolute@1.0.1│ └─┬ winston@0.6.2│ ├── async@0.1.22│ ├── colors@0.6.2│ ├── cycle@1.0.3│ ├── eyes@0.1.8│ ├── pkginfo@0.2.3│ ├── request@2.9.203│ └── stack-trace@0.0.9├── q@1.0.1├─┬ request@2.74.0│ ├── aws-sign2@0.6.0│ ├── aws4@1.5.0│ ├─┬ bl@1.1.2│ │ └─┬ readable-stream@2.0.6│ │ ├── 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│ ├── 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.1│ │ └─┬ async@2.1.4│ │ └── lodash@4.17.2│ ├─┬ har-validator@2.0.6│ │ ├─┬ 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.1│ │ ├── ecc-jsbn@0.1.1│ │ ├── getpass@0.1.6│ │ ├── jodid25519@1.0.2│ │ ├── jsbn@0.1.0│ │ └── tweetnacl@0.14.4│ ├── is-typedarray@1.0.0│ ├── isstream@0.1.2│ ├── json-stringify-safe@5.0.1│ ├─┬ mime-types@2.1.13│ │ └── mime-db@1.25.0│ ├── node-uuid@1.4.7│ ├── oauth-sign@0.8.2│ ├── qs@6.2.1│ ├── stringstream@0.0.5│ ├─┬ tough-cookie@2.3.2│ │ └── punycode@1.4.1│ └── tunnel-agent@0.4.3├── semver@4.3.6├─┬ serve-static@1.7.1│ ├── escape-html@1.0.1│ ├── parseurl@1.3.1│ ├─┬ send@0.10.1│ │ ├─┬ debug@2.1.3│ │ │ └── ms@0.7.0│ │ ├── depd@1.0.1│ │ ├── destroy@1.0.3│ │ ├─┬ etag@1.5.1│ │ │ └── crc@3.2.1│ │ ├── fresh@0.2.4│ │ ├── mime@1.2.11│ │ ├── ms@0.6.2│ │ ├─┬ on-finished@2.1.1│ │ │ └── ee-first@1.1.0│ │ └── range-parser@1.0.3│ └── utils-merge@1.0.0├── shelljs@0.2.6├── underscore@1.7.0└─┬ unzip@0.1.9├─┬ binary@0.3.0│ ├── buffers@0.1.1│ └─┬ chainsaw@0.1.0│ └── traverse@0.3.9├─┬ fstream@0.1.31│ ├─┬ graceful-fs@3.0.11│ │ └── natives@1.1.0│ ├── inherits@2.0.3│ ├─┬ mkdirp@0.5.1│ │ └── minimist@0.0.8│ └─┬ rimraf@2.5.4│ └─┬ glob@7.1.1│ ├── fs.realpath@1.0.0│ ├─┬ inflight@1.0.6│ │ └── wrappy@1.0.2│ ├─┬ minimatch@3.0.3│ │ └─┬ brace-expansion@1.1.6│ │ ├── balanced-match@0.4.2│ │ └── concat-map@0.0.1│ ├─┬ once@1.4.0│ │ └── wrappy@1.0.2│ └── path-is-absolute@1.0.1├─┬ match-stream@0.0.2│ └── buffers@0.1.1├─┬ pullstream@0.4.1│ ├── over@0.0.5│ └── slice-stream@1.0.0├─┬ readable-stream@1.0.34│ ├── core-util-is@1.0.2│ ├── inherits@2.0.3│ ├── isarray@0.0.1│ └── string_decoder@0.10.31└── setimmediate@1.0.5npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/ionic/node_modules/chokidar/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})npm WARN In ionic@2.2.1 replacing bundled version of cross-spawn with cross-spawn@4.0.2npm WARN In ionic@2.2.1 replacing bundled version of mime-types with mime-types@2.0.14npm WARN In ionic@2.2.1 replacing bundled version of semver with semver@4.2.0npm WARN In ionic@2.2.1 replacing bundled version of form-data with form-data@0.2.0npm WARN In ionic@2.2.1 replacing bundled version of request with request@2.51.0npm WARN In ionic@2.2.1 replacing bundled version of ionic-app-lib with ionic-app-lib@2.2.0
- Start an App
1234567891011121314151617181920212223242526272829teddy@teddy-K43SJ:~/Documents/node$ ionic start --v2 myIonicApp tabs******************************************************Dependency warning - for the CLI to run correctly,it is highly recommended to install/upgrade the following:Please install your Cordova CLI to version >=4.2.0 `npm install -g cordova`******************************************************Creating an Ionic 2.x app in /home/teddy/Documents/node/myIonicApp based on the tabs template.Downloading: https://github.com/driftyco/ionic2-app-base/archive/master.zipDownloading: https://github.com/driftyco/ionic2-starter-tabs/archive/master.zipInstalling npm packages (may take a minute or two)...|♬ ♫ ♬ ♫ Your Ionic app is ready to go! ♬ ♫ ♬ ♫Some helpful tips:Run your app in the browser (great for initial development):ionic serveRun on a device or simulator:ionic run ios[android,browser]Share your app with testers, and test on device easily with the Ionic View companion app:http://view.ionic.ioCreate a free Ionic account to share and test apps with Ionic View?(Y/n): n
- Run your App (in a browser)
123456789101112131415161718192021222324252627282930313233343536teddy@teddy-K43SJ:~/Documents/node$ cd myIonicApp/teddy@teddy-K43SJ:~/Documents/node/myIonicApp$ ionic serve******************************************************Dependency warning - for the CLI to run correctly,it is highly recommended to install/upgrade the following:Please install your Cordova CLI to version >=4.2.0 `npm install -g cordova`******************************************************> ionic-hello-world@ ionic:serve /home/teddy/Documents/node/myIonicApp> ionic-app-scripts serve "--v2" "--address" "0.0.0.0" "--port" "8100" "--livereload-port" "35729"[16:39:18] ionic-app-scripts 1.1.4[16:39:18] watch started ...[16:39:18] build dev started ...[16:39:18] clean started ...[16:39:18] clean finished in 1 ms[16:39:18] copy started ...[16:39:18] transpile started ...[16:39:23] transpile finished in 4.73 s[16:39:23] preprocess started ...[16:39:23] preprocess finished in less than 1 ms[16:39:23] webpack started ...[16:39:23] copy finished in 4.95 s[16:39:39] webpack finished in 15.66 s[16:39:39] sass started ...[16:39:41] sass finished in 2.03 s[16:39:41] postprocess started ...[16:39:41] postprocess finished in 1 ms[16:39:41] lint started ...[16:39:41] build dev finished in 22.47 s[16:39:41] watch ready in 22.68 s[16:39:41] dev server running: http://localhost:8100/[16:39:43] lint finished in 2.56 s
Then you can see the result on your browser: http://localhost:8100/
Here I use Google Chrome developer tool and use device Nexus 5 to see how it looks on the device.