「Ionic」设置开发环境

时间:2022-09-23 00:00:32

轉載請一定註明地址:http://www.cnblogs.com/surge/p/5983024.html 謝謝!

濤叔是在mac環境下進行的,涉及android環境的配置不保證成功。 少废话,跟着濤叔一步步做就可以了。

1. 安裝Node.js

查看现有版本

libotaodeMacBook-Pro:~ libotao$ node -v
-bash: node: command not found

没有安装,现在安装。下載地址 http://nodejs.org

libotaodeMacBook-Pro:~ libotao$ node -v
v6.9.1

OK,成功!

2.安装Ionic 和Cordova

libotaodeMacBook-Pro:~ libotao$ npm install -g cordova ionic

这时考验你网速的时候到了,抽根烟等一会吧(好吧,我承認,一根煙的時間可能不太夠)。

查看现有版本

libotaodeMacBook-Pro:~ libotao$ ionic -v

libotaodeMacBook-Pro:~ libotao$ cordova -v

安裝錯誤是權限問題請運行以下代碼:

sudo chown -R $USER /usr/local 

在運行一遍:

Last login: Thu Oct  :: on ttys001
libotaodeMacBook-Pro:~ libotao$ npm install -g cordova ionic
npm WARN deprecated minimatch@2.0.: Please update to minimatch 3.0. or higher to avoid a RegExp DoS issue
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
/usr/local/lib
├─┬ cordova@6.3.
│ ├─┬ cordova-common@1.4.
│ │ ├── ansi@0.3.
│ │ ├─┬ bplist-parser@0.1.
│ │ │ └── big-integer@1.6.
│ │ ├── cordova-registry-mapper@1.1.
│ │ ├─┬ elementtree@0.1.
│ │ │ └── sax@0.3.
│ │ ├─┬ glob@5.0.
│ │ │ ├─┬ inflight@1.0.
│ │ │ │ └── wrappy@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── once@1.4.
│ │ │ └── path-is-absolute@1.0.
│ │ ├─┬ minimatch@3.0.
│ │ │ └─┬ brace-expansion@1.1.
│ │ │ ├── balanced-match@0.4.
│ │ │ └── concat-map@0.0.
│ │ ├─┬ osenv@0.1.
│ │ │ ├── os-homedir@1.0.
│ │ │ └── os-tmpdir@1.0.
│ │ ├─┬ plist@1.2.
│ │ │ ├── base64-js@0.0.
│ │ │ ├── util-deprecate@1.0.
│ │ │ ├── xmlbuilder@4.0.
│ │ │ └── xmldom@0.1.
│ │ ├── q@1.4.
│ │ ├── semver@5.3.
│ │ ├── shelljs@0.5.
│ │ ├── underscore@1.8.
│ │ └── unorm@1.4.
│ ├─┬ cordova-lib@6.3.
│ │ ├─┬ aliasify@1.9.
│ │ │ └─┬ browserify-transform-tools@1.5.
│ │ │ └─┬ falafel@1.2.
│ │ │ ├── acorn@1.2.
│ │ │ ├── foreach@2.0.
│ │ │ └── object-keys@1.0.
│ │ ├── cordova-app-hello-world@3.10.
│ │ ├─┬ cordova-fetch@1.0.
│ │ │ ├─┬ dependency-ls@1.0.
│ │ │ │ └── q@1.4.
│ │ │ ├── is-url@1.2.
│ │ │ ├── q@1.4.
│ │ │ └─┬ shelljs@0.7.
│ │ │ ├─┬ glob@7.1.
│ │ │ │ └── fs.realpath@1.0.
│ │ │ ├── interpret@1.0.
│ │ │ └── rechoir@0.6.
│ │ ├─┬ cordova-js@4.1.
│ │ │ └─┬ browserify@10.1.
│ │ │ ├── assert@1.3.
│ │ │ ├─┬ browser-pack@4.0.
│ │ │ │ ├─┬ combine-source-map@0.3.
│ │ │ │ │ ├── convert-source-map@0.3.
│ │ │ │ │ ├─┬ inline-source-map@0.3.
│ │ │ │ │ │ └── source-map@0.3.
│ │ │ │ │ └─┬ source-map@0.1.
│ │ │ │ │ └── amdefine@1.0.
│ │ │ │ ├─┬ through2@0.5.
│ │ │ │ │ ├── readable-stream@1.0.
│ │ │ │ │ └── xtend@3.0.
│ │ │ │ └── umd@3.0.
│ │ │ ├── browser-resolve@1.11.
│ │ │ ├─┬ browserify-zlib@0.1.
│ │ │ │ └── pako@0.2.
│ │ │ ├─┬ buffer@3.6.
│ │ │ │ ├── ieee754@1.1.
│ │ │ │ └── isarray@1.0.
│ │ │ ├── builtins@0.0.
│ │ │ ├── commondir@0.0.
│ │ │ ├─┬ concat-stream@1.4.
│ │ │ │ └── typedarray@0.0.
│ │ │ ├─┬ console-browserify@1.1.
│ │ │ │ └── date-now@0.1.
│ │ │ ├── constants-browserify@0.0.
│ │ │ ├─┬ crypto-browserify@3.11.
│ │ │ │ ├─┬ browserify-cipher@1.0.
│ │ │ │ │ ├─┬ browserify-aes@1.0.
│ │ │ │ │ │ └── buffer-xor@1.0.
│ │ │ │ │ ├─┬ browserify-des@1.0.
│ │ │ │ │ │ └─┬ des.js@1.0.
│ │ │ │ │ │ └── minimalistic-assert@1.0.
│ │ │ │ │ └── evp_bytestokey@1.0.
│ │ │ │ ├─┬ browserify-sign@4.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ ├── browserify-rsa@4.0.
│ │ │ │ │ ├─┬ elliptic@6.3.
│ │ │ │ │ │ ├── brorand@1.0.
│ │ │ │ │ │ └── hash.js@1.0.
│ │ │ │ │ └─┬ parse-asn1@5.0.
│ │ │ │ │ └── asn1.js@4.8.
│ │ │ │ ├── create-ecdh@4.0.
│ │ │ │ ├─┬ create-hash@1.1.
│ │ │ │ │ ├── cipher-base@1.0.
│ │ │ │ │ └── ripemd160@1.0.
│ │ │ │ ├── create-hmac@1.1.
│ │ │ │ ├─┬ diffie-hellman@5.0.
│ │ │ │ │ └── miller-rabin@4.0.
│ │ │ │ ├── pbkdf2@3.0.
│ │ │ │ ├── public-encrypt@4.0.
│ │ │ │ └── randombytes@2.0.
│ │ │ ├── deep-equal@1.0.
│ │ │ ├── defined@1.0.
│ │ │ ├── deps-sort@1.3.
│ │ │ ├── domain-browser@1.1.
│ │ │ ├── duplexer2@0.0.
│ │ │ ├── events@1.0.
│ │ │ ├─┬ glob@4.5.
│ │ │ │ └── minimatch@2.0.
│ │ │ ├─┬ has@1.0.
│ │ │ │ └── function-bind@1.1.
│ │ │ ├── htmlescape@1.1.
│ │ │ ├─┬ http-browserify@1.7.
│ │ │ │ └── Base64@0.2.
│ │ │ ├── https-browserify@0.0.
│ │ │ ├─┬ insert-module-globals@6.6.
│ │ │ │ ├─┬ combine-source-map@0.6.
│ │ │ │ │ ├── convert-source-map@1.1.
│ │ │ │ │ ├── inline-source-map@0.5.
│ │ │ │ │ ├── lodash.memoize@3.0.
│ │ │ │ │ └── source-map@0.4.
│ │ │ │ ├── is-buffer@1.1.
│ │ │ │ └─┬ lexical-scope@1.2.
│ │ │ │ └── astw@2.0.
│ │ │ ├── isarray@0.0.
│ │ │ ├─┬ JSONStream@1.2.
│ │ │ │ └── jsonparse@1.2.
│ │ │ ├─┬ labeled-stream-splicer@1.0.
│ │ │ │ └── stream-splicer@1.3.
│ │ │ ├─┬ module-deps@3.9.
│ │ │ │ ├── detective@4.3.
│ │ │ │ └─┬ stream-combiner2@1.0.
│ │ │ │ └─┬ through2@0.5.
│ │ │ │ ├── readable-stream@1.0.
│ │ │ │ └── xtend@3.0.
│ │ │ ├── os-browserify@0.1.
│ │ │ ├─┬ parents@1.0.
│ │ │ │ └── path-platform@0.11.
│ │ │ ├── path-browserify@0.0.
│ │ │ ├── process@0.11.
│ │ │ ├── punycode@1.4.
│ │ │ ├── querystring-es3@0.2.
│ │ │ ├─┬ read-only-stream@1.1.
│ │ │ │ └── readable-wrap@1.0.
│ │ │ ├─┬ readable-stream@1.1.
│ │ │ │ └── core-util-is@1.0.
│ │ │ ├── resolve@1.1.
│ │ │ ├── shallow-copy@0.0.
│ │ │ ├─┬ shasum@1.0.
│ │ │ │ ├─┬ json-stable-stringify@0.0.
│ │ │ │ │ └── jsonify@0.0.
│ │ │ │ └── sha.js@2.4.
│ │ │ ├── shell-quote@0.0.
│ │ │ ├── stream-browserify@1.0.
│ │ │ ├── string_decoder@0.10.
│ │ │ ├── subarg@1.0.
│ │ │ ├─┬ syntax-error@1.1.
│ │ │ │ └── acorn@2.7.
│ │ │ ├── through2@1.1.
│ │ │ ├── timers-browserify@1.4.
│ │ │ ├── tty-browserify@0.0.
│ │ │ ├─┬ url@0.10.
│ │ │ │ ├── punycode@1.3.
│ │ │ │ └── querystring@0.2.
│ │ │ ├─┬ util@0.10.
│ │ │ │ └── inherits@2.0.
│ │ │ ├─┬ vm-browserify@0.0.
│ │ │ │ └── indexof@0.0.
│ │ │ └── xtend@4.0.
│ │ ├─┬ cordova-serve@1.0.
│ │ │ ├─┬ compression@1.6.
│ │ │ │ ├─┬ accepts@1.3.
│ │ │ │ │ └── negotiator@0.6.
│ │ │ │ ├── bytes@2.3.
│ │ │ │ ├── compressible@2.0.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ ├── on-headers@1.0.
│ │ │ │ └── vary@1.1.
│ │ │ ├─┬ express@4.14.
│ │ │ │ ├── array-flatten@1.1.
│ │ │ │ ├── content-disposition@0.5.
│ │ │ │ ├── content-type@1.0.
│ │ │ │ ├── cookie@0.3.
│ │ │ │ ├── cookie-signature@1.0.
│ │ │ │ ├── depd@1.1.
│ │ │ │ ├── encodeurl@1.0.
│ │ │ │ ├── escape-html@1.0.
│ │ │ │ ├── etag@1.7.
│ │ │ │ ├─┬ finalhandler@0.5.
│ │ │ │ │ ├── statuses@1.3.
│ │ │ │ │ └── unpipe@1.0.
│ │ │ │ ├── fresh@0.3.
│ │ │ │ ├── merge-descriptors@1.0.
│ │ │ │ ├── methods@1.1.
│ │ │ │ ├─┬ on-finished@2.3.
│ │ │ │ │ └── ee-first@1.1.
│ │ │ │ ├── parseurl@1.3.
│ │ │ │ ├── path-to-regexp@0.1.
│ │ │ │ ├─┬ proxy-addr@1.1.
│ │ │ │ │ ├── forwarded@0.1.
│ │ │ │ │ └── ipaddr.js@1.1.
│ │ │ │ ├── range-parser@1.2.
│ │ │ │ ├─┬ send@0.14.
│ │ │ │ │ ├── destroy@1.0.
│ │ │ │ │ ├─┬ http-errors@1.5.
│ │ │ │ │ │ ├── inherits@2.0.
│ │ │ │ │ │ └── setprototypeof@1.0.
│ │ │ │ │ └── mime@1.3.
│ │ │ │ ├── serve-static@1.11.
│ │ │ │ ├─┬ type-is@1.6.
│ │ │ │ │ └── media-typer@0.3.
│ │ │ │ └── utils-merge@1.0.
│ │ │ └── q@1.4.
│ │ ├─┬ dep-graph@1.1.
│ │ │ └── underscore@1.2.
│ │ ├─┬ init-package-json@1.9.
│ │ │ ├── glob@6.0.
│ │ │ ├─┬ npm-package-arg@4.2.
│ │ │ │ └── hosted-git-info@2.1.
│ │ │ ├── promzard@0.3.
│ │ │ ├─┬ read@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├─┬ read-package-json@2.0.
│ │ │ │ ├── glob@6.0.
│ │ │ │ ├─┬ json-parse-helpfulerror@1.0.
│ │ │ │ │ └── jju@1.3.
│ │ │ │ └─┬ normalize-package-data@2.3.
│ │ │ │ └─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ ├─┬ validate-npm-package-license@3.0.
│ │ │ │ ├─┬ spdx-correct@1.0.
│ │ │ │ │ └── spdx-license-ids@1.2.
│ │ │ │ └── spdx-expression-parse@1.0.
│ │ │ └── validate-npm-package-name@2.2.
│ │ ├── nopt@3.0.
│ │ ├─┬ npm@2.15.
│ │ │ ├── abbrev@1.0.
│ │ │ ├── ansi@0.3.
│ │ │ ├── ansi-regex@2.0.
│ │ │ ├── ansicolors@0.3.
│ │ │ ├── ansistyles@0.1.
│ │ │ ├── archy@1.0.
│ │ │ ├── async-some@1.0.
│ │ │ ├── block-stream@0.0.
│ │ │ ├── char-spinner@1.0.
│ │ │ ├── chmodr@1.0.
│ │ │ ├── chownr@1.0.
│ │ │ ├── cmd-shim@2.0.
│ │ │ ├─┬ columnify@1.5.
│ │ │ │ └─┬ wcwidth@1.0.
│ │ │ │ └─┬ defaults@1.0.
│ │ │ │ └── clone@1.0.
│ │ │ ├─┬ config-chain@1.1.
│ │ │ │ └── proto-list@1.2.
│ │ │ ├─┬ dezalgo@1.0.
│ │ │ │ └── asap@2.0.
│ │ │ ├── editor@1.0.
│ │ │ ├── fs-vacuum@1.2.
│ │ │ ├─┬ fs-write-stream-atomic@1.0.
│ │ │ │ └── iferr@0.1.
│ │ │ ├── fstream@1.0.
│ │ │ ├─┬ fstream-npm@1.1.
│ │ │ │ └── fstream-ignore@1.0.
│ │ │ ├── github-url-from-git@1.4.
│ │ │ ├── github-url-from-username-repo@1.0.
│ │ │ ├─┬ glob@7.0.
│ │ │ │ ├── fs.realpath@1.0.
│ │ │ │ └── path-is-absolute@1.0.
│ │ │ ├── graceful-fs@4.1.
│ │ │ ├── hosted-git-info@2.1.
│ │ │ ├── imurmurhash@0.1.
│ │ │ ├── inflight@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── ini@1.3.
│ │ │ ├─┬ init-package-json@1.9.
│ │ │ │ ├─┬ glob@6.0.
│ │ │ │ │ └── path-is-absolute@1.0.
│ │ │ │ └── promzard@0.3.
│ │ │ ├── lockfile@1.0.
│ │ │ ├─┬ lru-cache@4.0.
│ │ │ │ ├── pseudomap@1.0.
│ │ │ │ └── yallist@2.0.
│ │ │ ├─┬ minimatch@3.0.
│ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ ├── balanced-match@0.4.
│ │ │ │ └── concat-map@0.0.
│ │ │ ├─┬ mkdirp@0.5.
│ │ │ │ └── minimist@0.0.
│ │ │ ├─┬ node-gyp@3.4.
│ │ │ │ └─┬ path-array@1.0.
│ │ │ │ └─┬ array-index@1.0.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ └─┬ es6-symbol@3.1.
│ │ │ │ ├── d@0.1.
│ │ │ │ └─┬ es5-ext@0.10.
│ │ │ │ └── es6-iterator@2.0.
│ │ │ ├── nopt@3.0.
│ │ │ ├── normalize-git-url@3.0.
│ │ │ ├─┬ normalize-package-data@2.3.
│ │ │ │ └─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ ├── npm-cache-filename@1.0.
│ │ │ ├── npm-install-checks@1.0.
│ │ │ ├── npm-package-arg@4.1.
│ │ │ ├─┬ npm-registry-client@7.2.
│ │ │ │ ├─┬ concat-stream@1.5.
│ │ │ │ │ ├─┬ readable-stream@2.0.
│ │ │ │ │ │ ├── core-util-is@1.0.
│ │ │ │ │ │ ├── isarray@1.0.
│ │ │ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ │ │ ├── string_decoder@0.10.
│ │ │ │ │ │ └── util-deprecate@1.0.
│ │ │ │ │ └── typedarray@0.0.
│ │ │ │ └── retry@0.10.
│ │ │ ├── npm-user-validate@0.1.
│ │ │ ├─┬ npmlog@2.0.
│ │ │ │ ├─┬ are-we-there-yet@1.1.
│ │ │ │ │ └── delegates@1.0.
│ │ │ │ └─┬ gauge@1.2.
│ │ │ │ ├── has-unicode@2.0.
│ │ │ │ ├─┬ lodash.pad@4.4.
│ │ │ │ │ ├── lodash._baseslice@4.0.
│ │ │ │ │ ├── lodash._basetostring@4.12.
│ │ │ │ │ └── lodash.tostring@4.1.
│ │ │ │ ├── lodash.padend@4.5.
│ │ │ │ └── lodash.padstart@4.5.
│ │ │ ├── once@1.4.
│ │ │ ├── opener@1.4.
│ │ │ ├─┬ osenv@0.1.
│ │ │ │ ├── os-homedir@1.0.
│ │ │ │ └── os-tmpdir@1.0.
│ │ │ ├── path-is-inside@1.0.
│ │ │ ├─┬ read@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├─┬ read-installed@4.0.
│ │ │ │ ├── debuglog@1.0.
│ │ │ │ ├── readdir-scoped-modules@1.0.
│ │ │ │ └── util-extend@1.0.
│ │ │ ├─┬ read-package-json@2.0.
│ │ │ │ ├─┬ glob@6.0.
│ │ │ │ │ └── path-is-absolute@1.0.
│ │ │ │ └─┬ json-parse-helpfulerror@1.0.
│ │ │ │ └── jju@1.3.
│ │ │ ├─┬ readable-stream@2.1.
│ │ │ │ ├── buffer-shims@1.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── isarray@1.0.
│ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ ├── string_decoder@0.10.
│ │ │ │ └── util-deprecate@1.0.
│ │ │ ├── realize-package-specifier@3.0.
│ │ │ ├─┬ request@2.74.
│ │ │ │ ├── aws-sign2@0.6.
│ │ │ │ ├── aws4@1.4.
│ │ │ │ ├─┬ bl@1.1.
│ │ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ │ ├── core-util-is@1.0.
│ │ │ │ │ ├── isarray@1.0.
│ │ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ │ ├── string_decoder@0.10.
│ │ │ │ │ └── util-deprecate@1.0.
│ │ │ │ ├── caseless@0.11.
│ │ │ │ ├─┬ combined-stream@1.0.
│ │ │ │ │ └── delayed-stream@1.0.
│ │ │ │ ├── extend@3.0.
│ │ │ │ ├── forever-agent@0.6.
│ │ │ │ ├─┬ form-data@1.0.-rc4
│ │ │ │ │ └── async@1.5.
│ │ │ │ ├─┬ har-validator@2.0.
│ │ │ │ │ ├─┬ chalk@1.1.
│ │ │ │ │ │ ├── ansi-styles@2.2.
│ │ │ │ │ │ ├── escape-string-regexp@1.0.
│ │ │ │ │ │ ├── has-ansi@2.0.
│ │ │ │ │ │ └── supports-color@2.0.
│ │ │ │ │ ├─┬ commander@2.9.
│ │ │ │ │ │ └── graceful-readlink@1.0.
│ │ │ │ │ ├─┬ is-my-json-valid@2.13.
│ │ │ │ │ │ ├── generate-function@2.0.
│ │ │ │ │ │ ├─┬ generate-object-property@1.2.
│ │ │ │ │ │ │ └── is-property@1.0.
│ │ │ │ │ │ ├── jsonpointer@2.0.
│ │ │ │ │ │ └── xtend@4.0.
│ │ │ │ │ └─┬ pinkie-promise@2.0.
│ │ │ │ │ └── pinkie@2.0.
│ │ │ │ ├─┬ hawk@3.1.
│ │ │ │ │ ├── boom@2.10.
│ │ │ │ │ ├── cryptiles@2.0.
│ │ │ │ │ ├── hoek@2.16.
│ │ │ │ │ └── sntp@1.0.
│ │ │ │ ├─┬ http-signature@1.1.
│ │ │ │ │ ├── assert-plus@0.2.
│ │ │ │ │ ├─┬ jsprim@1.3.
│ │ │ │ │ │ ├── extsprintf@1.0.
│ │ │ │ │ │ ├── json-schema@0.2.
│ │ │ │ │ │ └── verror@1.3.
│ │ │ │ │ └─┬ sshpk@1.9.
│ │ │ │ │ ├── asn1@0.2.
│ │ │ │ │ ├── assert-plus@1.0.
│ │ │ │ │ ├── dashdash@1.14.
│ │ │ │ │ ├── ecc-jsbn@0.1.
│ │ │ │ │ ├── getpass@0.1.
│ │ │ │ │ ├── jodid25519@1.0.
│ │ │ │ │ ├── jsbn@0.1.
│ │ │ │ │ └── tweetnacl@0.13.
│ │ │ │ ├── is-typedarray@1.0.
│ │ │ │ ├── isstream@0.1.
│ │ │ │ ├── json-stringify-safe@5.0.
│ │ │ │ ├─┬ mime-types@2.1.
│ │ │ │ │ └── mime-db@1.23.
│ │ │ │ ├── node-uuid@1.4.
│ │ │ │ ├── oauth-sign@0.8.
│ │ │ │ ├── qs@6.2.
│ │ │ │ ├── stringstream@0.0.
│ │ │ │ ├── tough-cookie@2.3.
│ │ │ │ └── tunnel-agent@0.4.
│ │ │ ├── retry@0.10.
│ │ │ ├── rimraf@2.5.
│ │ │ ├── semver@5.1.
│ │ │ ├─┬ sha@2.0.
│ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── isarray@0.0.
│ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ ├── string_decoder@0.10.
│ │ │ │ └── util-deprecate@1.0.
│ │ │ ├── slide@1.1.
│ │ │ ├── sorted-object@2.0.
│ │ │ ├── spdx-license-ids@1.2.
│ │ │ ├── strip-ansi@3.0.
│ │ │ ├── tar@2.2.
│ │ │ ├── text-table@0.2.
│ │ │ ├── uid-number@0.0.
│ │ │ ├── umask@1.1.
│ │ │ ├─┬ validate-npm-package-license@3.0.
│ │ │ │ ├── spdx-correct@1.0.
│ │ │ │ └─┬ spdx-expression-parse@1.0.
│ │ │ │ └── spdx-exceptions@1.0.
│ │ │ ├─┬ validate-npm-package-name@2.2.
│ │ │ │ └── builtins@0.0.
│ │ │ ├─┬ which@1.2.
│ │ │ │ └── isexe@1.1.
│ │ │ ├── wrappy@1.0.
│ │ │ └── write-file-atomic@1.1.
│ │ ├── opener@1.4.
│ │ ├── properties-parser@0.2.
│ │ ├─┬ request@2.47.
│ │ │ ├── aws-sign2@0.5.
│ │ │ ├─┬ bl@0.9.
│ │ │ │ └── readable-stream@1.0.
│ │ │ ├── caseless@0.6.
│ │ │ ├─┬ combined-stream@0.0.
│ │ │ │ └── delayed-stream@0.0.
│ │ │ ├── forever-agent@0.5.
│ │ │ ├─┬ form-data@0.1.
│ │ │ │ ├── async@0.9.
│ │ │ │ └── mime@1.2.
│ │ │ ├─┬ hawk@1.1.
│ │ │ │ ├── boom@0.4.
│ │ │ │ ├── cryptiles@0.2.
│ │ │ │ ├── hoek@0.9.
│ │ │ │ └── sntp@0.2.
│ │ │ ├─┬ http-signature@0.10.
│ │ │ │ ├── asn1@0.1.
│ │ │ │ ├── assert-plus@0.1.
│ │ │ │ └── ctype@0.5.
│ │ │ ├── json-stringify-safe@5.0.
│ │ │ ├── mime-types@1.0.
│ │ │ ├── oauth-sign@0.4.
│ │ │ ├── qs@2.3.
│ │ │ ├── stringstream@0.0.
│ │ │ └── tunnel-agent@0.4.
│ │ ├── semver@4.3.
│ │ ├── shelljs@0.3.
│ │ ├─┬ tar@1.0.
│ │ │ ├── block-stream@0.0.
│ │ │ └─┬ fstream@1.0.
│ │ │ └─┬ rimraf@2.5.
│ │ │ └── glob@7.1.
│ │ ├── unorm@1.3.
│ │ ├── valid-identifier@0.0.
│ │ └─┬ xcode@0.8.
│ │ ├── pegjs@0.9.
│ │ └─┬ simple-plist@0.1.
│ │ ├─┬ bplist-creator@0.0.
│ │ │ └── stream-buffers@0.2.
│ │ └── bplist-parser@0.0.
│ ├─┬ insight@0.8.
│ │ ├── async@1.5.
│ │ ├─┬ chalk@1.1.
│ │ │ ├── ansi-styles@2.2.
│ │ │ ├── escape-string-regexp@1.0.
│ │ │ ├── has-ansi@2.0.
│ │ │ ├── strip-ansi@3.0.
│ │ │ └── supports-color@2.0.
│ │ ├─┬ configstore@1.4.
│ │ │ ├── graceful-fs@4.1.
│ │ │ ├─┬ mkdirp@0.5.
│ │ │ │ └── minimist@0.0.
│ │ │ ├── uuid@2.0.
│ │ │ ├─┬ write-file-atomic@1.2.
│ │ │ │ ├── imurmurhash@0.1.
│ │ │ │ └── slide@1.1.
│ │ │ └── xdg-basedir@2.0.
│ │ ├─┬ inquirer@0.10.
│ │ │ ├── ansi-escapes@1.4.
│ │ │ ├── ansi-regex@2.0.
│ │ │ ├─┬ cli-cursor@1.0.
│ │ │ │ └─┬ restore-cursor@1.0.
│ │ │ │ ├── exit-hook@1.1.
│ │ │ │ └── onetime@1.1.
│ │ │ ├── cli-width@1.1.
│ │ │ ├── figures@1.7.
│ │ │ ├── lodash@3.10.
│ │ │ ├─┬ readline2@1.0.
│ │ │ │ ├── code-point-at@1.0.
│ │ │ │ ├── is-fullwidth-code-point@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├── run-async@0.1.
│ │ │ ├── rx-lite@3.1.
│ │ │ └── through@2.3.
│ │ ├─┬ lodash.debounce@3.1.
│ │ │ └── lodash._getnative@3.9.
│ │ ├── node-uuid@1.4.
│ │ ├── object-assign@4.1.
│ │ ├─┬ os-name@1.0.
│ │ │ ├─┬ osx-release@1.1.
│ │ │ │ └── minimist@1.2.
│ │ │ └── win-release@1.1.
│ │ ├─┬ request@2.75.
│ │ │ ├── aws-sign2@0.6.
│ │ │ ├── aws4@1.5.
│ │ │ ├─┬ bl@1.1.
│ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ ├── isarray@1.0.
│ │ │ │ └── process-nextick-args@1.0.
│ │ │ ├── caseless@0.11.
│ │ │ ├─┬ combined-stream@1.0.
│ │ │ │ └── delayed-stream@1.0.
│ │ │ ├── extend@3.0.
│ │ │ ├── forever-agent@0.6.
│ │ │ ├─┬ form-data@2.0.
│ │ │ │ └── asynckit@0.4.
│ │ │ ├─┬ har-validator@2.0.
│ │ │ │ ├─┬ commander@2.9.
│ │ │ │ │ └── graceful-readlink@1.0.
│ │ │ │ ├─┬ is-my-json-valid@2.15.
│ │ │ │ │ ├── generate-function@2.0.
│ │ │ │ │ ├─┬ generate-object-property@1.2.
│ │ │ │ │ │ └── is-property@1.0.
│ │ │ │ │ └── jsonpointer@4.0.
│ │ │ │ └─┬ pinkie-promise@2.0.
│ │ │ │ └── pinkie@2.0.
│ │ │ ├─┬ hawk@3.1.
│ │ │ │ ├── boom@2.10.
│ │ │ │ ├── cryptiles@2.0.
│ │ │ │ ├── hoek@2.16.
│ │ │ │ └── sntp@1.0.
│ │ │ ├─┬ http-signature@1.1.
│ │ │ │ ├── assert-plus@0.2.
│ │ │ │ ├─┬ jsprim@1.3.
│ │ │ │ │ ├── extsprintf@1.0.
│ │ │ │ │ ├── json-schema@0.2.
│ │ │ │ │ └── verror@1.3.
│ │ │ │ └─┬ sshpk@1.10.
│ │ │ │ ├── asn1@0.2.
│ │ │ │ ├── assert-plus@1.0.
│ │ │ │ ├── bcrypt-pbkdf@1.0.
│ │ │ │ ├─┬ dashdash@1.14.
│ │ │ │ │ └── assert-plus@1.0.
│ │ │ │ ├── ecc-jsbn@0.1.
│ │ │ │ ├─┬ getpass@0.1.
│ │ │ │ │ └── assert-plus@1.0.
│ │ │ │ ├── jodid25519@1.0.
│ │ │ │ ├── jsbn@0.1.
│ │ │ │ └── tweetnacl@0.14.
│ │ │ ├── is-typedarray@1.0.
│ │ │ ├── isstream@0.1.
│ │ │ ├─┬ mime-types@2.1.
│ │ │ │ └── mime-db@1.24.
│ │ │ ├── oauth-sign@0.8.
│ │ │ └── qs@6.2.
│ │ └── tough-cookie@2.3.
│ ├─┬ nopt@3.0.
│ │ └── abbrev@1.0.
│ ├── q@1.0.
│ ├── underscore@1.7.
│ └─┬ update-notifier@0.5.
│ ├── is-npm@1.0.
│ ├─┬ latest-version@1.0.
│ │ └─┬ package-json@1.2.
│ │ ├─┬ got@3.3.
│ │ │ ├─┬ duplexify@3.4.
│ │ │ │ ├─┬ end-of-stream@1.0.
│ │ │ │ │ └── once@1.3.
│ │ │ │ ├─┬ readable-stream@2.1.
│ │ │ │ │ ├── buffer-shims@1.0.
│ │ │ │ │ └── isarray@1.0.
│ │ │ │ └── stream-shift@1.0.
│ │ │ ├── infinity-agent@2.0.
│ │ │ ├── is-redirect@1.0.
│ │ │ ├── is-stream@1.1.
│ │ │ ├── lowercase-keys@1.0.
│ │ │ ├── nested-error-stacks@1.0.
│ │ │ ├── object-assign@3.0.
│ │ │ ├── prepend-http@1.0.
│ │ │ ├─┬ read-all-stream@3.1.
│ │ │ │ └─┬ readable-stream@2.1.
│ │ │ │ └── isarray@1.0.
│ │ │ └── timed-out@2.0.
│ │ └─┬ registry-url@3.1.
│ │ └─┬ rc@1.1.
│ │ ├── deep-extend@0.4.
│ │ ├── ini@1.3.
│ │ └── strip-json-comments@1.0.
│ ├─┬ repeating@1.1.
│ │ └─┬ is-finite@1.0.
│ │ └── number-is-nan@1.0.
│ ├── semver-diff@2.1.
│ └── string-length@1.0.
└─┬ ionic@2.1.
├── @ionic/app-generators@0.0.
├─┬ cli-table@0.3.
│ └── colors@1.0.
├── colors@0.6.
├─┬ cross-spawn-async@2.1.
│ ├─┬ lru-cache@4.0.
│ │ ├── pseudomap@1.0.
│ │ └── yallist@2.0.
│ └─┬ which@1.2.
│ └── isexe@1.1.
├─┬ expand-tilde@1.2.
│ └── user-home@1.1.
├─┬ form-data@0.1.
│ ├── async@0.9.
│ ├─┬ combined-stream@0.0.
│ │ └── delayed-stream@0.0.
│ └── mime@1.2.
├─┬ gulp@3.8.
│ ├── archy@0.0.
│ ├─┬ chalk@0.5.
│ │ ├── ansi-styles@1.1.
│ │ ├── escape-string-regexp@1.0.
│ │ ├─┬ has-ansi@0.1.
│ │ │ └── ansi-regex@0.2.
│ │ ├─┬ strip-ansi@0.3.
│ │ │ └── ansi-regex@0.2.
│ │ └── supports-color@0.2.
│ ├── deprecated@0.0.
│ ├── interpret@0.3.
│ ├─┬ liftoff@0.12.
│ │ ├── extend@1.3.
│ │ ├─┬ findup-sync@0.1.
│ │ │ ├─┬ glob@3.2.
│ │ │ │ ├── inherits@2.0.
│ │ │ │ └─┬ minimatch@0.3.
│ │ │ │ ├── lru-cache@2.7.
│ │ │ │ └── sigmund@1.0.
│ │ │ └── lodash@2.4.
│ │ ├── minimist@0.2.
│ │ └── resolve@0.7.
│ ├── minimist@1.2.
│ ├─┬ orchestrator@0.3.
│ │ ├─┬ end-of-stream@0.1.
│ │ │ └─┬ once@1.3.
│ │ │ └── wrappy@1.0.
│ │ ├── sequencify@0.0.
│ │ └── stream-consume@0.1.
│ ├── pretty-hrtime@0.2.
│ ├── semver@3.0.
│ ├─┬ tildify@1.2.
│ │ └── os-homedir@1.0.
│ └─┬ vinyl-fs@0.3.
│ ├─┬ defaults@1.0.
│ │ └── clone@1.0.
│ ├─┬ glob-stream@3.1.
│ │ ├─┬ glob@4.5.
│ │ │ ├─┬ inflight@1.0.
│ │ │ │ └── wrappy@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ └─┬ once@1.4.
│ │ │ └── wrappy@1.0.
│ │ ├─┬ glob2base@0.0.
│ │ │ └── find-index@0.1.
│ │ ├─┬ minimatch@2.0.
│ │ │ └─┬ brace-expansion@1.1.
│ │ │ ├── balanced-match@0.4.
│ │ │ └── concat-map@0.0.
│ │ ├── ordered-read-streams@0.1.
│ │ └── unique-stream@1.0.
│ ├─┬ glob-watcher@0.0.
│ │ └─┬ gaze@0.5.
│ │ └─┬ globule@0.1.
│ │ ├─┬ glob@3.1.
│ │ │ ├── graceful-fs@1.2.
│ │ │ └── inherits@1.0.
│ │ ├── lodash@1.0.
│ │ └─┬ minimatch@0.2.
│ │ ├── lru-cache@2.7.
│ │ └── sigmund@1.0.
│ ├─┬ graceful-fs@3.0.
│ │ └── natives@1.1.
│ ├─┬ mkdirp@0.5.
│ │ └── minimist@0.0.
│ ├─┬ strip-bom@1.0.
│ │ ├── first-chunk-stream@1.0.
│ │ └── is-utf8@0.2.
│ ├─┬ through2@0.6.
│ │ ├─┬ readable-stream@1.0.
│ │ │ ├── core-util-is@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── isarray@0.0.
│ │ │ └── string_decoder@0.10.
│ │ └── xtend@4.0.
│ └─┬ vinyl@0.4.
│ ├── clone@0.2.
│ └── clone-stats@0.0.
├─┬ gulp-util@3.0.
│ ├── array-differ@1.0.
│ ├── array-uniq@1.0.
│ ├── beeper@1.1.
│ ├─┬ chalk@1.1.
│ │ ├── ansi-styles@2.2.
│ │ ├── escape-string-regexp@1.0.
│ │ ├─┬ has-ansi@2.0.
│ │ │ └── ansi-regex@2.0.
│ │ ├─┬ strip-ansi@3.0.
│ │ │ └── ansi-regex@2.0.
│ │ └── supports-color@2.0.
│ ├─┬ dateformat@1.0.
│ │ ├── get-stdin@4.0.
│ │ └─┬ meow@3.7.
│ │ ├─┬ camelcase-keys@2.1.
│ │ │ └── camelcase@2.1.
│ │ ├── decamelize@1.2.
│ │ ├─┬ loud-rejection@1.6.
│ │ │ ├─┬ currently-unhandled@0.4.
│ │ │ │ └── array-find-index@1.0.
│ │ │ └── signal-exit@3.0.
│ │ ├── map-obj@1.0.
│ │ ├─┬ normalize-package-data@2.3.
│ │ │ ├── hosted-git-info@2.1.
│ │ │ ├─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ └─┬ validate-npm-package-license@3.0.
│ │ │ ├─┬ spdx-correct@1.0.
│ │ │ │ └── spdx-license-ids@1.2.
│ │ │ └── spdx-expression-parse@1.0.
│ │ ├── object-assign@4.1.
│ │ ├─┬ read-pkg-up@1.0.
│ │ │ ├─┬ find-up@1.1.
│ │ │ │ ├── path-exists@2.1.
│ │ │ │ └─┬ pinkie-promise@2.0.
│ │ │ │ └── pinkie@2.0.
│ │ │ └─┬ read-pkg@1.1.
│ │ │ ├─┬ load-json-file@1.1.
│ │ │ │ ├── graceful-fs@4.1.
│ │ │ │ ├─┬ parse-json@2.2.
│ │ │ │ │ └─┬ error-ex@1.3.
│ │ │ │ │ └── is-arrayish@0.2.
│ │ │ │ ├── pify@2.3.
│ │ │ │ ├─┬ pinkie-promise@2.0.
│ │ │ │ │ └── pinkie@2.0.
│ │ │ │ └─┬ strip-bom@2.0.
│ │ │ │ └── is-utf8@0.2.
│ │ │ └─┬ path-type@1.1.
│ │ │ ├── graceful-fs@4.1.
│ │ │ ├── pify@2.3.
│ │ │ └─┬ pinkie-promise@2.0.
│ │ │ └── pinkie@2.0.
│ │ ├─┬ redent@1.0.
│ │ │ ├─┬ indent-string@2.1.
│ │ │ │ └─┬ repeating@2.0.
│ │ │ │ └─┬ is-finite@1.0.
│ │ │ │ └── number-is-nan@1.0.
│ │ │ └── strip-indent@1.0.
│ │ └── trim-newlines@1.0.
│ ├─┬ fancy-log@1.2.
│ │ └── time-stamp@1.0.
│ ├─┬ gulplog@1.0.
│ │ └─┬ glogg@1.0.
│ │ └── sparkles@1.0.
│ ├─┬ has-gulplog@0.1.
│ │ └── sparkles@1.0.
│ ├── lodash._reescape@3.0.
│ ├── lodash._reevaluate@3.0.
│ ├── lodash._reinterpolate@3.0.
│ ├─┬ lodash.template@3.6.
│ │ ├── lodash._basecopy@3.0.
│ │ ├── lodash._basetostring@3.0.
│ │ ├── lodash._basevalues@3.0.
│ │ ├── lodash._isiterateecall@3.0.
│ │ ├─┬ lodash.escape@3.2.
│ │ │ └── lodash._root@3.0.
│ │ ├─┬ lodash.keys@3.1.
│ │ │ ├── lodash._getnative@3.9.
│ │ │ ├── lodash.isarguments@3.1.
│ │ │ └── lodash.isarray@3.0.
│ │ ├── lodash.restparam@3.6.
│ │ └── lodash.templatesettings@3.1.
│ ├── minimist@1.2.
│ ├─┬ multipipe@0.1.
│ │ └─┬ duplexer2@0.0.
│ │ └─┬ readable-stream@1.1.
│ │ ├── core-util-is@1.0.
│ │ ├── inherits@2.0.
│ │ ├── isarray@0.0.
│ │ └── string_decoder@0.10.
│ ├── object-assign@3.0.
│ ├── replace-ext@0.0.
│ ├─┬ through2@2.0.
│ │ ├─┬ readable-stream@2.0.
│ │ │ ├── core-util-is@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── isarray@1.0.
│ │ │ ├── process-nextick-args@1.0.
│ │ │ ├── string_decoder@0.10.
│ │ │ └── util-deprecate@1.0.
│ │ └── xtend@4.0.
│ └─┬ vinyl@0.5.
│ ├── clone@1.0.
│ └── clone-stats@0.0.
├─┬ inquirer@0.11.
│ ├── ansi-escapes@1.4.
│ ├── ansi-regex@2.0.
│ ├─┬ chalk@1.1.
│ │ ├── ansi-styles@2.2.
│ │ ├── escape-string-regexp@1.0.
│ │ ├── has-ansi@2.0.
│ │ └── supports-color@2.0.
│ ├─┬ cli-cursor@1.0.
│ │ └─┬ restore-cursor@1.0.
│ │ ├── exit-hook@1.1.
│ │ └── onetime@1.1.
│ ├── cli-width@1.1.
│ ├─┬ figures@1.7.
│ │ ├── escape-string-regexp@1.0.
│ │ └── object-assign@4.1.
│ ├── lodash@3.10.
│ ├─┬ readline2@1.0.
│ │ ├─┬ code-point-at@1.0.
│ │ │ └── number-is-nan@1.0.
│ │ ├─┬ is-fullwidth-code-point@1.0.
│ │ │ └── number-is-nan@1.0.
│ │ └── mute-stream@0.0.
│ ├─┬ run-async@0.1.
│ │ └─┬ once@1.4.
│ │ └── wrappy@1.0.
│ ├── rx-lite@3.1.
│ ├── strip-ansi@3.0.
│ └── through@2.3.
├─┬ ionic-app-lib@2.1.
│ ├── adm-zip@0.4.
│ ├─┬ archiver@0.5.
│ │ ├─┬ file-utils@0.1.
│ │ │ ├─┬ findup-sync@0.1.
│ │ │ │ └── lodash@2.4.
│ │ │ ├─┬ glob@3.2.
│ │ │ │ ├── inherits@2.0.
│ │ │ │ └─┬ minimatch@0.3.
│ │ │ │ ├── lru-cache@2.7.
│ │ │ │ └── sigmund@1.0.
│ │ │ ├── iconv-lite@0.2.
│ │ │ ├── isbinaryfile@0.1.
│ │ │ ├── lodash@2.1.
│ │ │ ├─┬ minimatch@0.2.
│ │ │ │ ├── lru-cache@2.7.
│ │ │ │ └── sigmund@1.0.
│ │ │ └── rimraf@2.2.
│ │ ├── lazystream@0.1.
│ │ ├── lodash@2.4.
│ │ ├─┬ readable-stream@1.0.
│ │ │ ├── core-util-is@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── isarray@0.0.
│ │ │ └── string_decoder@0.10.
│ │ └─┬ zip-stream@0.1.
│ │ └─┬ lodash.defaults@2.4.
│ │ ├── lodash._objecttypes@2.4.
│ │ └─┬ lodash.keys@2.4.
│ │ ├── lodash._isnative@2.4.
│ │ ├── lodash._shimkeys@2.4.
│ │ └── lodash.isobject@2.4.
│ ├─┬ cheerio@0.19.
│ │ ├─┬ css-select@1.0.
│ │ │ ├── boolbase@1.0.
│ │ │ ├── css-what@1.0.
│ │ │ ├─┬ domutils@1.4.
│ │ │ │ └── domelementtype@1.3.
│ │ │ └── nth-check@1.0.
│ │ ├─┬ dom-serializer@0.1.
│ │ │ └── domelementtype@1.1.
│ │ ├── entities@1.1.
│ │ ├─┬ htmlparser2@3.8.
│ │ │ ├── domelementtype@1.3.
│ │ │ ├── domhandler@2.3.
│ │ │ ├── domutils@1.5.
│ │ │ ├── entities@1.0.
│ │ │ └─┬ readable-stream@1.1.
│ │ │ ├── core-util-is@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── isarray@0.0.
│ │ │ └── string_decoder@0.10.
│ │ └── lodash@3.10.
│ ├─┬ connect@3.1.
│ │ ├─┬ debug@1.0.
│ │ │ └── ms@0.6.
│ │ ├─┬ finalhandler@0.1.
│ │ │ └── escape-html@1.0.
│ │ ├── parseurl@1.3.
│ │ └── utils-merge@1.0.
│ ├── connect-livereload@0.5.
│ ├─┬ cordova-lib@6.1.
│ │ ├─┬ aliasify@1.9.
│ │ │ └─┬ browserify-transform-tools@1.5.
│ │ │ ├─┬ falafel@1.2.
│ │ │ │ ├── acorn@1.2.
│ │ │ │ ├── foreach@2.0.
│ │ │ │ ├── isarray@0.0.
│ │ │ │ └── object-keys@1.0.
│ │ │ └── through@2.3.
│ │ ├── cordova-app-hello-world@3.10.
│ │ ├─┬ cordova-common@1.1.
│ │ │ ├── ansi@0.3.
│ │ │ ├─┬ bplist-parser@0.1.
│ │ │ │ └── big-integer@1.6.
│ │ │ ├─┬ osenv@0.1.
│ │ │ │ ├── os-homedir@1.0.
│ │ │ │ └── os-tmpdir@1.0.
│ │ │ ├── q@1.4.
│ │ │ ├── semver@5.1.
│ │ │ ├── shelljs@0.5.
│ │ │ └── underscore@1.8.
│ │ ├─┬ cordova-js@4.1.
│ │ │ └─┬ browserify@10.1.
│ │ │ ├── assert@1.3.
│ │ │ ├─┬ browser-pack@4.0.
│ │ │ │ ├─┬ combine-source-map@0.3.
│ │ │ │ │ ├── convert-source-map@0.3.
│ │ │ │ │ ├─┬ inline-source-map@0.3.
│ │ │ │ │ │ └─┬ source-map@0.3.
│ │ │ │ │ │ └── amdefine@1.0.
│ │ │ │ │ └─┬ source-map@0.1.
│ │ │ │ │ └── amdefine@1.0.
│ │ │ │ ├─┬ through2@0.5.
│ │ │ │ │ ├─┬ readable-stream@1.0.
│ │ │ │ │ │ └── core-util-is@1.0.
│ │ │ │ │ └── xtend@3.0.
│ │ │ │ └── umd@3.0.
│ │ │ ├── browser-resolve@1.11.
│ │ │ ├─┬ browserify-zlib@0.1.
│ │ │ │ └── pako@0.2.
│ │ │ ├─┬ buffer@3.6.
│ │ │ │ ├── base64-js@0.0.
│ │ │ │ ├── ieee754@1.1.
│ │ │ │ └── isarray@1.0.
│ │ │ ├── builtins@0.0.
│ │ │ ├── commondir@0.0.
│ │ │ ├─┬ concat-stream@1.4.
│ │ │ │ └── typedarray@0.0.
│ │ │ ├─┬ console-browserify@1.1.
│ │ │ │ └── date-now@0.1.
│ │ │ ├── constants-browserify@0.0.
│ │ │ ├─┬ crypto-browserify@3.11.
│ │ │ │ ├─┬ browserify-cipher@1.0.
│ │ │ │ │ ├─┬ browserify-aes@1.0.
│ │ │ │ │ │ ├── buffer-xor@1.0.
│ │ │ │ │ │ └── cipher-base@1.0.
│ │ │ │ │ ├─┬ browserify-des@1.0.
│ │ │ │ │ │ ├── cipher-base@1.0.
│ │ │ │ │ │ └─┬ des.js@1.0.
│ │ │ │ │ │ └── minimalistic-assert@1.0.
│ │ │ │ │ └── evp_bytestokey@1.0.
│ │ │ │ ├─┬ browserify-sign@4.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ ├── browserify-rsa@4.0.
│ │ │ │ │ ├─┬ elliptic@6.3.
│ │ │ │ │ │ ├── brorand@1.0.
│ │ │ │ │ │ └── hash.js@1.0.
│ │ │ │ │ └─┬ parse-asn1@5.0.
│ │ │ │ │ ├─┬ asn1.js@4.8.
│ │ │ │ │ │ └── minimalistic-assert@1.0.
│ │ │ │ │ ├─┬ browserify-aes@1.0.
│ │ │ │ │ │ ├── buffer-xor@1.0.
│ │ │ │ │ │ └── cipher-base@1.0.
│ │ │ │ │ └── evp_bytestokey@1.0.
│ │ │ │ ├─┬ create-ecdh@4.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ └─┬ elliptic@6.3.
│ │ │ │ │ ├── brorand@1.0.
│ │ │ │ │ └── hash.js@1.0.
│ │ │ │ ├─┬ create-hash@1.1.
│ │ │ │ │ ├── cipher-base@1.0.
│ │ │ │ │ ├── ripemd160@1.0.
│ │ │ │ │ └── sha.js@2.4.
│ │ │ │ ├── create-hmac@1.1.
│ │ │ │ ├─┬ diffie-hellman@5.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ └─┬ miller-rabin@4.0.
│ │ │ │ │ └── brorand@1.0.
│ │ │ │ ├── pbkdf2@3.0.
│ │ │ │ ├─┬ public-encrypt@4.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ ├── browserify-rsa@4.0.
│ │ │ │ │ └─┬ parse-asn1@5.0.
│ │ │ │ │ ├─┬ asn1.js@4.8.
│ │ │ │ │ │ └── minimalistic-assert@1.0.
│ │ │ │ │ ├─┬ browserify-aes@1.0.
│ │ │ │ │ │ ├── buffer-xor@1.0.
│ │ │ │ │ │ └── cipher-base@1.0.
│ │ │ │ │ └── evp_bytestokey@1.0.
│ │ │ │ └── randombytes@2.0.
│ │ │ ├── deep-equal@1.0.
│ │ │ ├── defined@1.0.
│ │ │ ├── deps-sort@1.3.
│ │ │ ├── domain-browser@1.1.
│ │ │ ├── duplexer2@0.0.
│ │ │ ├── events@1.0.
│ │ │ ├─┬ glob@4.5.
│ │ │ │ ├─┬ inflight@1.0.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ ├─┬ minimatch@2.0.
│ │ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ │ ├── balanced-match@0.4.
│ │ │ │ │ └── concat-map@0.0.
│ │ │ │ └─┬ once@1.4.
│ │ │ │ └── wrappy@1.0.
│ │ │ ├─┬ has@1.0.
│ │ │ │ └── function-bind@1.1.
│ │ │ ├── htmlescape@1.1.
│ │ │ ├─┬ http-browserify@1.7.
│ │ │ │ └── Base64@0.2.
│ │ │ ├── https-browserify@0.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├─┬ insert-module-globals@6.6.
│ │ │ │ ├─┬ combine-source-map@0.6.
│ │ │ │ │ ├── convert-source-map@1.1.
│ │ │ │ │ ├── inline-source-map@0.5.
│ │ │ │ │ ├── lodash.memoize@3.0.
│ │ │ │ │ └─┬ source-map@0.4.
│ │ │ │ │ └── amdefine@1.0.
│ │ │ │ ├── is-buffer@1.1.
│ │ │ │ └─┬ lexical-scope@1.2.
│ │ │ │ └─┬ astw@2.0.
│ │ │ │ └── acorn@1.2.
│ │ │ ├── isarray@0.0.
│ │ │ ├─┬ JSONStream@1.2.
│ │ │ │ ├── jsonparse@1.2.
│ │ │ │ └── through@2.3.
│ │ │ ├─┬ labeled-stream-splicer@1.0.
│ │ │ │ └─┬ stream-splicer@1.3.
│ │ │ │ ├── indexof@0.0.
│ │ │ │ └── readable-wrap@1.0.
│ │ │ ├─┬ module-deps@3.9.
│ │ │ │ ├─┬ detective@4.3.
│ │ │ │ │ └── acorn@1.2.
│ │ │ │ └─┬ stream-combiner2@1.0.
│ │ │ │ └─┬ through2@0.5.
│ │ │ │ ├─┬ readable-stream@1.0.
│ │ │ │ │ └── core-util-is@1.0.
│ │ │ │ └── xtend@3.0.
│ │ │ ├── os-browserify@0.1.
│ │ │ ├─┬ parents@1.0.
│ │ │ │ └── path-platform@0.11.
│ │ │ ├── path-browserify@0.0.
│ │ │ ├── process@0.11.
│ │ │ ├── punycode@1.4.
│ │ │ ├── querystring-es3@0.2.
│ │ │ ├─┬ read-only-stream@1.1.
│ │ │ │ └── readable-wrap@1.0.
│ │ │ ├─┬ readable-stream@1.1.
│ │ │ │ └── core-util-is@1.0.
│ │ │ ├── resolve@1.1.
│ │ │ ├── shallow-copy@0.0.
│ │ │ ├─┬ shasum@1.0.
│ │ │ │ ├─┬ json-stable-stringify@0.0.
│ │ │ │ │ └── jsonify@0.0.
│ │ │ │ └── sha.js@2.4.
│ │ │ ├── shell-quote@0.0.
│ │ │ ├── stream-browserify@1.0.
│ │ │ ├── string_decoder@0.10.
│ │ │ ├─┬ subarg@1.0.
│ │ │ │ └── minimist@1.2.
│ │ │ ├─┬ syntax-error@1.1.
│ │ │ │ └── acorn@2.7.
│ │ │ ├── through2@1.1.
│ │ │ ├── timers-browserify@1.4.
│ │ │ ├── tty-browserify@0.0.
│ │ │ ├─┬ url@0.10.
│ │ │ │ ├── punycode@1.3.
│ │ │ │ └── querystring@0.2.
│ │ │ ├─┬ util@0.10.
│ │ │ │ └── inherits@2.0.
│ │ │ ├─┬ vm-browserify@0.0.
│ │ │ │ └── indexof@0.0.
│ │ │ └── xtend@4.0.
│ │ ├── cordova-registry-mapper@1.1.
│ │ ├─┬ cordova-serve@1.0.
│ │ │ ├─┬ chalk@1.1.
│ │ │ │ ├── ansi-styles@2.2.
│ │ │ │ ├── escape-string-regexp@1.0.
│ │ │ │ ├─┬ has-ansi@2.0.
│ │ │ │ │ └── ansi-regex@2.0.
│ │ │ │ ├─┬ strip-ansi@3.0.
│ │ │ │ │ └── ansi-regex@2.0.
│ │ │ │ └── supports-color@2.0.
│ │ │ ├─┬ compression@1.6.
│ │ │ │ ├─┬ accepts@1.3.
│ │ │ │ │ ├─┬ mime-types@2.1.
│ │ │ │ │ │ └── mime-db@1.24.
│ │ │ │ │ └── negotiator@0.6.
│ │ │ │ ├── bytes@2.3.
│ │ │ │ ├─┬ compressible@2.0.
│ │ │ │ │ └── mime-db@1.24.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ ├── on-headers@1.0.
│ │ │ │ └── vary@1.1.
│ │ │ ├─┬ express@4.14.
│ │ │ │ ├─┬ accepts@1.3.
│ │ │ │ │ ├─┬ mime-types@2.1.
│ │ │ │ │ │ └── mime-db@1.24.
│ │ │ │ │ └── negotiator@0.6.
│ │ │ │ ├── array-flatten@1.1.
│ │ │ │ ├── content-disposition@0.5.
│ │ │ │ ├── content-type@1.0.
│ │ │ │ ├── cookie@0.3.
│ │ │ │ ├── cookie-signature@1.0.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ ├── depd@1.1.
│ │ │ │ ├── encodeurl@1.0.
│ │ │ │ ├── escape-html@1.0.
│ │ │ │ ├── etag@1.7.
│ │ │ │ ├─┬ finalhandler@0.5.
│ │ │ │ │ ├── statuses@1.3.
│ │ │ │ │ └── unpipe@1.0.
│ │ │ │ ├── fresh@0.3.
│ │ │ │ ├── merge-descriptors@1.0.
│ │ │ │ ├── methods@1.1.
│ │ │ │ ├─┬ on-finished@2.3.
│ │ │ │ │ └── ee-first@1.1.
│ │ │ │ ├── parseurl@1.3.
│ │ │ │ ├── path-to-regexp@0.1.
│ │ │ │ ├─┬ proxy-addr@1.1.
│ │ │ │ │ ├── forwarded@0.1.
│ │ │ │ │ └── ipaddr.js@1.1.
│ │ │ │ ├── qs@6.2.
│ │ │ │ ├── range-parser@1.2.
│ │ │ │ ├─┬ send@0.14.
│ │ │ │ │ ├── destroy@1.0.
│ │ │ │ │ ├─┬ http-errors@1.5.
│ │ │ │ │ │ ├── inherits@2.0.
│ │ │ │ │ │ └── setprototypeof@1.0.
│ │ │ │ │ ├── mime@1.3.
│ │ │ │ │ ├── ms@0.7.
│ │ │ │ │ └── statuses@1.3.
│ │ │ │ ├── serve-static@1.11.
│ │ │ │ ├─┬ type-is@1.6.
│ │ │ │ │ ├── media-typer@0.3.
│ │ │ │ │ └─┬ mime-types@2.1.
│ │ │ │ │ └── mime-db@1.24.
│ │ │ │ ├── utils-merge@1.0.
│ │ │ │ └── vary@1.1.
│ │ │ └── q@1.4.
│ │ ├─┬ dep-graph@1.1.
│ │ │ └── underscore@1.2.
│ │ ├─┬ elementtree@0.1.
│ │ │ └── sax@0.3.
│ │ ├─┬ glob@5.0.
│ │ │ ├─┬ inflight@1.0.
│ │ │ │ └── wrappy@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├─┬ minimatch@3.0.
│ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ ├── balanced-match@0.3.
│ │ │ │ └── concat-map@0.0.
│ │ │ ├── once@1.3.
│ │ │ └── path-is-absolute@1.0.
│ │ ├─┬ init-package-json@1.9.
│ │ │ ├─┬ glob@6.0.
│ │ │ │ ├─┬ inflight@1.0.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ ├── inherits@2.0.
│ │ │ │ ├─┬ minimatch@3.0.
│ │ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ │ ├── balanced-match@0.4.
│ │ │ │ │ └── concat-map@0.0.
│ │ │ │ ├─┬ once@1.4.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ └── path-is-absolute@1.0.
│ │ │ ├─┬ npm-package-arg@4.2.
│ │ │ │ ├── hosted-git-info@2.1.
│ │ │ │ └── semver@5.3.
│ │ │ ├── promzard@0.3.
│ │ │ ├─┬ read@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├─┬ read-package-json@2.0.
│ │ │ │ ├── graceful-fs@4.1.
│ │ │ │ ├─┬ json-parse-helpfulerror@1.0.
│ │ │ │ │ └── jju@1.3.
│ │ │ │ └─┬ normalize-package-data@2.3.
│ │ │ │ ├── hosted-git-info@2.1.
│ │ │ │ └─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ ├─┬ validate-npm-package-license@3.0.
│ │ │ │ ├─┬ spdx-correct@1.0.
│ │ │ │ │ └── spdx-license-ids@1.2.
│ │ │ │ └── spdx-expression-parse@1.0.
│ │ │ └─┬ validate-npm-package-name@2.2.
│ │ │ └── builtins@0.0.
│ │ ├─┬ nopt@3.0.
│ │ │ └── abbrev@1.0.
│ │ ├─┬ npm@2.15.
│ │ │ ├── abbrev@1.0.
│ │ │ ├── ansi@0.3.
│ │ │ ├── ansi-regex@2.0.
│ │ │ ├── ansicolors@0.3.
│ │ │ ├── ansistyles@0.1.
│ │ │ ├── archy@1.0.
│ │ │ ├── async-some@1.0.
│ │ │ ├── block-stream@0.0.
│ │ │ ├── char-spinner@1.0.
│ │ │ ├── chmodr@1.0.
│ │ │ ├── chownr@1.0.
│ │ │ ├── cmd-shim@2.0.
│ │ │ ├─┬ columnify@1.5.
│ │ │ │ └─┬ wcwidth@1.0.
│ │ │ │ └─┬ defaults@1.0.
│ │ │ │ └── clone@1.0.
│ │ │ ├─┬ config-chain@1.1.
│ │ │ │ └── proto-list@1.2.
│ │ │ ├─┬ dezalgo@1.0.
│ │ │ │ └── asap@2.0.
│ │ │ ├── editor@1.0.
│ │ │ ├── fs-vacuum@1.2.
│ │ │ ├─┬ fs-write-stream-atomic@1.0.
│ │ │ │ └── iferr@0.1.
│ │ │ ├── fstream@1.0.
│ │ │ ├─┬ fstream-npm@1.1.
│ │ │ │ └── fstream-ignore@1.0.
│ │ │ ├── github-url-from-git@1.4.
│ │ │ ├── github-url-from-username-repo@1.0.
│ │ │ ├─┬ glob@7.0.
│ │ │ │ ├── fs.realpath@1.0.
│ │ │ │ └── path-is-absolute@1.0.
│ │ │ ├── graceful-fs@4.1.
│ │ │ ├── hosted-git-info@2.1.
│ │ │ ├── imurmurhash@0.1.
│ │ │ ├── inflight@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── ini@1.3.
│ │ │ ├─┬ init-package-json@1.9.
│ │ │ │ ├─┬ glob@6.0.
│ │ │ │ │ └── path-is-absolute@1.0.
│ │ │ │ └── promzard@0.3.
│ │ │ ├── lockfile@1.0.
│ │ │ ├─┬ lru-cache@4.0.
│ │ │ │ ├── pseudomap@1.0.
│ │ │ │ └── yallist@2.0.
│ │ │ ├─┬ minimatch@3.0.
│ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ ├── balanced-match@0.4.
│ │ │ │ └── concat-map@0.0.
│ │ │ ├─┬ mkdirp@0.5.
│ │ │ │ └── minimist@0.0.
│ │ │ ├─┬ node-gyp@3.4.
│ │ │ │ └─┬ path-array@1.0.
│ │ │ │ └─┬ array-index@1.0.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ └─┬ es6-symbol@3.1.
│ │ │ │ ├── d@0.1.
│ │ │ │ └─┬ es5-ext@0.10.
│ │ │ │ └── es6-iterator@2.0.
│ │ │ ├── nopt@3.0.
│ │ │ ├── normalize-git-url@3.0.
│ │ │ ├─┬ normalize-package-data@2.3.
│ │ │ │ └─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ ├── npm-cache-filename@1.0.
│ │ │ ├── npm-install-checks@1.0.
│ │ │ ├── npm-package-arg@4.1.
│ │ │ ├─┬ npm-registry-client@7.2.
│ │ │ │ ├─┬ concat-stream@1.5.
│ │ │ │ │ ├─┬ readable-stream@2.0.
│ │ │ │ │ │ ├── core-util-is@1.0.
│ │ │ │ │ │ ├── isarray@1.0.
│ │ │ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ │ │ ├── string_decoder@0.10.
│ │ │ │ │ │ └── util-deprecate@1.0.
│ │ │ │ │ └── typedarray@0.0.
│ │ │ │ └── retry@0.10.
│ │ │ ├── npm-user-validate@0.1.
│ │ │ ├─┬ npmlog@2.0.
│ │ │ │ ├─┬ are-we-there-yet@1.1.
│ │ │ │ │ └── delegates@1.0.
│ │ │ │ └─┬ gauge@1.2.
│ │ │ │ ├── has-unicode@2.0.
│ │ │ │ ├─┬ lodash.pad@4.4.
│ │ │ │ │ ├── lodash._baseslice@4.0.
│ │ │ │ │ ├── lodash._basetostring@4.12.
│ │ │ │ │ └── lodash.tostring@4.1.
│ │ │ │ ├── lodash.padend@4.5.
│ │ │ │ └── lodash.padstart@4.5.
│ │ │ ├── once@1.4.
│ │ │ ├── opener@1.4.
│ │ │ ├─┬ osenv@0.1.
│ │ │ │ ├── os-homedir@1.0.
│ │ │ │ └── os-tmpdir@1.0.
│ │ │ ├── path-is-inside@1.0.
│ │ │ ├─┬ read@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├─┬ read-installed@4.0.
│ │ │ │ ├── debuglog@1.0.
│ │ │ │ ├── readdir-scoped-modules@1.0.
│ │ │ │ └── util-extend@1.0.
│ │ │ ├─┬ read-package-json@2.0.
│ │ │ │ ├─┬ glob@6.0.
│ │ │ │ │ └── path-is-absolute@1.0.
│ │ │ │ └─┬ json-parse-helpfulerror@1.0.
│ │ │ │ └── jju@1.3.
│ │ │ ├─┬ readable-stream@2.1.
│ │ │ │ ├── buffer-shims@1.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── isarray@1.0.
│ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ ├── string_decoder@0.10.
│ │ │ │ └── util-deprecate@1.0.
│ │ │ ├── realize-package-specifier@3.0.
│ │ │ ├─┬ request@2.74.
│ │ │ │ ├── aws-sign2@0.6.
│ │ │ │ ├── aws4@1.4.
│ │ │ │ ├─┬ bl@1.1.
│ │ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ │ ├── core-util-is@1.0.
│ │ │ │ │ ├── isarray@1.0.
│ │ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ │ ├── string_decoder@0.10.
│ │ │ │ │ └── util-deprecate@1.0.
│ │ │ │ ├── caseless@0.11.
│ │ │ │ ├─┬ combined-stream@1.0.
│ │ │ │ │ └── delayed-stream@1.0.
│ │ │ │ ├── extend@3.0.
│ │ │ │ ├── forever-agent@0.6.
│ │ │ │ ├─┬ form-data@1.0.-rc4
│ │ │ │ │ └── async@1.5.
│ │ │ │ ├─┬ har-validator@2.0.
│ │ │ │ │ ├─┬ chalk@1.1.
│ │ │ │ │ │ ├── ansi-styles@2.2.
│ │ │ │ │ │ ├── escape-string-regexp@1.0.
│ │ │ │ │ │ ├── has-ansi@2.0.
│ │ │ │ │ │ └── supports-color@2.0.
│ │ │ │ │ ├─┬ commander@2.9.
│ │ │ │ │ │ └── graceful-readlink@1.0.
│ │ │ │ │ ├─┬ is-my-json-valid@2.13.
│ │ │ │ │ │ ├── generate-function@2.0.
│ │ │ │ │ │ ├─┬ generate-object-property@1.2.
│ │ │ │ │ │ │ └── is-property@1.0.
│ │ │ │ │ │ ├── jsonpointer@2.0.
│ │ │ │ │ │ └── xtend@4.0.
│ │ │ │ │ └─┬ pinkie-promise@2.0.
│ │ │ │ │ └── pinkie@2.0.
│ │ │ │ ├─┬ hawk@3.1.
│ │ │ │ │ ├── boom@2.10.
│ │ │ │ │ ├── cryptiles@2.0.
│ │ │ │ │ ├── hoek@2.16.
│ │ │ │ │ └── sntp@1.0.
│ │ │ │ ├─┬ http-signature@1.1.
│ │ │ │ │ ├── assert-plus@0.2.
│ │ │ │ │ ├─┬ jsprim@1.3.
│ │ │ │ │ │ ├── extsprintf@1.0.
│ │ │ │ │ │ ├── json-schema@0.2.
│ │ │ │ │ │ └── verror@1.3.
│ │ │ │ │ └─┬ sshpk@1.9.
│ │ │ │ │ ├── asn1@0.2.
│ │ │ │ │ ├── assert-plus@1.0.
│ │ │ │ │ ├── dashdash@1.14.
│ │ │ │ │ ├── ecc-jsbn@0.1.
│ │ │ │ │ ├── getpass@0.1.
│ │ │ │ │ ├── jodid25519@1.0.
│ │ │ │ │ ├── jsbn@0.1.
│ │ │ │ │ └── tweetnacl@0.13.
│ │ │ │ ├── is-typedarray@1.0.
│ │ │ │ ├── isstream@0.1.
│ │ │ │ ├── json-stringify-safe@5.0.
│ │ │ │ ├─┬ mime-types@2.1.
│ │ │ │ │ └── mime-db@1.23.
│ │ │ │ ├── node-uuid@1.4.
│ │ │ │ ├── oauth-sign@0.8.
│ │ │ │ ├── qs@6.2.
│ │ │ │ ├── stringstream@0.0.
│ │ │ │ ├── tough-cookie@2.3.
│ │ │ │ └── tunnel-agent@0.4.
│ │ │ ├── retry@0.10.
│ │ │ ├── rimraf@2.5.
│ │ │ ├── semver@5.1.
│ │ │ ├─┬ sha@2.0.
│ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── isarray@0.0.
│ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ ├── string_decoder@0.10.
│ │ │ │ └── util-deprecate@1.0.
│ │ │ ├── slide@1.1.
│ │ │ ├── sorted-object@2.0.
│ │ │ ├── spdx-license-ids@1.2.
│ │ │ ├── strip-ansi@3.0.
│ │ │ ├── tar@2.2.
│ │ │ ├── text-table@0.2.
│ │ │ ├── uid-number@0.0.
│ │ │ ├── umask@1.1.
│ │ │ ├─┬ validate-npm-package-license@3.0.
│ │ │ │ ├── spdx-correct@1.0.
│ │ │ │ └─┬ spdx-expression-parse@1.0.
│ │ │ │ └── spdx-exceptions@1.0.
│ │ │ ├─┬ validate-npm-package-name@2.2.
│ │ │ │ └── builtins@0.0.
│ │ │ ├─┬ which@1.2.
│ │ │ │ └── isexe@1.1.
│ │ │ ├── wrappy@1.0.
│ │ │ └── write-file-atomic@1.1.
│ │ ├── opener@1.4.
│ │ ├─┬ plist@1.2.
│ │ │ ├── base64-js@0.0.
│ │ │ ├── util-deprecate@1.0.
│ │ │ ├─┬ xmlbuilder@4.0.
│ │ │ │ └── lodash@3.10.
│ │ │ └── xmldom@0.1.
│ │ ├── properties-parser@0.2.
│ │ ├─┬ request@2.47.
│ │ │ ├── aws-sign2@0.5.
│ │ │ ├─┬ bl@0.9.
│ │ │ │ └─┬ readable-stream@1.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── inherits@2.0.
│ │ │ │ ├── isarray@0.0.
│ │ │ │ └── string_decoder@0.10.
│ │ │ ├── caseless@0.6.
│ │ │ ├─┬ combined-stream@0.0.
│ │ │ │ └── delayed-stream@0.0.
│ │ │ ├── forever-agent@0.5.
│ │ │ ├─┬ hawk@1.1.
│ │ │ │ ├── boom@0.4.
│ │ │ │ ├── cryptiles@0.2.
│ │ │ │ ├── hoek@0.9.
│ │ │ │ └── sntp@0.2.
│ │ │ ├─┬ http-signature@0.10.
│ │ │ │ ├── asn1@0.1.
│ │ │ │ ├── assert-plus@0.1.
│ │ │ │ └── ctype@0.5.
│ │ │ ├── json-stringify-safe@5.0.
│ │ │ ├── mime-types@1.0.
│ │ │ ├── node-uuid@1.4.
│ │ │ ├── oauth-sign@0.4.
│ │ │ ├── qs@2.3.
│ │ │ ├── stringstream@0.0.
│ │ │ ├── tough-cookie@2.3.
│ │ │ └── tunnel-agent@0.4.
│ │ ├── semver@4.3.
│ │ ├── shelljs@0.3.
│ │ ├─┬ tar@1.0.
│ │ │ ├── block-stream@0.0.
│ │ │ ├─┬ fstream@1.0.
│ │ │ │ ├── graceful-fs@4.1.
│ │ │ │ ├─┬ mkdirp@0.5.
│ │ │ │ │ └── minimist@0.0.
│ │ │ │ └─┬ rimraf@2.5.
│ │ │ │ └─┬ glob@7.1.
│ │ │ │ ├── fs.realpath@1.0.
│ │ │ │ ├─┬ inflight@1.0.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ ├─┬ minimatch@3.0.
│ │ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ │ ├── balanced-match@0.4.
│ │ │ │ │ └── concat-map@0.0.
│ │ │ │ ├─┬ once@1.4.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ └── path-is-absolute@1.0.
│ │ │ └── inherits@2.0.
│ │ ├── unorm@1.3.
│ │ ├── valid-identifier@0.0.
│ │ └─┬ xcode@0.8.
│ │ ├── node-uuid@1.3.
│ │ └── pegjs@0.6.
│ ├── crc@3.2.
│ ├─┬ finalhandler@0.2.
│ │ ├─┬ debug@2.0.
│ │ │ └── ms@0.6.
│ │ └── escape-html@1.0.
│ ├─┬ glob-watcher@2.0.
│ │ └─┬ gaze@0.5.
│ │ └─┬ globule@0.1.
│ │ ├─┬ glob@3.1.
│ │ │ ├── graceful-fs@1.2.
│ │ │ └── inherits@1.0.
│ │ ├── lodash@1.0.
│ │ └─┬ minimatch@0.2.
│ │ ├── lru-cache@2.7.
│ │ └── sigmund@1.0.
│ ├── proxy-middleware@0.7.
│ ├─┬ request-progress@0.3.
│ │ └── throttleit@0.0.
│ ├── semver@4.2.
│ ├─┬ tiny-lr-fork@0.0.
│ │ ├── debug@0.7.
│ │ ├── faye-websocket@0.4.
│ │ ├─┬ noptify@0.0.
│ │ │ └─┬ nopt@2.0.
│ │ │ └── abbrev@1.0.
│ │ └── qs@0.5.
│ ├─┬ winston@1.1.
│ │ ├── async@1.0.
│ │ ├── colors@1.0.
│ │ ├── cycle@1.0.
│ │ ├── eyes@0.1.
│ │ ├── isstream@0.1.
│ │ ├── pkginfo@0.3.
│ │ └── stack-trace@0.0.
│ └─┬ xml2js@0.4.
│ ├── sax@1.2.
│ └─┬ xmlbuilder@4.2.
│ └── lodash@4.16.
├── moment@2.11.
├── open@0.0.
├─┬ optimist@0.6.
│ ├── minimist@0.0.
│ └── wordwrap@0.0.
├── pretty-hrtime@1.0.
├── progress@1.1.
├─┬ prompt@0.2.
│ ├── pkginfo@0.4.
│ ├─┬ read@1.0.
│ │ └── mute-stream@0.0.
│ ├── revalidator@0.1.
│ ├─┬ utile@0.2.
│ │ ├── async@0.2.
│ │ ├── deep-equal@1.0.
│ │ ├── i@0.3.
│ │ ├─┬ mkdirp@0.5.
│ │ │ └── minimist@0.0.
│ │ ├── ncp@0.4.
│ │ └─┬ rimraf@2.5.
│ │ └─┬ glob@7.1.
│ │ ├── fs.realpath@1.0.
│ │ ├─┬ inflight@1.0.
│ │ │ └── wrappy@1.0.
│ │ ├── inherits@2.0.
│ │ ├─┬ minimatch@3.0.
│ │ │ └─┬ brace-expansion@1.1.
│ │ │ ├── balanced-match@0.4.
│ │ │ └── concat-map@0.0.
│ │ ├─┬ once@1.4.
│ │ │ └── wrappy@1.0.
│ │ └── path-is-absolute@1.0.
│ └─┬ winston@0.6.
│ ├── async@0.1.
│ ├── cycle@1.0.
│ ├── eyes@0.1.
│ ├── pkginfo@0.2.
│ ├── request@2.9.
│ └── stack-trace@0.0.
├── q@1.0.
├─┬ request@2.51.
│ ├── aws-sign2@0.5.
│ ├─┬ bl@0.9.
│ │ └─┬ readable-stream@1.0.
│ │ ├── core-util-is@1.0.
│ │ ├── inherits@2.0.
│ │ ├── isarray@0.0.
│ │ └── string_decoder@0.10.
│ ├── caseless@0.8.
│ ├─┬ combined-stream@0.0.
│ │ └── delayed-stream@0.0.
│ ├── forever-agent@0.5.
│ ├─┬ form-data@0.2.
│ │ ├── async@0.9.
│ │ └─┬ mime-types@2.0.
│ │ └── mime-db@1.12.
│ ├─┬ hawk@1.1.
│ │ ├── boom@0.4.
│ │ ├── cryptiles@0.2.
│ │ ├── hoek@0.9.
│ │ └── sntp@0.2.
│ ├─┬ http-signature@0.10.
│ │ ├── asn1@0.1.
│ │ ├── assert-plus@0.1.
│ │ └── ctype@0.5.
│ ├── json-stringify-safe@5.0.
│ ├── mime-types@1.0.
│ ├── node-uuid@1.4.
│ ├── oauth-sign@0.5.
│ ├── qs@2.3.
│ ├── stringstream@0.0.
│ ├── tough-cookie@2.3.
│ └── tunnel-agent@0.4.
├── semver@4.3.
├─┬ serve-static@1.7.
│ ├── escape-html@1.0.
│ ├── parseurl@1.3.
│ ├─┬ send@0.10.
│ │ ├─┬ debug@2.1.
│ │ │ └── ms@0.7.
│ │ ├── depd@1.0.
│ │ ├── destroy@1.0.
│ │ ├─┬ etag@1.5.
│ │ │ └── crc@3.2.
│ │ ├── fresh@0.2.
│ │ ├── mime@1.2.
│ │ ├── ms@0.6.
│ │ ├─┬ on-finished@2.1.
│ │ │ └── ee-first@1.1.
│ │ └── range-parser@1.0.
│ └── utils-merge@1.0.
├── shelljs@0.2.
├── underscore@1.7.
└─┬ unzip@0.1.
├─┬ binary@0.3.
│ ├── buffers@0.1.
│ └─┬ chainsaw@0.1.
│ └── traverse@0.3.
├─┬ fstream@0.1.
│ ├─┬ graceful-fs@3.0.
│ │ └── natives@1.1.
│ ├── inherits@2.0.
│ ├─┬ mkdirp@0.5.
│ │ └── minimist@0.0.
│ └─┬ rimraf@2.5.
│ └─┬ glob@7.1.
│ ├── fs.realpath@1.0.
│ ├─┬ inflight@1.0.
│ │ └── wrappy@1.0.
│ ├─┬ minimatch@3.0.
│ │ └─┬ brace-expansion@1.1.
│ │ ├── balanced-match@0.4.
│ │ └── concat-map@0.0.
│ ├─┬ once@1.4.
│ │ └── wrappy@1.0.
│ └── path-is-absolute@1.0.
├─┬ match-stream@0.0.
│ └── buffers@0.1.
├─┬ pullstream@0.4.
│ ├── over@0.0.
│ └── slice-stream@1.0.
├─┬ readable-stream@1.0.
│ ├── core-util-is@1.0.
│ ├── inherits@2.0.
│ ├── isarray@0.0.
│ └── string_decoder@0.10.
└── setimmediate@1.0. npm ERR! Darwin 16.0.
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "cordova" "ionic"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! path /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -
npm ERR! syscall access npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR! at Error (native)
npm ERR! { Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR! at Error (native)
npm ERR! errno: -,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/usr/local/lib/node_modules' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator. npm ERR! Please include the following file with any support request:
npm ERR! /Users/libotao/npm-debug.log
libotaodeMacBook-Pro:~ libotao$ who am i
libotao ttys000 Oct :
libotaodeMacBook-Pro:~ libotao$ sudo chown -R $USER /usr/local
Password:
libotaodeMacBook-Pro:~ libotao$ npm install -g cordova ionic
npm WARN deprecated minimatch@2.0.: Please update to minimatch 3.0. or higher to avoid a RegExp DoS issue
/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.3.
│ ├─┬ cordova-common@1.4.
│ │ ├── ansi@0.3.
│ │ ├─┬ bplist-parser@0.1.
│ │ │ └── big-integer@1.6.
│ │ ├── cordova-registry-mapper@1.1.
│ │ ├─┬ elementtree@0.1.
│ │ │ └── sax@0.3.
│ │ ├─┬ glob@5.0.
│ │ │ ├─┬ inflight@1.0.
│ │ │ │ └── wrappy@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── once@1.4.
│ │ │ └── path-is-absolute@1.0.
│ │ ├─┬ minimatch@3.0.
│ │ │ └─┬ brace-expansion@1.1.
│ │ │ ├── balanced-match@0.4.
│ │ │ └── concat-map@0.0.
│ │ ├─┬ osenv@0.1.
│ │ │ ├── os-homedir@1.0.
│ │ │ └── os-tmpdir@1.0.
│ │ ├─┬ plist@1.2.
│ │ │ ├── base64-js@0.0.
│ │ │ ├── util-deprecate@1.0.
│ │ │ ├── xmlbuilder@4.0.
│ │ │ └── xmldom@0.1.
│ │ ├── q@1.4.
│ │ ├── semver@5.3.
│ │ ├── shelljs@0.5.
│ │ ├── underscore@1.8.
│ │ └── unorm@1.4.
│ ├─┬ cordova-lib@6.3.
│ │ ├─┬ aliasify@1.9.
│ │ │ └─┬ browserify-transform-tools@1.5.
│ │ │ └─┬ falafel@1.2.
│ │ │ ├── acorn@1.2.
│ │ │ ├── foreach@2.0.
│ │ │ └── object-keys@1.0.
│ │ ├── cordova-app-hello-world@3.10.
│ │ ├─┬ cordova-fetch@1.0.
│ │ │ ├─┬ dependency-ls@1.0.
│ │ │ │ └── q@1.4.
│ │ │ ├── is-url@1.2.
│ │ │ ├── q@1.4.
│ │ │ └─┬ shelljs@0.7.
│ │ │ ├─┬ glob@7.1.
│ │ │ │ └── fs.realpath@1.0.
│ │ │ ├── interpret@1.0.
│ │ │ └── rechoir@0.6.
│ │ ├─┬ cordova-js@4.1.
│ │ │ └─┬ browserify@10.1.
│ │ │ ├── assert@1.3.
│ │ │ ├─┬ browser-pack@4.0.
│ │ │ │ ├─┬ combine-source-map@0.3.
│ │ │ │ │ ├── convert-source-map@0.3.
│ │ │ │ │ ├─┬ inline-source-map@0.3.
│ │ │ │ │ │ └── source-map@0.3.
│ │ │ │ │ └─┬ source-map@0.1.
│ │ │ │ │ └── amdefine@1.0.
│ │ │ │ ├─┬ through2@0.5.
│ │ │ │ │ ├── readable-stream@1.0.
│ │ │ │ │ └── xtend@3.0.
│ │ │ │ └── umd@3.0.
│ │ │ ├── browser-resolve@1.11.
│ │ │ ├─┬ browserify-zlib@0.1.
│ │ │ │ └── pako@0.2.
│ │ │ ├─┬ buffer@3.6.
│ │ │ │ ├── ieee754@1.1.
│ │ │ │ └── isarray@1.0.
│ │ │ ├── builtins@0.0.
│ │ │ ├── commondir@0.0.
│ │ │ ├─┬ concat-stream@1.4.
│ │ │ │ └── typedarray@0.0.
│ │ │ ├─┬ console-browserify@1.1.
│ │ │ │ └── date-now@0.1.
│ │ │ ├── constants-browserify@0.0.
│ │ │ ├─┬ crypto-browserify@3.11.
│ │ │ │ ├─┬ browserify-cipher@1.0.
│ │ │ │ │ ├─┬ browserify-aes@1.0.
│ │ │ │ │ │ └── buffer-xor@1.0.
│ │ │ │ │ ├─┬ browserify-des@1.0.
│ │ │ │ │ │ └─┬ des.js@1.0.
│ │ │ │ │ │ └── minimalistic-assert@1.0.
│ │ │ │ │ └── evp_bytestokey@1.0.
│ │ │ │ ├─┬ browserify-sign@4.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ ├── browserify-rsa@4.0.
│ │ │ │ │ ├─┬ elliptic@6.3.
│ │ │ │ │ │ ├── brorand@1.0.
│ │ │ │ │ │ └── hash.js@1.0.
│ │ │ │ │ └─┬ parse-asn1@5.0.
│ │ │ │ │ └── asn1.js@4.8.
│ │ │ │ ├── create-ecdh@4.0.
│ │ │ │ ├─┬ create-hash@1.1.
│ │ │ │ │ ├── cipher-base@1.0.
│ │ │ │ │ └── ripemd160@1.0.
│ │ │ │ ├── create-hmac@1.1.
│ │ │ │ ├─┬ diffie-hellman@5.0.
│ │ │ │ │ └── miller-rabin@4.0.
│ │ │ │ ├── pbkdf2@3.0.
│ │ │ │ ├── public-encrypt@4.0.
│ │ │ │ └── randombytes@2.0.
│ │ │ ├── deep-equal@1.0.
│ │ │ ├── defined@1.0.
│ │ │ ├── deps-sort@1.3.
│ │ │ ├── domain-browser@1.1.
│ │ │ ├── duplexer2@0.0.
│ │ │ ├── events@1.0.
│ │ │ ├─┬ glob@4.5.
│ │ │ │ └── minimatch@2.0.
│ │ │ ├─┬ has@1.0.
│ │ │ │ └── function-bind@1.1.
│ │ │ ├── htmlescape@1.1.
│ │ │ ├─┬ http-browserify@1.7.
│ │ │ │ └── Base64@0.2.
│ │ │ ├── https-browserify@0.0.
│ │ │ ├─┬ insert-module-globals@6.6.
│ │ │ │ ├─┬ combine-source-map@0.6.
│ │ │ │ │ ├── convert-source-map@1.1.
│ │ │ │ │ ├── inline-source-map@0.5.
│ │ │ │ │ ├── lodash.memoize@3.0.
│ │ │ │ │ └── source-map@0.4.
│ │ │ │ ├── is-buffer@1.1.
│ │ │ │ └─┬ lexical-scope@1.2.
│ │ │ │ └── astw@2.0.
│ │ │ ├── isarray@0.0.
│ │ │ ├─┬ JSONStream@1.2.
│ │ │ │ └── jsonparse@1.2.
│ │ │ ├─┬ labeled-stream-splicer@1.0.
│ │ │ │ └── stream-splicer@1.3.
│ │ │ ├─┬ module-deps@3.9.
│ │ │ │ ├── detective@4.3.
│ │ │ │ └─┬ stream-combiner2@1.0.
│ │ │ │ └─┬ through2@0.5.
│ │ │ │ ├── readable-stream@1.0.
│ │ │ │ └── xtend@3.0.
│ │ │ ├── os-browserify@0.1.
│ │ │ ├─┬ parents@1.0.
│ │ │ │ └── path-platform@0.11.
│ │ │ ├── path-browserify@0.0.
│ │ │ ├── process@0.11.
│ │ │ ├── punycode@1.4.
│ │ │ ├── querystring-es3@0.2.
│ │ │ ├─┬ read-only-stream@1.1.
│ │ │ │ └── readable-wrap@1.0.
│ │ │ ├─┬ readable-stream@1.1.
│ │ │ │ └── core-util-is@1.0.
│ │ │ ├── resolve@1.1.
│ │ │ ├── shallow-copy@0.0.
│ │ │ ├─┬ shasum@1.0.
│ │ │ │ ├─┬ json-stable-stringify@0.0.
│ │ │ │ │ └── jsonify@0.0.
│ │ │ │ └── sha.js@2.4.
│ │ │ ├── shell-quote@0.0.
│ │ │ ├── stream-browserify@1.0.
│ │ │ ├── string_decoder@0.10.
│ │ │ ├── subarg@1.0.
│ │ │ ├─┬ syntax-error@1.1.
│ │ │ │ └── acorn@2.7.
│ │ │ ├── through2@1.1.
│ │ │ ├── timers-browserify@1.4.
│ │ │ ├── tty-browserify@0.0.
│ │ │ ├─┬ url@0.10.
│ │ │ │ ├── punycode@1.3.
│ │ │ │ └── querystring@0.2.
│ │ │ ├─┬ util@0.10.
│ │ │ │ └── inherits@2.0.
│ │ │ ├─┬ vm-browserify@0.0.
│ │ │ │ └── indexof@0.0.
│ │ │ └── xtend@4.0.
│ │ ├─┬ cordova-serve@1.0.
│ │ │ ├─┬ compression@1.6.
│ │ │ │ ├─┬ accepts@1.3.
│ │ │ │ │ └── negotiator@0.6.
│ │ │ │ ├── bytes@2.3.
│ │ │ │ ├── compressible@2.0.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ ├── on-headers@1.0.
│ │ │ │ └── vary@1.1.
│ │ │ ├─┬ express@4.14.
│ │ │ │ ├── array-flatten@1.1.
│ │ │ │ ├── content-disposition@0.5.
│ │ │ │ ├── content-type@1.0.
│ │ │ │ ├── cookie@0.3.
│ │ │ │ ├── cookie-signature@1.0.
│ │ │ │ ├── depd@1.1.
│ │ │ │ ├── encodeurl@1.0.
│ │ │ │ ├── escape-html@1.0.
│ │ │ │ ├── etag@1.7.
│ │ │ │ ├─┬ finalhandler@0.5.
│ │ │ │ │ ├── statuses@1.3.
│ │ │ │ │ └── unpipe@1.0.
│ │ │ │ ├── fresh@0.3.
│ │ │ │ ├── merge-descriptors@1.0.
│ │ │ │ ├── methods@1.1.
│ │ │ │ ├─┬ on-finished@2.3.
│ │ │ │ │ └── ee-first@1.1.
│ │ │ │ ├── parseurl@1.3.
│ │ │ │ ├── path-to-regexp@0.1.
│ │ │ │ ├─┬ proxy-addr@1.1.
│ │ │ │ │ ├── forwarded@0.1.
│ │ │ │ │ └── ipaddr.js@1.1.
│ │ │ │ ├── range-parser@1.2.
│ │ │ │ ├─┬ send@0.14.
│ │ │ │ │ ├── destroy@1.0.
│ │ │ │ │ ├─┬ http-errors@1.5.
│ │ │ │ │ │ ├── inherits@2.0.
│ │ │ │ │ │ └── setprototypeof@1.0.
│ │ │ │ │ └── mime@1.3.
│ │ │ │ ├── serve-static@1.11.
│ │ │ │ ├─┬ type-is@1.6.
│ │ │ │ │ └── media-typer@0.3.
│ │ │ │ └── utils-merge@1.0.
│ │ │ └── q@1.4.
│ │ ├─┬ dep-graph@1.1.
│ │ │ └── underscore@1.2.
│ │ ├─┬ init-package-json@1.9.
│ │ │ ├── glob@6.0.
│ │ │ ├─┬ npm-package-arg@4.2.
│ │ │ │ └── hosted-git-info@2.1.
│ │ │ ├── promzard@0.3.
│ │ │ ├─┬ read@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├─┬ read-package-json@2.0.
│ │ │ │ ├── glob@6.0.
│ │ │ │ ├─┬ json-parse-helpfulerror@1.0.
│ │ │ │ │ └── jju@1.3.
│ │ │ │ └─┬ normalize-package-data@2.3.
│ │ │ │ └─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ ├─┬ validate-npm-package-license@3.0.
│ │ │ │ ├─┬ spdx-correct@1.0.
│ │ │ │ │ └── spdx-license-ids@1.2.
│ │ │ │ └── spdx-expression-parse@1.0.
│ │ │ └── validate-npm-package-name@2.2.
│ │ ├── nopt@3.0.
│ │ ├─┬ npm@2.15.
│ │ │ ├── abbrev@1.0.
│ │ │ ├── ansi@0.3.
│ │ │ ├── ansi-regex@2.0.
│ │ │ ├── ansicolors@0.3.
│ │ │ ├── ansistyles@0.1.
│ │ │ ├── archy@1.0.
│ │ │ ├── async-some@1.0.
│ │ │ ├── block-stream@0.0.
│ │ │ ├── char-spinner@1.0.
│ │ │ ├── chmodr@1.0.
│ │ │ ├── chownr@1.0.
│ │ │ ├── cmd-shim@2.0.
│ │ │ ├─┬ columnify@1.5.
│ │ │ │ └─┬ wcwidth@1.0.
│ │ │ │ └─┬ defaults@1.0.
│ │ │ │ └── clone@1.0.
│ │ │ ├─┬ config-chain@1.1.
│ │ │ │ └── proto-list@1.2.
│ │ │ ├─┬ dezalgo@1.0.
│ │ │ │ └── asap@2.0.
│ │ │ ├── editor@1.0.
│ │ │ ├── fs-vacuum@1.2.
│ │ │ ├─┬ fs-write-stream-atomic@1.0.
│ │ │ │ └── iferr@0.1.
│ │ │ ├── fstream@1.0.
│ │ │ ├─┬ fstream-npm@1.1.
│ │ │ │ └── fstream-ignore@1.0.
│ │ │ ├── github-url-from-git@1.4.
│ │ │ ├── github-url-from-username-repo@1.0.
│ │ │ ├─┬ glob@7.0.
│ │ │ │ ├── fs.realpath@1.0.
│ │ │ │ └── path-is-absolute@1.0.
│ │ │ ├── graceful-fs@4.1.
│ │ │ ├── hosted-git-info@2.1.
│ │ │ ├── imurmurhash@0.1.
│ │ │ ├── inflight@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── ini@1.3.
│ │ │ ├─┬ init-package-json@1.9.
│ │ │ │ ├─┬ glob@6.0.
│ │ │ │ │ └── path-is-absolute@1.0.
│ │ │ │ └── promzard@0.3.
│ │ │ ├── lockfile@1.0.
│ │ │ ├─┬ lru-cache@4.0.
│ │ │ │ ├── pseudomap@1.0.
│ │ │ │ └── yallist@2.0.
│ │ │ ├─┬ minimatch@3.0.
│ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ ├── balanced-match@0.4.
│ │ │ │ └── concat-map@0.0.
│ │ │ ├─┬ mkdirp@0.5.
│ │ │ │ └── minimist@0.0.
│ │ │ ├─┬ node-gyp@3.4.
│ │ │ │ └─┬ path-array@1.0.
│ │ │ │ └─┬ array-index@1.0.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ └─┬ es6-symbol@3.1.
│ │ │ │ ├── d@0.1.
│ │ │ │ └─┬ es5-ext@0.10.
│ │ │ │ └── es6-iterator@2.0.
│ │ │ ├── nopt@3.0.
│ │ │ ├── normalize-git-url@3.0.
│ │ │ ├─┬ normalize-package-data@2.3.
│ │ │ │ └─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ ├── npm-cache-filename@1.0.
│ │ │ ├── npm-install-checks@1.0.
│ │ │ ├── npm-package-arg@4.1.
│ │ │ ├─┬ npm-registry-client@7.2.
│ │ │ │ ├─┬ concat-stream@1.5.
│ │ │ │ │ ├─┬ readable-stream@2.0.
│ │ │ │ │ │ ├── core-util-is@1.0.
│ │ │ │ │ │ ├── isarray@1.0.
│ │ │ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ │ │ ├── string_decoder@0.10.
│ │ │ │ │ │ └── util-deprecate@1.0.
│ │ │ │ │ └── typedarray@0.0.
│ │ │ │ └── retry@0.10.
│ │ │ ├── npm-user-validate@0.1.
│ │ │ ├─┬ npmlog@2.0.
│ │ │ │ ├─┬ are-we-there-yet@1.1.
│ │ │ │ │ └── delegates@1.0.
│ │ │ │ └─┬ gauge@1.2.
│ │ │ │ ├── has-unicode@2.0.
│ │ │ │ ├─┬ lodash.pad@4.4.
│ │ │ │ │ ├── lodash._baseslice@4.0.
│ │ │ │ │ ├── lodash._basetostring@4.12.
│ │ │ │ │ └── lodash.tostring@4.1.
│ │ │ │ ├── lodash.padend@4.5.
│ │ │ │ └── lodash.padstart@4.5.
│ │ │ ├── once@1.4.
│ │ │ ├── opener@1.4.
│ │ │ ├─┬ osenv@0.1.
│ │ │ │ ├── os-homedir@1.0.
│ │ │ │ └── os-tmpdir@1.0.
│ │ │ ├── path-is-inside@1.0.
│ │ │ ├─┬ read@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├─┬ read-installed@4.0.
│ │ │ │ ├── debuglog@1.0.
│ │ │ │ ├── readdir-scoped-modules@1.0.
│ │ │ │ └── util-extend@1.0.
│ │ │ ├─┬ read-package-json@2.0.
│ │ │ │ ├─┬ glob@6.0.
│ │ │ │ │ └── path-is-absolute@1.0.
│ │ │ │ └─┬ json-parse-helpfulerror@1.0.
│ │ │ │ └── jju@1.3.
│ │ │ ├─┬ readable-stream@2.1.
│ │ │ │ ├── buffer-shims@1.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── isarray@1.0.
│ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ ├── string_decoder@0.10.
│ │ │ │ └── util-deprecate@1.0.
│ │ │ ├── realize-package-specifier@3.0.
│ │ │ ├─┬ request@2.74.
│ │ │ │ ├── aws-sign2@0.6.
│ │ │ │ ├── aws4@1.4.
│ │ │ │ ├─┬ bl@1.1.
│ │ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ │ ├── core-util-is@1.0.
│ │ │ │ │ ├── isarray@1.0.
│ │ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ │ ├── string_decoder@0.10.
│ │ │ │ │ └── util-deprecate@1.0.
│ │ │ │ ├── caseless@0.11.
│ │ │ │ ├─┬ combined-stream@1.0.
│ │ │ │ │ └── delayed-stream@1.0.
│ │ │ │ ├── extend@3.0.
│ │ │ │ ├── forever-agent@0.6.
│ │ │ │ ├─┬ form-data@1.0.-rc4
│ │ │ │ │ └── async@1.5.
│ │ │ │ ├─┬ har-validator@2.0.
│ │ │ │ │ ├─┬ chalk@1.1.
│ │ │ │ │ │ ├── ansi-styles@2.2.
│ │ │ │ │ │ ├── escape-string-regexp@1.0.
│ │ │ │ │ │ ├── has-ansi@2.0.
│ │ │ │ │ │ └── supports-color@2.0.
│ │ │ │ │ ├─┬ commander@2.9.
│ │ │ │ │ │ └── graceful-readlink@1.0.
│ │ │ │ │ ├─┬ is-my-json-valid@2.13.
│ │ │ │ │ │ ├── generate-function@2.0.
│ │ │ │ │ │ ├─┬ generate-object-property@1.2.
│ │ │ │ │ │ │ └── is-property@1.0.
│ │ │ │ │ │ ├── jsonpointer@2.0.
│ │ │ │ │ │ └── xtend@4.0.
│ │ │ │ │ └─┬ pinkie-promise@2.0.
│ │ │ │ │ └── pinkie@2.0.
│ │ │ │ ├─┬ hawk@3.1.
│ │ │ │ │ ├── boom@2.10.
│ │ │ │ │ ├── cryptiles@2.0.
│ │ │ │ │ ├── hoek@2.16.
│ │ │ │ │ └── sntp@1.0.
│ │ │ │ ├─┬ http-signature@1.1.
│ │ │ │ │ ├── assert-plus@0.2.
│ │ │ │ │ ├─┬ jsprim@1.3.
│ │ │ │ │ │ ├── extsprintf@1.0.
│ │ │ │ │ │ ├── json-schema@0.2.
│ │ │ │ │ │ └── verror@1.3.
│ │ │ │ │ └─┬ sshpk@1.9.
│ │ │ │ │ ├── asn1@0.2.
│ │ │ │ │ ├── assert-plus@1.0.
│ │ │ │ │ ├── dashdash@1.14.
│ │ │ │ │ ├── ecc-jsbn@0.1.
│ │ │ │ │ ├── getpass@0.1.
│ │ │ │ │ ├── jodid25519@1.0.
│ │ │ │ │ ├── jsbn@0.1.
│ │ │ │ │ └── tweetnacl@0.13.
│ │ │ │ ├── is-typedarray@1.0.
│ │ │ │ ├── isstream@0.1.
│ │ │ │ ├── json-stringify-safe@5.0.
│ │ │ │ ├─┬ mime-types@2.1.
│ │ │ │ │ └── mime-db@1.23.
│ │ │ │ ├── node-uuid@1.4.
│ │ │ │ ├── oauth-sign@0.8.
│ │ │ │ ├── qs@6.2.
│ │ │ │ ├── stringstream@0.0.
│ │ │ │ ├── tough-cookie@2.3.
│ │ │ │ └── tunnel-agent@0.4.
│ │ │ ├── retry@0.10.
│ │ │ ├── rimraf@2.5.
│ │ │ ├── semver@5.1.
│ │ │ ├─┬ sha@2.0.
│ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── isarray@0.0.
│ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ ├── string_decoder@0.10.
│ │ │ │ └── util-deprecate@1.0.
│ │ │ ├── slide@1.1.
│ │ │ ├── sorted-object@2.0.
│ │ │ ├── spdx-license-ids@1.2.
│ │ │ ├── strip-ansi@3.0.
│ │ │ ├── tar@2.2.
│ │ │ ├── text-table@0.2.
│ │ │ ├── uid-number@0.0.
│ │ │ ├── umask@1.1.
│ │ │ ├─┬ validate-npm-package-license@3.0.
│ │ │ │ ├── spdx-correct@1.0.
│ │ │ │ └─┬ spdx-expression-parse@1.0.
│ │ │ │ └── spdx-exceptions@1.0.
│ │ │ ├─┬ validate-npm-package-name@2.2.
│ │ │ │ └── builtins@0.0.
│ │ │ ├─┬ which@1.2.
│ │ │ │ └── isexe@1.1.
│ │ │ ├── wrappy@1.0.
│ │ │ └── write-file-atomic@1.1.
│ │ ├── opener@1.4.
│ │ ├── properties-parser@0.2.
│ │ ├─┬ request@2.47.
│ │ │ ├── aws-sign2@0.5.
│ │ │ ├─┬ bl@0.9.
│ │ │ │ └── readable-stream@1.0.
│ │ │ ├── caseless@0.6.
│ │ │ ├─┬ combined-stream@0.0.
│ │ │ │ └── delayed-stream@0.0.
│ │ │ ├── forever-agent@0.5.
│ │ │ ├─┬ form-data@0.1.
│ │ │ │ ├── async@0.9.
│ │ │ │ └── mime@1.2.
│ │ │ ├─┬ hawk@1.1.
│ │ │ │ ├── boom@0.4.
│ │ │ │ ├── cryptiles@0.2.
│ │ │ │ ├── hoek@0.9.
│ │ │ │ └── sntp@0.2.
│ │ │ ├─┬ http-signature@0.10.
│ │ │ │ ├── asn1@0.1.
│ │ │ │ ├── assert-plus@0.1.
│ │ │ │ └── ctype@0.5.
│ │ │ ├── json-stringify-safe@5.0.
│ │ │ ├── mime-types@1.0.
│ │ │ ├── oauth-sign@0.4.
│ │ │ ├── qs@2.3.
│ │ │ ├── stringstream@0.0.
│ │ │ └── tunnel-agent@0.4.
│ │ ├── semver@4.3.
│ │ ├── shelljs@0.3.
│ │ ├─┬ tar@1.0.
│ │ │ ├── block-stream@0.0.
│ │ │ └─┬ fstream@1.0.
│ │ │ └─┬ rimraf@2.5.
│ │ │ └── glob@7.1.
│ │ ├── unorm@1.3.
│ │ ├── valid-identifier@0.0.
│ │ └─┬ xcode@0.8.
│ │ ├── pegjs@0.9.
│ │ └─┬ simple-plist@0.1.
│ │ ├─┬ bplist-creator@0.0.
│ │ │ └── stream-buffers@0.2.
│ │ └── bplist-parser@0.0.
│ ├─┬ insight@0.8.
│ │ ├── async@1.5.
│ │ ├─┬ chalk@1.1.
│ │ │ ├── ansi-styles@2.2.
│ │ │ ├── escape-string-regexp@1.0.
│ │ │ ├── has-ansi@2.0.
│ │ │ ├── strip-ansi@3.0.
│ │ │ └── supports-color@2.0.
│ │ ├─┬ configstore@1.4.
│ │ │ ├── graceful-fs@4.1.
│ │ │ ├─┬ mkdirp@0.5.
│ │ │ │ └── minimist@0.0.
│ │ │ ├── uuid@2.0.
│ │ │ ├─┬ write-file-atomic@1.2.
│ │ │ │ ├── imurmurhash@0.1.
│ │ │ │ └── slide@1.1.
│ │ │ └── xdg-basedir@2.0.
│ │ ├─┬ inquirer@0.10.
│ │ │ ├── ansi-escapes@1.4.
│ │ │ ├── ansi-regex@2.0.
│ │ │ ├─┬ cli-cursor@1.0.
│ │ │ │ └─┬ restore-cursor@1.0.
│ │ │ │ ├── exit-hook@1.1.
│ │ │ │ └── onetime@1.1.
│ │ │ ├── cli-width@1.1.
│ │ │ ├── figures@1.7.
│ │ │ ├── lodash@3.10.
│ │ │ ├─┬ readline2@1.0.
│ │ │ │ ├── code-point-at@1.0.
│ │ │ │ ├── is-fullwidth-code-point@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├── run-async@0.1.
│ │ │ ├── rx-lite@3.1.
│ │ │ └── through@2.3.
│ │ ├─┬ lodash.debounce@3.1.
│ │ │ └── lodash._getnative@3.9.
│ │ ├── node-uuid@1.4.
│ │ ├── object-assign@4.1.
│ │ ├─┬ os-name@1.0.
│ │ │ ├─┬ osx-release@1.1.
│ │ │ │ └── minimist@1.2.
│ │ │ └── win-release@1.1.
│ │ ├─┬ request@2.75.
│ │ │ ├── aws-sign2@0.6.
│ │ │ ├── aws4@1.5.
│ │ │ ├─┬ bl@1.1.
│ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ ├── isarray@1.0.
│ │ │ │ └── process-nextick-args@1.0.
│ │ │ ├── caseless@0.11.
│ │ │ ├─┬ combined-stream@1.0.
│ │ │ │ └── delayed-stream@1.0.
│ │ │ ├── extend@3.0.
│ │ │ ├── forever-agent@0.6.
│ │ │ ├─┬ form-data@2.0.
│ │ │ │ └── asynckit@0.4.
│ │ │ ├─┬ har-validator@2.0.
│ │ │ │ ├─┬ commander@2.9.
│ │ │ │ │ └── graceful-readlink@1.0.
│ │ │ │ ├─┬ is-my-json-valid@2.15.
│ │ │ │ │ ├── generate-function@2.0.
│ │ │ │ │ ├─┬ generate-object-property@1.2.
│ │ │ │ │ │ └── is-property@1.0.
│ │ │ │ │ └── jsonpointer@4.0.
│ │ │ │ └─┬ pinkie-promise@2.0.
│ │ │ │ └── pinkie@2.0.
│ │ │ ├─┬ hawk@3.1.
│ │ │ │ ├── boom@2.10.
│ │ │ │ ├── cryptiles@2.0.
│ │ │ │ ├── hoek@2.16.
│ │ │ │ └── sntp@1.0.
│ │ │ ├─┬ http-signature@1.1.
│ │ │ │ ├── assert-plus@0.2.
│ │ │ │ ├─┬ jsprim@1.3.
│ │ │ │ │ ├── extsprintf@1.0.
│ │ │ │ │ ├── json-schema@0.2.
│ │ │ │ │ └── verror@1.3.
│ │ │ │ └─┬ sshpk@1.10.
│ │ │ │ ├── asn1@0.2.
│ │ │ │ ├── assert-plus@1.0.
│ │ │ │ ├── bcrypt-pbkdf@1.0.
│ │ │ │ ├─┬ dashdash@1.14.
│ │ │ │ │ └── assert-plus@1.0.
│ │ │ │ ├── ecc-jsbn@0.1.
│ │ │ │ ├─┬ getpass@0.1.
│ │ │ │ │ └── assert-plus@1.0.
│ │ │ │ ├── jodid25519@1.0.
│ │ │ │ ├── jsbn@0.1.
│ │ │ │ └── tweetnacl@0.14.
│ │ │ ├── is-typedarray@1.0.
│ │ │ ├── isstream@0.1.
│ │ │ ├─┬ mime-types@2.1.
│ │ │ │ └── mime-db@1.24.
│ │ │ ├── oauth-sign@0.8.
│ │ │ └── qs@6.2.
│ │ └── tough-cookie@2.3.
│ ├─┬ nopt@3.0.
│ │ └── abbrev@1.0.
│ ├── q@1.0.
│ ├── underscore@1.7.
│ └─┬ update-notifier@0.5.
│ ├── is-npm@1.0.
│ ├─┬ latest-version@1.0.
│ │ └─┬ package-json@1.2.
│ │ ├─┬ got@3.3.
│ │ │ ├─┬ duplexify@3.4.
│ │ │ │ ├─┬ end-of-stream@1.0.
│ │ │ │ │ └── once@1.3.
│ │ │ │ ├─┬ readable-stream@2.1.
│ │ │ │ │ ├── buffer-shims@1.0.
│ │ │ │ │ └── isarray@1.0.
│ │ │ │ └── stream-shift@1.0.
│ │ │ ├── infinity-agent@2.0.
│ │ │ ├── is-redirect@1.0.
│ │ │ ├── is-stream@1.1.
│ │ │ ├── lowercase-keys@1.0.
│ │ │ ├── nested-error-stacks@1.0.
│ │ │ ├── object-assign@3.0.
│ │ │ ├── prepend-http@1.0.
│ │ │ ├─┬ read-all-stream@3.1.
│ │ │ │ └─┬ readable-stream@2.1.
│ │ │ │ └── isarray@1.0.
│ │ │ └── timed-out@2.0.
│ │ └─┬ registry-url@3.1.
│ │ └─┬ rc@1.1.
│ │ ├── deep-extend@0.4.
│ │ ├── ini@1.3.
│ │ └── strip-json-comments@1.0.
│ ├─┬ repeating@1.1.
│ │ └─┬ is-finite@1.0.
│ │ └── number-is-nan@1.0.
│ ├── semver-diff@2.1.
│ └── string-length@1.0.
└─┬ ionic@2.1.
├── @ionic/app-generators@0.0.
├─┬ cli-table@0.3.
│ └── colors@1.0.
├── colors@0.6.
├─┬ cross-spawn-async@2.1.
│ ├─┬ lru-cache@4.0.
│ │ ├── pseudomap@1.0.
│ │ └── yallist@2.0.
│ └─┬ which@1.2.
│ └── isexe@1.1.
├─┬ expand-tilde@1.2.
│ └── user-home@1.1.
├─┬ form-data@0.1.
│ ├── async@0.9.
│ ├─┬ combined-stream@0.0.
│ │ └── delayed-stream@0.0.
│ └── mime@1.2.
├─┬ gulp@3.8.
│ ├── archy@0.0.
│ ├─┬ chalk@0.5.
│ │ ├── ansi-styles@1.1.
│ │ ├── escape-string-regexp@1.0.
│ │ ├─┬ has-ansi@0.1.
│ │ │ └── ansi-regex@0.2.
│ │ ├─┬ strip-ansi@0.3.
│ │ │ └── ansi-regex@0.2.
│ │ └── supports-color@0.2.
│ ├── deprecated@0.0.
│ ├── interpret@0.3.
│ ├─┬ liftoff@0.12.
│ │ ├── extend@1.3.
│ │ ├─┬ findup-sync@0.1.
│ │ │ ├─┬ glob@3.2.
│ │ │ │ ├── inherits@2.0.
│ │ │ │ └─┬ minimatch@0.3.
│ │ │ │ ├── lru-cache@2.7.
│ │ │ │ └── sigmund@1.0.
│ │ │ └── lodash@2.4.
│ │ ├── minimist@0.2.
│ │ └── resolve@0.7.
│ ├── minimist@1.2.
│ ├─┬ orchestrator@0.3.
│ │ ├─┬ end-of-stream@0.1.
│ │ │ └─┬ once@1.3.
│ │ │ └── wrappy@1.0.
│ │ ├── sequencify@0.0.
│ │ └── stream-consume@0.1.
│ ├── pretty-hrtime@0.2.
│ ├── semver@3.0.
│ ├─┬ tildify@1.2.
│ │ └── os-homedir@1.0.
│ └─┬ vinyl-fs@0.3.
│ ├─┬ defaults@1.0.
│ │ └── clone@1.0.
│ ├─┬ glob-stream@3.1.
│ │ ├─┬ glob@4.5.
│ │ │ ├─┬ inflight@1.0.
│ │ │ │ └── wrappy@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ └─┬ once@1.4.
│ │ │ └── wrappy@1.0.
│ │ ├─┬ glob2base@0.0.
│ │ │ └── find-index@0.1.
│ │ ├─┬ minimatch@2.0.
│ │ │ └─┬ brace-expansion@1.1.
│ │ │ ├── balanced-match@0.4.
│ │ │ └── concat-map@0.0.
│ │ ├── ordered-read-streams@0.1.
│ │ └── unique-stream@1.0.
│ ├─┬ glob-watcher@0.0.
│ │ └─┬ gaze@0.5.
│ │ └─┬ globule@0.1.
│ │ ├─┬ glob@3.1.
│ │ │ ├── graceful-fs@1.2.
│ │ │ └── inherits@1.0.
│ │ ├── lodash@1.0.
│ │ └─┬ minimatch@0.2.
│ │ ├── lru-cache@2.7.
│ │ └── sigmund@1.0.
│ ├─┬ graceful-fs@3.0.
│ │ └── natives@1.1.
│ ├─┬ mkdirp@0.5.
│ │ └── minimist@0.0.
│ ├─┬ strip-bom@1.0.
│ │ ├── first-chunk-stream@1.0.
│ │ └── is-utf8@0.2.
│ ├─┬ through2@0.6.
│ │ ├─┬ readable-stream@1.0.
│ │ │ ├── core-util-is@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── isarray@0.0.
│ │ │ └── string_decoder@0.10.
│ │ └── xtend@4.0.
│ └─┬ vinyl@0.4.
│ ├── clone@0.2.
│ └── clone-stats@0.0.
├─┬ gulp-util@3.0.
│ ├── array-differ@1.0.
│ ├── array-uniq@1.0.
│ ├── beeper@1.1.
│ ├─┬ chalk@1.1.
│ │ ├── ansi-styles@2.2.
│ │ ├── escape-string-regexp@1.0.
│ │ ├─┬ has-ansi@2.0.
│ │ │ └── ansi-regex@2.0.
│ │ ├─┬ strip-ansi@3.0.
│ │ │ └── ansi-regex@2.0.
│ │ └── supports-color@2.0.
│ ├─┬ dateformat@1.0.
│ │ ├── get-stdin@4.0.
│ │ └─┬ meow@3.7.
│ │ ├─┬ camelcase-keys@2.1.
│ │ │ └── camelcase@2.1.
│ │ ├── decamelize@1.2.
│ │ ├─┬ loud-rejection@1.6.
│ │ │ ├─┬ currently-unhandled@0.4.
│ │ │ │ └── array-find-index@1.0.
│ │ │ └── signal-exit@3.0.
│ │ ├── map-obj@1.0.
│ │ ├─┬ normalize-package-data@2.3.
│ │ │ ├── hosted-git-info@2.1.
│ │ │ ├─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ └─┬ validate-npm-package-license@3.0.
│ │ │ ├─┬ spdx-correct@1.0.
│ │ │ │ └── spdx-license-ids@1.2.
│ │ │ └── spdx-expression-parse@1.0.
│ │ ├── object-assign@4.1.
│ │ ├─┬ read-pkg-up@1.0.
│ │ │ ├─┬ find-up@1.1.
│ │ │ │ ├── path-exists@2.1.
│ │ │ │ └─┬ pinkie-promise@2.0.
│ │ │ │ └── pinkie@2.0.
│ │ │ └─┬ read-pkg@1.1.
│ │ │ ├─┬ load-json-file@1.1.
│ │ │ │ ├── graceful-fs@4.1.
│ │ │ │ ├─┬ parse-json@2.2.
│ │ │ │ │ └─┬ error-ex@1.3.
│ │ │ │ │ └── is-arrayish@0.2.
│ │ │ │ ├── pify@2.3.
│ │ │ │ ├─┬ pinkie-promise@2.0.
│ │ │ │ │ └── pinkie@2.0.
│ │ │ │ └─┬ strip-bom@2.0.
│ │ │ │ └── is-utf8@0.2.
│ │ │ └─┬ path-type@1.1.
│ │ │ ├── graceful-fs@4.1.
│ │ │ ├── pify@2.3.
│ │ │ └─┬ pinkie-promise@2.0.
│ │ │ └── pinkie@2.0.
│ │ ├─┬ redent@1.0.
│ │ │ ├─┬ indent-string@2.1.
│ │ │ │ └─┬ repeating@2.0.
│ │ │ │ └─┬ is-finite@1.0.
│ │ │ │ └── number-is-nan@1.0.
│ │ │ └── strip-indent@1.0.
│ │ └── trim-newlines@1.0.
│ ├─┬ fancy-log@1.2.
│ │ └── time-stamp@1.0.
│ ├─┬ gulplog@1.0.
│ │ └─┬ glogg@1.0.
│ │ └── sparkles@1.0.
│ ├─┬ has-gulplog@0.1.
│ │ └── sparkles@1.0.
│ ├── lodash._reescape@3.0.
│ ├── lodash._reevaluate@3.0.
│ ├── lodash._reinterpolate@3.0.
│ ├─┬ lodash.template@3.6.
│ │ ├── lodash._basecopy@3.0.
│ │ ├── lodash._basetostring@3.0.
│ │ ├── lodash._basevalues@3.0.
│ │ ├── lodash._isiterateecall@3.0.
│ │ ├─┬ lodash.escape@3.2.
│ │ │ └── lodash._root@3.0.
│ │ ├─┬ lodash.keys@3.1.
│ │ │ ├── lodash._getnative@3.9.
│ │ │ ├── lodash.isarguments@3.1.
│ │ │ └── lodash.isarray@3.0.
│ │ ├── lodash.restparam@3.6.
│ │ └── lodash.templatesettings@3.1.
│ ├── minimist@1.2.
│ ├─┬ multipipe@0.1.
│ │ └─┬ duplexer2@0.0.
│ │ └─┬ readable-stream@1.1.
│ │ ├── core-util-is@1.0.
│ │ ├── inherits@2.0.
│ │ ├── isarray@0.0.
│ │ └── string_decoder@0.10.
│ ├── object-assign@3.0.
│ ├── replace-ext@0.0.
│ ├─┬ through2@2.0.
│ │ ├─┬ readable-stream@2.0.
│ │ │ ├── core-util-is@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── isarray@1.0.
│ │ │ ├── process-nextick-args@1.0.
│ │ │ ├── string_decoder@0.10.
│ │ │ └── util-deprecate@1.0.
│ │ └── xtend@4.0.
│ └─┬ vinyl@0.5.
│ ├── clone@1.0.
│ └── clone-stats@0.0.
├─┬ inquirer@0.11.
│ ├── ansi-escapes@1.4.
│ ├── ansi-regex@2.0.
│ ├─┬ chalk@1.1.
│ │ ├── ansi-styles@2.2.
│ │ ├── escape-string-regexp@1.0.
│ │ ├── has-ansi@2.0.
│ │ └── supports-color@2.0.
│ ├─┬ cli-cursor@1.0.
│ │ └─┬ restore-cursor@1.0.
│ │ ├── exit-hook@1.1.
│ │ └── onetime@1.1.
│ ├── cli-width@1.1.
│ ├─┬ figures@1.7.
│ │ ├── escape-string-regexp@1.0.
│ │ └── object-assign@4.1.
│ ├── lodash@3.10.
│ ├─┬ readline2@1.0.
│ │ ├─┬ code-point-at@1.0.
│ │ │ └── number-is-nan@1.0.
│ │ ├─┬ is-fullwidth-code-point@1.0.
│ │ │ └── number-is-nan@1.0.
│ │ └── mute-stream@0.0.
│ ├─┬ run-async@0.1.
│ │ └─┬ once@1.4.
│ │ └── wrappy@1.0.
│ ├── rx-lite@3.1.
│ ├── strip-ansi@3.0.
│ └── through@2.3.
├─┬ ionic-app-lib@2.1.
│ ├── adm-zip@0.4.
│ ├─┬ archiver@0.5.
│ │ ├─┬ file-utils@0.1.
│ │ │ ├─┬ findup-sync@0.1.
│ │ │ │ └── lodash@2.4.
│ │ │ ├─┬ glob@3.2.
│ │ │ │ ├── inherits@2.0.
│ │ │ │ └─┬ minimatch@0.3.
│ │ │ │ ├── lru-cache@2.7.
│ │ │ │ └── sigmund@1.0.
│ │ │ ├── iconv-lite@0.2.
│ │ │ ├── isbinaryfile@0.1.
│ │ │ ├── lodash@2.1.
│ │ │ ├─┬ minimatch@0.2.
│ │ │ │ ├── lru-cache@2.7.
│ │ │ │ └── sigmund@1.0.
│ │ │ └── rimraf@2.2.
│ │ ├── lazystream@0.1.
│ │ ├── lodash@2.4.
│ │ ├─┬ readable-stream@1.0.
│ │ │ ├── core-util-is@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── isarray@0.0.
│ │ │ └── string_decoder@0.10.
│ │ └─┬ zip-stream@0.1.
│ │ └─┬ lodash.defaults@2.4.
│ │ ├── lodash._objecttypes@2.4.
│ │ └─┬ lodash.keys@2.4.
│ │ ├── lodash._isnative@2.4.
│ │ ├── lodash._shimkeys@2.4.
│ │ └── lodash.isobject@2.4.
│ ├─┬ cheerio@0.19.
│ │ ├─┬ css-select@1.0.
│ │ │ ├── boolbase@1.0.
│ │ │ ├── css-what@1.0.
│ │ │ ├─┬ domutils@1.4.
│ │ │ │ └── domelementtype@1.3.
│ │ │ └── nth-check@1.0.
│ │ ├─┬ dom-serializer@0.1.
│ │ │ └── domelementtype@1.1.
│ │ ├── entities@1.1.
│ │ ├─┬ htmlparser2@3.8.
│ │ │ ├── domelementtype@1.3.
│ │ │ ├── domhandler@2.3.
│ │ │ ├── domutils@1.5.
│ │ │ ├── entities@1.0.
│ │ │ └─┬ readable-stream@1.1.
│ │ │ ├── core-util-is@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── isarray@0.0.
│ │ │ └── string_decoder@0.10.
│ │ └── lodash@3.10.
│ ├─┬ connect@3.1.
│ │ ├─┬ debug@1.0.
│ │ │ └── ms@0.6.
│ │ ├─┬ finalhandler@0.1.
│ │ │ └── escape-html@1.0.
│ │ ├── parseurl@1.3.
│ │ └── utils-merge@1.0.
│ ├── connect-livereload@0.5.
│ ├─┬ cordova-lib@6.1.
│ │ ├─┬ aliasify@1.9.
│ │ │ └─┬ browserify-transform-tools@1.5.
│ │ │ ├─┬ falafel@1.2.
│ │ │ │ ├── acorn@1.2.
│ │ │ │ ├── foreach@2.0.
│ │ │ │ ├── isarray@0.0.
│ │ │ │ └── object-keys@1.0.
│ │ │ └── through@2.3.
│ │ ├── cordova-app-hello-world@3.10.
│ │ ├─┬ cordova-common@1.1.
│ │ │ ├── ansi@0.3.
│ │ │ ├─┬ bplist-parser@0.1.
│ │ │ │ └── big-integer@1.6.
│ │ │ ├─┬ osenv@0.1.
│ │ │ │ ├── os-homedir@1.0.
│ │ │ │ └── os-tmpdir@1.0.
│ │ │ ├── q@1.4.
│ │ │ ├── semver@5.1.
│ │ │ ├── shelljs@0.5.
│ │ │ └── underscore@1.8.
│ │ ├─┬ cordova-js@4.1.
│ │ │ └─┬ browserify@10.1.
│ │ │ ├── assert@1.3.
│ │ │ ├─┬ browser-pack@4.0.
│ │ │ │ ├─┬ combine-source-map@0.3.
│ │ │ │ │ ├── convert-source-map@0.3.
│ │ │ │ │ ├─┬ inline-source-map@0.3.
│ │ │ │ │ │ └─┬ source-map@0.3.
│ │ │ │ │ │ └── amdefine@1.0.
│ │ │ │ │ └─┬ source-map@0.1.
│ │ │ │ │ └── amdefine@1.0.
│ │ │ │ ├─┬ through2@0.5.
│ │ │ │ │ ├─┬ readable-stream@1.0.
│ │ │ │ │ │ └── core-util-is@1.0.
│ │ │ │ │ └── xtend@3.0.
│ │ │ │ └── umd@3.0.
│ │ │ ├── browser-resolve@1.11.
│ │ │ ├─┬ browserify-zlib@0.1.
│ │ │ │ └── pako@0.2.
│ │ │ ├─┬ buffer@3.6.
│ │ │ │ ├── base64-js@0.0.
│ │ │ │ ├── ieee754@1.1.
│ │ │ │ └── isarray@1.0.
│ │ │ ├── builtins@0.0.
│ │ │ ├── commondir@0.0.
│ │ │ ├─┬ concat-stream@1.4.
│ │ │ │ └── typedarray@0.0.
│ │ │ ├─┬ console-browserify@1.1.
│ │ │ │ └── date-now@0.1.
│ │ │ ├── constants-browserify@0.0.
│ │ │ ├─┬ crypto-browserify@3.11.
│ │ │ │ ├─┬ browserify-cipher@1.0.
│ │ │ │ │ ├─┬ browserify-aes@1.0.
│ │ │ │ │ │ ├── buffer-xor@1.0.
│ │ │ │ │ │ └── cipher-base@1.0.
│ │ │ │ │ ├─┬ browserify-des@1.0.
│ │ │ │ │ │ ├── cipher-base@1.0.
│ │ │ │ │ │ └─┬ des.js@1.0.
│ │ │ │ │ │ └── minimalistic-assert@1.0.
│ │ │ │ │ └── evp_bytestokey@1.0.
│ │ │ │ ├─┬ browserify-sign@4.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ ├── browserify-rsa@4.0.
│ │ │ │ │ ├─┬ elliptic@6.3.
│ │ │ │ │ │ ├── brorand@1.0.
│ │ │ │ │ │ └── hash.js@1.0.
│ │ │ │ │ └─┬ parse-asn1@5.0.
│ │ │ │ │ ├─┬ asn1.js@4.8.
│ │ │ │ │ │ └── minimalistic-assert@1.0.
│ │ │ │ │ ├─┬ browserify-aes@1.0.
│ │ │ │ │ │ ├── buffer-xor@1.0.
│ │ │ │ │ │ └── cipher-base@1.0.
│ │ │ │ │ └── evp_bytestokey@1.0.
│ │ │ │ ├─┬ create-ecdh@4.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ └─┬ elliptic@6.3.
│ │ │ │ │ ├── brorand@1.0.
│ │ │ │ │ └── hash.js@1.0.
│ │ │ │ ├─┬ create-hash@1.1.
│ │ │ │ │ ├── cipher-base@1.0.
│ │ │ │ │ ├── ripemd160@1.0.
│ │ │ │ │ └── sha.js@2.4.
│ │ │ │ ├── create-hmac@1.1.
│ │ │ │ ├─┬ diffie-hellman@5.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ └─┬ miller-rabin@4.0.
│ │ │ │ │ └── brorand@1.0.
│ │ │ │ ├── pbkdf2@3.0.
│ │ │ │ ├─┬ public-encrypt@4.0.
│ │ │ │ │ ├── bn.js@4.11.
│ │ │ │ │ ├── browserify-rsa@4.0.
│ │ │ │ │ └─┬ parse-asn1@5.0.
│ │ │ │ │ ├─┬ asn1.js@4.8.
│ │ │ │ │ │ └── minimalistic-assert@1.0.
│ │ │ │ │ ├─┬ browserify-aes@1.0.
│ │ │ │ │ │ ├── buffer-xor@1.0.
│ │ │ │ │ │ └── cipher-base@1.0.
│ │ │ │ │ └── evp_bytestokey@1.0.
│ │ │ │ └── randombytes@2.0.
│ │ │ ├── deep-equal@1.0.
│ │ │ ├── defined@1.0.
│ │ │ ├── deps-sort@1.3.
│ │ │ ├── domain-browser@1.1.
│ │ │ ├── duplexer2@0.0.
│ │ │ ├── events@1.0.
│ │ │ ├─┬ glob@4.5.
│ │ │ │ ├─┬ inflight@1.0.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ ├─┬ minimatch@2.0.
│ │ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ │ ├── balanced-match@0.4.
│ │ │ │ │ └── concat-map@0.0.
│ │ │ │ └─┬ once@1.4.
│ │ │ │ └── wrappy@1.0.
│ │ │ ├─┬ has@1.0.
│ │ │ │ └── function-bind@1.1.
│ │ │ ├── htmlescape@1.1.
│ │ │ ├─┬ http-browserify@1.7.
│ │ │ │ └── Base64@0.2.
│ │ │ ├── https-browserify@0.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├─┬ insert-module-globals@6.6.
│ │ │ │ ├─┬ combine-source-map@0.6.
│ │ │ │ │ ├── convert-source-map@1.1.
│ │ │ │ │ ├── inline-source-map@0.5.
│ │ │ │ │ ├── lodash.memoize@3.0.
│ │ │ │ │ └─┬ source-map@0.4.
│ │ │ │ │ └── amdefine@1.0.
│ │ │ │ ├── is-buffer@1.1.
│ │ │ │ └─┬ lexical-scope@1.2.
│ │ │ │ └─┬ astw@2.0.
│ │ │ │ └── acorn@1.2.
│ │ │ ├── isarray@0.0.
│ │ │ ├─┬ JSONStream@1.2.
│ │ │ │ ├── jsonparse@1.2.
│ │ │ │ └── through@2.3.
│ │ │ ├─┬ labeled-stream-splicer@1.0.
│ │ │ │ └─┬ stream-splicer@1.3.
│ │ │ │ ├── indexof@0.0.
│ │ │ │ └── readable-wrap@1.0.
│ │ │ ├─┬ module-deps@3.9.
│ │ │ │ ├─┬ detective@4.3.
│ │ │ │ │ └── acorn@1.2.
│ │ │ │ └─┬ stream-combiner2@1.0.
│ │ │ │ └─┬ through2@0.5.
│ │ │ │ ├─┬ readable-stream@1.0.
│ │ │ │ │ └── core-util-is@1.0.
│ │ │ │ └── xtend@3.0.
│ │ │ ├── os-browserify@0.1.
│ │ │ ├─┬ parents@1.0.
│ │ │ │ └── path-platform@0.11.
│ │ │ ├── path-browserify@0.0.
│ │ │ ├── process@0.11.
│ │ │ ├── punycode@1.4.
│ │ │ ├── querystring-es3@0.2.
│ │ │ ├─┬ read-only-stream@1.1.
│ │ │ │ └── readable-wrap@1.0.
│ │ │ ├─┬ readable-stream@1.1.
│ │ │ │ └── core-util-is@1.0.
│ │ │ ├── resolve@1.1.
│ │ │ ├── shallow-copy@0.0.
│ │ │ ├─┬ shasum@1.0.
│ │ │ │ ├─┬ json-stable-stringify@0.0.
│ │ │ │ │ └── jsonify@0.0.
│ │ │ │ └── sha.js@2.4.
│ │ │ ├── shell-quote@0.0.
│ │ │ ├── stream-browserify@1.0.
│ │ │ ├── string_decoder@0.10.
│ │ │ ├─┬ subarg@1.0.
│ │ │ │ └── minimist@1.2.
│ │ │ ├─┬ syntax-error@1.1.
│ │ │ │ └── acorn@2.7.
│ │ │ ├── through2@1.1.
│ │ │ ├── timers-browserify@1.4.
│ │ │ ├── tty-browserify@0.0.
│ │ │ ├─┬ url@0.10.
│ │ │ │ ├── punycode@1.3.
│ │ │ │ └── querystring@0.2.
│ │ │ ├─┬ util@0.10.
│ │ │ │ └── inherits@2.0.
│ │ │ ├─┬ vm-browserify@0.0.
│ │ │ │ └── indexof@0.0.
│ │ │ └── xtend@4.0.
│ │ ├── cordova-registry-mapper@1.1.
│ │ ├─┬ cordova-serve@1.0.
│ │ │ ├─┬ chalk@1.1.
│ │ │ │ ├── ansi-styles@2.2.
│ │ │ │ ├── escape-string-regexp@1.0.
│ │ │ │ ├─┬ has-ansi@2.0.
│ │ │ │ │ └── ansi-regex@2.0.
│ │ │ │ ├─┬ strip-ansi@3.0.
│ │ │ │ │ └── ansi-regex@2.0.
│ │ │ │ └── supports-color@2.0.
│ │ │ ├─┬ compression@1.6.
│ │ │ │ ├─┬ accepts@1.3.
│ │ │ │ │ ├─┬ mime-types@2.1.
│ │ │ │ │ │ └── mime-db@1.24.
│ │ │ │ │ └── negotiator@0.6.
│ │ │ │ ├── bytes@2.3.
│ │ │ │ ├─┬ compressible@2.0.
│ │ │ │ │ └── mime-db@1.24.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ ├── on-headers@1.0.
│ │ │ │ └── vary@1.1.
│ │ │ ├─┬ express@4.14.
│ │ │ │ ├─┬ accepts@1.3.
│ │ │ │ │ ├─┬ mime-types@2.1.
│ │ │ │ │ │ └── mime-db@1.24.
│ │ │ │ │ └── negotiator@0.6.
│ │ │ │ ├── array-flatten@1.1.
│ │ │ │ ├── content-disposition@0.5.
│ │ │ │ ├── content-type@1.0.
│ │ │ │ ├── cookie@0.3.
│ │ │ │ ├── cookie-signature@1.0.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ ├── depd@1.1.
│ │ │ │ ├── encodeurl@1.0.
│ │ │ │ ├── escape-html@1.0.
│ │ │ │ ├── etag@1.7.
│ │ │ │ ├─┬ finalhandler@0.5.
│ │ │ │ │ ├── statuses@1.3.
│ │ │ │ │ └── unpipe@1.0.
│ │ │ │ ├── fresh@0.3.
│ │ │ │ ├── merge-descriptors@1.0.
│ │ │ │ ├── methods@1.1.
│ │ │ │ ├─┬ on-finished@2.3.
│ │ │ │ │ └── ee-first@1.1.
│ │ │ │ ├── parseurl@1.3.
│ │ │ │ ├── path-to-regexp@0.1.
│ │ │ │ ├─┬ proxy-addr@1.1.
│ │ │ │ │ ├── forwarded@0.1.
│ │ │ │ │ └── ipaddr.js@1.1.
│ │ │ │ ├── qs@6.2.
│ │ │ │ ├── range-parser@1.2.
│ │ │ │ ├─┬ send@0.14.
│ │ │ │ │ ├── destroy@1.0.
│ │ │ │ │ ├─┬ http-errors@1.5.
│ │ │ │ │ │ ├── inherits@2.0.
│ │ │ │ │ │ └── setprototypeof@1.0.
│ │ │ │ │ ├── mime@1.3.
│ │ │ │ │ ├── ms@0.7.
│ │ │ │ │ └── statuses@1.3.
│ │ │ │ ├── serve-static@1.11.
│ │ │ │ ├─┬ type-is@1.6.
│ │ │ │ │ ├── media-typer@0.3.
│ │ │ │ │ └─┬ mime-types@2.1.
│ │ │ │ │ └── mime-db@1.24.
│ │ │ │ ├── utils-merge@1.0.
│ │ │ │ └── vary@1.1.
│ │ │ └── q@1.4.
│ │ ├─┬ dep-graph@1.1.
│ │ │ └── underscore@1.2.
│ │ ├─┬ elementtree@0.1.
│ │ │ └── sax@0.3.
│ │ ├─┬ glob@5.0.
│ │ │ ├─┬ inflight@1.0.
│ │ │ │ └── wrappy@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├─┬ minimatch@3.0.
│ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ ├── balanced-match@0.3.
│ │ │ │ └── concat-map@0.0.
│ │ │ ├── once@1.3.
│ │ │ └── path-is-absolute@1.0.
│ │ ├─┬ init-package-json@1.9.
│ │ │ ├─┬ glob@6.0.
│ │ │ │ ├─┬ inflight@1.0.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ ├── inherits@2.0.
│ │ │ │ ├─┬ minimatch@3.0.
│ │ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ │ ├── balanced-match@0.4.
│ │ │ │ │ └── concat-map@0.0.
│ │ │ │ ├─┬ once@1.4.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ └── path-is-absolute@1.0.
│ │ │ ├─┬ npm-package-arg@4.2.
│ │ │ │ ├── hosted-git-info@2.1.
│ │ │ │ └── semver@5.3.
│ │ │ ├── promzard@0.3.
│ │ │ ├─┬ read@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├─┬ read-package-json@2.0.
│ │ │ │ ├── graceful-fs@4.1.
│ │ │ │ ├─┬ json-parse-helpfulerror@1.0.
│ │ │ │ │ └── jju@1.3.
│ │ │ │ └─┬ normalize-package-data@2.3.
│ │ │ │ ├── hosted-git-info@2.1.
│ │ │ │ └─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ ├─┬ validate-npm-package-license@3.0.
│ │ │ │ ├─┬ spdx-correct@1.0.
│ │ │ │ │ └── spdx-license-ids@1.2.
│ │ │ │ └── spdx-expression-parse@1.0.
│ │ │ └─┬ validate-npm-package-name@2.2.
│ │ │ └── builtins@0.0.
│ │ ├─┬ nopt@3.0.
│ │ │ └── abbrev@1.0.
│ │ ├─┬ npm@2.15.
│ │ │ ├── abbrev@1.0.
│ │ │ ├── ansi@0.3.
│ │ │ ├── ansi-regex@2.0.
│ │ │ ├── ansicolors@0.3.
│ │ │ ├── ansistyles@0.1.
│ │ │ ├── archy@1.0.
│ │ │ ├── async-some@1.0.
│ │ │ ├── block-stream@0.0.
│ │ │ ├── char-spinner@1.0.
│ │ │ ├── chmodr@1.0.
│ │ │ ├── chownr@1.0.
│ │ │ ├── cmd-shim@2.0.
│ │ │ ├─┬ columnify@1.5.
│ │ │ │ └─┬ wcwidth@1.0.
│ │ │ │ └─┬ defaults@1.0.
│ │ │ │ └── clone@1.0.
│ │ │ ├─┬ config-chain@1.1.
│ │ │ │ └── proto-list@1.2.
│ │ │ ├─┬ dezalgo@1.0.
│ │ │ │ └── asap@2.0.
│ │ │ ├── editor@1.0.
│ │ │ ├── fs-vacuum@1.2.
│ │ │ ├─┬ fs-write-stream-atomic@1.0.
│ │ │ │ └── iferr@0.1.
│ │ │ ├── fstream@1.0.
│ │ │ ├─┬ fstream-npm@1.1.
│ │ │ │ └── fstream-ignore@1.0.
│ │ │ ├── github-url-from-git@1.4.
│ │ │ ├── github-url-from-username-repo@1.0.
│ │ │ ├─┬ glob@7.0.
│ │ │ │ ├── fs.realpath@1.0.
│ │ │ │ └── path-is-absolute@1.0.
│ │ │ ├── graceful-fs@4.1.
│ │ │ ├── hosted-git-info@2.1.
│ │ │ ├── imurmurhash@0.1.
│ │ │ ├── inflight@1.0.
│ │ │ ├── inherits@2.0.
│ │ │ ├── ini@1.3.
│ │ │ ├─┬ init-package-json@1.9.
│ │ │ │ ├─┬ glob@6.0.
│ │ │ │ │ └── path-is-absolute@1.0.
│ │ │ │ └── promzard@0.3.
│ │ │ ├── lockfile@1.0.
│ │ │ ├─┬ lru-cache@4.0.
│ │ │ │ ├── pseudomap@1.0.
│ │ │ │ └── yallist@2.0.
│ │ │ ├─┬ minimatch@3.0.
│ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ ├── balanced-match@0.4.
│ │ │ │ └── concat-map@0.0.
│ │ │ ├─┬ mkdirp@0.5.
│ │ │ │ └── minimist@0.0.
│ │ │ ├─┬ node-gyp@3.4.
│ │ │ │ └─┬ path-array@1.0.
│ │ │ │ └─┬ array-index@1.0.
│ │ │ │ ├─┬ debug@2.2.
│ │ │ │ │ └── ms@0.7.
│ │ │ │ └─┬ es6-symbol@3.1.
│ │ │ │ ├── d@0.1.
│ │ │ │ └─┬ es5-ext@0.10.
│ │ │ │ └── es6-iterator@2.0.
│ │ │ ├── nopt@3.0.
│ │ │ ├── normalize-git-url@3.0.
│ │ │ ├─┬ normalize-package-data@2.3.
│ │ │ │ └─┬ is-builtin-module@1.0.
│ │ │ │ └── builtin-modules@1.1.
│ │ │ ├── npm-cache-filename@1.0.
│ │ │ ├── npm-install-checks@1.0.
│ │ │ ├── npm-package-arg@4.1.
│ │ │ ├─┬ npm-registry-client@7.2.
│ │ │ │ ├─┬ concat-stream@1.5.
│ │ │ │ │ ├─┬ readable-stream@2.0.
│ │ │ │ │ │ ├── core-util-is@1.0.
│ │ │ │ │ │ ├── isarray@1.0.
│ │ │ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ │ │ ├── string_decoder@0.10.
│ │ │ │ │ │ └── util-deprecate@1.0.
│ │ │ │ │ └── typedarray@0.0.
│ │ │ │ └── retry@0.10.
│ │ │ ├── npm-user-validate@0.1.
│ │ │ ├─┬ npmlog@2.0.
│ │ │ │ ├─┬ are-we-there-yet@1.1.
│ │ │ │ │ └── delegates@1.0.
│ │ │ │ └─┬ gauge@1.2.
│ │ │ │ ├── has-unicode@2.0.
│ │ │ │ ├─┬ lodash.pad@4.4.
│ │ │ │ │ ├── lodash._baseslice@4.0.
│ │ │ │ │ ├── lodash._basetostring@4.12.
│ │ │ │ │ └── lodash.tostring@4.1.
│ │ │ │ ├── lodash.padend@4.5.
│ │ │ │ └── lodash.padstart@4.5.
│ │ │ ├── once@1.4.
│ │ │ ├── opener@1.4.
│ │ │ ├─┬ osenv@0.1.
│ │ │ │ ├── os-homedir@1.0.
│ │ │ │ └── os-tmpdir@1.0.
│ │ │ ├── path-is-inside@1.0.
│ │ │ ├─┬ read@1.0.
│ │ │ │ └── mute-stream@0.0.
│ │ │ ├─┬ read-installed@4.0.
│ │ │ │ ├── debuglog@1.0.
│ │ │ │ ├── readdir-scoped-modules@1.0.
│ │ │ │ └── util-extend@1.0.
│ │ │ ├─┬ read-package-json@2.0.
│ │ │ │ ├─┬ glob@6.0.
│ │ │ │ │ └── path-is-absolute@1.0.
│ │ │ │ └─┬ json-parse-helpfulerror@1.0.
│ │ │ │ └── jju@1.3.
│ │ │ ├─┬ readable-stream@2.1.
│ │ │ │ ├── buffer-shims@1.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── isarray@1.0.
│ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ ├── string_decoder@0.10.
│ │ │ │ └── util-deprecate@1.0.
│ │ │ ├── realize-package-specifier@3.0.
│ │ │ ├─┬ request@2.74.
│ │ │ │ ├── aws-sign2@0.6.
│ │ │ │ ├── aws4@1.4.
│ │ │ │ ├─┬ bl@1.1.
│ │ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ │ ├── core-util-is@1.0.
│ │ │ │ │ ├── isarray@1.0.
│ │ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ │ ├── string_decoder@0.10.
│ │ │ │ │ └── util-deprecate@1.0.
│ │ │ │ ├── caseless@0.11.
│ │ │ │ ├─┬ combined-stream@1.0.
│ │ │ │ │ └── delayed-stream@1.0.
│ │ │ │ ├── extend@3.0.
│ │ │ │ ├── forever-agent@0.6.
│ │ │ │ ├─┬ form-data@1.0.-rc4
│ │ │ │ │ └── async@1.5.
│ │ │ │ ├─┬ har-validator@2.0.
│ │ │ │ │ ├─┬ chalk@1.1.
│ │ │ │ │ │ ├── ansi-styles@2.2.
│ │ │ │ │ │ ├── escape-string-regexp@1.0.
│ │ │ │ │ │ ├── has-ansi@2.0.
│ │ │ │ │ │ └── supports-color@2.0.
│ │ │ │ │ ├─┬ commander@2.9.
│ │ │ │ │ │ └── graceful-readlink@1.0.
│ │ │ │ │ ├─┬ is-my-json-valid@2.13.
│ │ │ │ │ │ ├── generate-function@2.0.
│ │ │ │ │ │ ├─┬ generate-object-property@1.2.
│ │ │ │ │ │ │ └── is-property@1.0.
│ │ │ │ │ │ ├── jsonpointer@2.0.
│ │ │ │ │ │ └── xtend@4.0.
│ │ │ │ │ └─┬ pinkie-promise@2.0.
│ │ │ │ │ └── pinkie@2.0.
│ │ │ │ ├─┬ hawk@3.1.
│ │ │ │ │ ├── boom@2.10.
│ │ │ │ │ ├── cryptiles@2.0.
│ │ │ │ │ ├── hoek@2.16.
│ │ │ │ │ └── sntp@1.0.
│ │ │ │ ├─┬ http-signature@1.1.
│ │ │ │ │ ├── assert-plus@0.2.
│ │ │ │ │ ├─┬ jsprim@1.3.
│ │ │ │ │ │ ├── extsprintf@1.0.
│ │ │ │ │ │ ├── json-schema@0.2.
│ │ │ │ │ │ └── verror@1.3.
│ │ │ │ │ └─┬ sshpk@1.9.
│ │ │ │ │ ├── asn1@0.2.
│ │ │ │ │ ├── assert-plus@1.0.
│ │ │ │ │ ├── dashdash@1.14.
│ │ │ │ │ ├── ecc-jsbn@0.1.
│ │ │ │ │ ├── getpass@0.1.
│ │ │ │ │ ├── jodid25519@1.0.
│ │ │ │ │ ├── jsbn@0.1.
│ │ │ │ │ └── tweetnacl@0.13.
│ │ │ │ ├── is-typedarray@1.0.
│ │ │ │ ├── isstream@0.1.
│ │ │ │ ├── json-stringify-safe@5.0.
│ │ │ │ ├─┬ mime-types@2.1.
│ │ │ │ │ └── mime-db@1.23.
│ │ │ │ ├── node-uuid@1.4.
│ │ │ │ ├── oauth-sign@0.8.
│ │ │ │ ├── qs@6.2.
│ │ │ │ ├── stringstream@0.0.
│ │ │ │ ├── tough-cookie@2.3.
│ │ │ │ └── tunnel-agent@0.4.
│ │ │ ├── retry@0.10.
│ │ │ ├── rimraf@2.5.
│ │ │ ├── semver@5.1.
│ │ │ ├─┬ sha@2.0.
│ │ │ │ └─┬ readable-stream@2.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── isarray@0.0.
│ │ │ │ ├── process-nextick-args@1.0.
│ │ │ │ ├── string_decoder@0.10.
│ │ │ │ └── util-deprecate@1.0.
│ │ │ ├── slide@1.1.
│ │ │ ├── sorted-object@2.0.
│ │ │ ├── spdx-license-ids@1.2.
│ │ │ ├── strip-ansi@3.0.
│ │ │ ├── tar@2.2.
│ │ │ ├── text-table@0.2.
│ │ │ ├── uid-number@0.0.
│ │ │ ├── umask@1.1.
│ │ │ ├─┬ validate-npm-package-license@3.0.
│ │ │ │ ├── spdx-correct@1.0.
│ │ │ │ └─┬ spdx-expression-parse@1.0.
│ │ │ │ └── spdx-exceptions@1.0.
│ │ │ ├─┬ validate-npm-package-name@2.2.
│ │ │ │ └── builtins@0.0.
│ │ │ ├─┬ which@1.2.
│ │ │ │ └── isexe@1.1.
│ │ │ ├── wrappy@1.0.
│ │ │ └── write-file-atomic@1.1.
│ │ ├── opener@1.4.
│ │ ├─┬ plist@1.2.
│ │ │ ├── base64-js@0.0.
│ │ │ ├── util-deprecate@1.0.
│ │ │ ├─┬ xmlbuilder@4.0.
│ │ │ │ └── lodash@3.10.
│ │ │ └── xmldom@0.1.
│ │ ├── properties-parser@0.2.
│ │ ├─┬ request@2.47.
│ │ │ ├── aws-sign2@0.5.
│ │ │ ├─┬ bl@0.9.
│ │ │ │ └─┬ readable-stream@1.0.
│ │ │ │ ├── core-util-is@1.0.
│ │ │ │ ├── inherits@2.0.
│ │ │ │ ├── isarray@0.0.
│ │ │ │ └── string_decoder@0.10.
│ │ │ ├── caseless@0.6.
│ │ │ ├─┬ combined-stream@0.0.
│ │ │ │ └── delayed-stream@0.0.
│ │ │ ├── forever-agent@0.5.
│ │ │ ├─┬ hawk@1.1.
│ │ │ │ ├── boom@0.4.
│ │ │ │ ├── cryptiles@0.2.
│ │ │ │ ├── hoek@0.9.
│ │ │ │ └── sntp@0.2.
│ │ │ ├─┬ http-signature@0.10.
│ │ │ │ ├── asn1@0.1.
│ │ │ │ ├── assert-plus@0.1.
│ │ │ │ └── ctype@0.5.
│ │ │ ├── json-stringify-safe@5.0.
│ │ │ ├── mime-types@1.0.
│ │ │ ├── node-uuid@1.4.
│ │ │ ├── oauth-sign@0.4.
│ │ │ ├── qs@2.3.
│ │ │ ├── stringstream@0.0.
│ │ │ ├── tough-cookie@2.3.
│ │ │ └── tunnel-agent@0.4.
│ │ ├── semver@4.3.
│ │ ├── shelljs@0.3.
│ │ ├─┬ tar@1.0.
│ │ │ ├── block-stream@0.0.
│ │ │ ├─┬ fstream@1.0.
│ │ │ │ ├── graceful-fs@4.1.
│ │ │ │ ├─┬ mkdirp@0.5.
│ │ │ │ │ └── minimist@0.0.
│ │ │ │ └─┬ rimraf@2.5.
│ │ │ │ └─┬ glob@7.1.
│ │ │ │ ├── fs.realpath@1.0.
│ │ │ │ ├─┬ inflight@1.0.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ ├─┬ minimatch@3.0.
│ │ │ │ │ └─┬ brace-expansion@1.1.
│ │ │ │ │ ├── balanced-match@0.4.
│ │ │ │ │ └── concat-map@0.0.
│ │ │ │ ├─┬ once@1.4.
│ │ │ │ │ └── wrappy@1.0.
│ │ │ │ └── path-is-absolute@1.0.
│ │ │ └── inherits@2.0.
│ │ ├── unorm@1.3.
│ │ ├── valid-identifier@0.0.
│ │ └─┬ xcode@0.8.
│ │ ├── node-uuid@1.3.
│ │ └── pegjs@0.6.
│ ├── crc@3.2.
│ ├─┬ finalhandler@0.2.
│ │ ├─┬ debug@2.0.
│ │ │ └── ms@0.6.
│ │ └── escape-html@1.0.
│ ├─┬ glob-watcher@2.0.
│ │ └─┬ gaze@0.5.
│ │ └─┬ globule@0.1.
│ │ ├─┬ glob@3.1.
│ │ │ ├── graceful-fs@1.2.
│ │ │ └── inherits@1.0.
│ │ ├── lodash@1.0.
│ │ └─┬ minimatch@0.2.
│ │ ├── lru-cache@2.7.
│ │ └── sigmund@1.0.
│ ├── proxy-middleware@0.7.
│ ├─┬ request-progress@0.3.
│ │ └── throttleit@0.0.
│ ├── semver@4.2.
│ ├─┬ tiny-lr-fork@0.0.
│ │ ├── debug@0.7.
│ │ ├── faye-websocket@0.4.
│ │ ├─┬ noptify@0.0.
│ │ │ └─┬ nopt@2.0.
│ │ │ └── abbrev@1.0.
│ │ └── qs@0.5.
│ ├─┬ winston@1.1.
│ │ ├── async@1.0.
│ │ ├── colors@1.0.
│ │ ├── cycle@1.0.
│ │ ├── eyes@0.1.
│ │ ├── isstream@0.1.
│ │ ├── pkginfo@0.3.
│ │ └── stack-trace@0.0.
│ └─┬ xml2js@0.4.
│ ├── sax@1.2.
│ └─┬ xmlbuilder@4.2.
│ └── lodash@4.16.
├── moment@2.11.
├── open@0.0.
├─┬ optimist@0.6.
│ ├── minimist@0.0.
│ └── wordwrap@0.0.
├── pretty-hrtime@1.0.
├── progress@1.1.
├─┬ prompt@0.2.
│ ├── pkginfo@0.4.
│ ├─┬ read@1.0.
│ │ └── mute-stream@0.0.
│ ├── revalidator@0.1.
│ ├─┬ utile@0.2.
│ │ ├── async@0.2.
│ │ ├── deep-equal@1.0.
│ │ ├── i@0.3.
│ │ ├─┬ mkdirp@0.5.
│ │ │ └── minimist@0.0.
│ │ ├── ncp@0.4.
│ │ └─┬ rimraf@2.5.
│ │ └─┬ glob@7.1.
│ │ ├── fs.realpath@1.0.
│ │ ├─┬ inflight@1.0.
│ │ │ └── wrappy@1.0.
│ │ ├── inherits@2.0.
│ │ ├─┬ minimatch@3.0.
│ │ │ └─┬ brace-expansion@1.1.
│ │ │ ├── balanced-match@0.4.
│ │ │ └── concat-map@0.0.
│ │ ├─┬ once@1.4.
│ │ │ └── wrappy@1.0.
│ │ └── path-is-absolute@1.0.
│ └─┬ winston@0.6.
│ ├── async@0.1.
│ ├── cycle@1.0.
│ ├── eyes@0.1.
│ ├── pkginfo@0.2.
│ ├── request@2.9.
│ └── stack-trace@0.0.
├── q@1.0.
├─┬ request@2.51.
│ ├── aws-sign2@0.5.
│ ├─┬ bl@0.9.
│ │ └─┬ readable-stream@1.0.
│ │ ├── core-util-is@1.0.
│ │ ├── inherits@2.0.
│ │ ├── isarray@0.0.
│ │ └── string_decoder@0.10.
│ ├── caseless@0.8.
│ ├─┬ combined-stream@0.0.
│ │ └── delayed-stream@0.0.
│ ├── forever-agent@0.5.
│ ├─┬ form-data@0.2.
│ │ ├── async@0.9.
│ │ └─┬ mime-types@2.0.
│ │ └── mime-db@1.12.
│ ├─┬ hawk@1.1.
│ │ ├── boom@0.4.
│ │ ├── cryptiles@0.2.
│ │ ├── hoek@0.9.
│ │ └── sntp@0.2.
│ ├─┬ http-signature@0.10.
│ │ ├── asn1@0.1.
│ │ ├── assert-plus@0.1.
│ │ └── ctype@0.5.
│ ├── json-stringify-safe@5.0.
│ ├── mime-types@1.0.
│ ├── node-uuid@1.4.
│ ├── oauth-sign@0.5.
│ ├── qs@2.3.
│ ├── stringstream@0.0.
│ ├── tough-cookie@2.3.
│ └── tunnel-agent@0.4.
├── semver@4.3.
├─┬ serve-static@1.7.
│ ├── escape-html@1.0.
│ ├── parseurl@1.3.
│ ├─┬ send@0.10.
│ │ ├─┬ debug@2.1.
│ │ │ └── ms@0.7.
│ │ ├── depd@1.0.
│ │ ├── destroy@1.0.
│ │ ├─┬ etag@1.5.
│ │ │ └── crc@3.2.
│ │ ├── fresh@0.2.
│ │ ├── mime@1.2.
│ │ ├── ms@0.6.
│ │ ├─┬ on-finished@2.1.
│ │ │ └── ee-first@1.1.
│ │ └── range-parser@1.0.
│ └── utils-merge@1.0.
├── shelljs@0.2.
├── underscore@1.7.
└─┬ unzip@0.1.
├─┬ binary@0.3.
│ ├── buffers@0.1.
│ └─┬ chainsaw@0.1.
│ └── traverse@0.3.
├─┬ fstream@0.1.
│ ├─┬ graceful-fs@3.0.
│ │ └── natives@1.1.
│ ├── inherits@2.0.
│ ├─┬ mkdirp@0.5.
│ │ └── minimist@0.0.
│ └─┬ rimraf@2.5.
│ └─┬ glob@7.1.
│ ├── fs.realpath@1.0.
│ ├─┬ inflight@1.0.
│ │ └── wrappy@1.0.
│ ├─┬ minimatch@3.0.
│ │ └─┬ brace-expansion@1.1.
│ │ ├── balanced-match@0.4.
│ │ └── concat-map@0.0.
│ ├─┬ once@1.4.
│ │ └── wrappy@1.0.
│ └── path-is-absolute@1.0.
├─┬ match-stream@0.0.
│ └── buffers@0.1.
├─┬ pullstream@0.4.
│ ├── over@0.0.
│ └── slice-stream@1.0.
├─┬ readable-stream@1.0.
│ ├── core-util-is@1.0.
│ ├── inherits@2.0.
│ ├── isarray@0.0.
│ └── string_decoder@0.10.
└── setimmediate@1.0. libotaodeMacBook-Pro:~ libotao$

需要更新时,运行下面命令(友情提醒:不要随便更新):

libotaodeMacBook-Pro:~ libotao$ npm update -g ionic

libotaodeMacBook-Pro:~ libotao$ npm update -g cordova

==============================================

安裝幾台環境后發現,有的機器 創建項目的時候缺文件,會有404的錯誤,應該是 大局域網的原因。結局辦法如下:

使用淘宝镜像来解决这个问题:

npm install -g cnpm --registry=https://registry.npm.taobao.org

再裝一遍:

cnpm install -g ionic cordova 

這回在創建項目就成功了。

「Ionic」设置开发环境的更多相关文章

  1. Ubuntu「一键」设置全局代理

    Ubuntu「一键」设置代理 sonictl note: the DNS problem may be still there. Except proxychains. WSL (Windows Su ...

  2. 2.翻译系列:为EF Code-First设置开发环境(EF 6 Code-First系列)

    原文链接:http://www.entityframeworktutorial.net/code-first/setup-entity-framework-code-first-environment ...

  3. Ubuntu上源码安装golang并设置开发环境

    安装go #wget https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz #tar -xzf go1.10.3.linux-amd64.tar.g ...

  4. Storm官方文档翻译之设置开发环境

    本文将介绍如何设置Storm的开发环境.下面是大纲: 1.下载Storm发布包,解压,将解压的 bin目录放到你电脑的PATH中. 2.为了能够在远程集群中启动或者停止Topology,请将集群信息放 ...

  5. Pycharm Django开发(一)设置开发环境

    一 由于我是一个对开发环境有强迫症的人,在装完PYTHON 2.6 3.3  3.4中,在创建Django工程的时候,会出现N个版本的python,那么在这里可以设置你喜欢和要使用的版本.

  6. VSCode+Ionic+Apache Ripple开发环境搭建

    vscode作为一个轻量级编辑器,有其独特的魅力. 安装Ionic:npm install -g ionic 安装Apache Ripple模拟器: npm install -g ripple-emu ...

  7. andriod学习二 设置开发环境

    1.官方环境搭建步骤     http://developer.android.com/sdk/installing/index.html         包括:下载JDK6,Eclipse 3.6, ...

  8. 「Ionic」創建新項目

    1.創建新項目 创建一个名为myApp的还有tabs的项目(ionic start <project-name> <optional-template>) 可选模板为sidem ...

  9. 「Ionic」WebStorm的使用錯誤-

    前言:遇到這個錯誤,不要慌張,搶按照濤叔下面的方式處理就可以了. 1.Couldn't find ionic.config.json file. Are you in an Ionic project ...

随机推荐

  1. OS X下安装Redis及配置开机启动

    1.下载redis源码包redis-3.0.5.tar(此步骤可在图形界面下操作) 2.解压源码包 tar zxvf redis-3.0.5.tar 3.编译源码并安装 #进入源码目录 cd redi ...

  2. Eclipse的SVN插件安装

    两种方法: 首先下载安装到eclipse的svn插件包,包里会有“plugins”和“features”两个文件夹,安装时要用到. 1.然后找到eclipse目录下的同名文件夹“plugins”和“f ...

  3. 在文件中读取、存储Json格式的字符串

    public class Weather { static readonly string FilePath = System.Environment.CurrentDirectory + @&quo ...

  4. 基于ActiveMQ的点对点收发消息

    ActiveMQ是apache的一个开源消息引擎.可以作为即通引擎或者消息中间件引擎. 准备 下载ActiveMQ http://activemq.apache.org/download.html 进 ...

  5. ffmpeg命令: 删除视频中不需要的音频流

    1.ffprobe  gf.mkv 查看 2.ffmpeg  -i gf.mkv  -map 0:0 -map 0:2  -vcodec copy -acodec copy out.mkv 注: -m ...

  6. Aspose&period;Cells API 中文版文档 下载

    链接: https://pan.baidu.com/s/19foJyWgPYvA7eIqEHJ_IdA 密码: yxun

  7. Android BaseAdapter加载多个不同的Item布局时出现UncaughtException in Thread main java&period;lang&period;ArrayIndexOutOfBoundsException&colon; length&equals;15&semi; index&equals;15

    java.lang.ArrayIndexOutOfBoundsException: length=15; index=15 异常出现的场景:在做聊天界面时,需要插入表情,图片,文字,名片,还有几种较为 ...

  8. Perl 获得当前路径

      1.有两种方法:1. use Cwd;my $dir = getcwd;#$dir中即为当前目录的完整路径信息.2. my $dir = $ENV{'PWD'};#ENV是一个散列,用于存放环境变 ...

  9. Verilog学习笔记

    作者:桂. 时间:2017-06-24  11:07:40 链接:http://www.cnblogs.com/xingshansi/p/7039237.html 前言 Verilog是硬件描述语言, ...

  10. C&plus;&plus;自定义函数

    函数可以看成是用户为了解决某特定问题而定义的操作.除了在C++语法里自带的函数,有时候我们需要处理某个问题.但C++里并没有这个函数,这时我们就可以自己来定义一个函数实现需要的功能. 比如我们定义个求 ...