Skip to content

Instantly share code, notes, and snippets.

@mezerotm
Created December 20, 2019 07:40
Show Gist options
  • Save mezerotm/db0e2568b7fa4777dd19019e7e800795 to your computer and use it in GitHub Desktop.
Save mezerotm/db0e2568b7fa4777dd19019e7e800795 to your computer and use it in GitHub Desktop.
This is the way I organize my system file strucure. For the most part, some folders go very deep but are not included.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
.
├── personal
│   ├── finance
│   │   ├── budget
│   │   │   ├── allocated_spending
│   │   │   ├── breakdown_of_saving
│   │   │   ├── consumer_equity_sheet
│   │   │   ├── debt_snowball
│   │   │   ├── income_sources
│   │   │   ├── lump_sum_payment
│   │   │   ├── monthly_cash_flow
│   │   │   ├── monthly_retirment
│   │   │   └── pro_rata_debts
│   │   ├── crypto
│   │   │   └── etherwallet-v3.21.0
│   │   │   ├── bin
│   │   │   ├── css
│   │   │   ├── fonts
│   │   │   ├── images
│   │   │   │   ├── fav
│   │   │   │   └── icons
│   │   │   └── js
│   │   └── stocks
│   │   └── Record
│   │   └── RobinHood
│   │   └── 2015
│   └── notes
│   └── css
├── school
│   └── 2019
│   └── spring
│   ├── dftg-2010
│   │   ├── ch-1
│   │   ├── ch-10
│   │   ├── ch-11
│   │   ├── ch-12
│   │   ├── ch-13
│   │   ├── ch-2
│   │   ├── ch-3
│   │   ├── ch-4
│   │   ├── ch-5
│   │   ├── ch-6
│   │   ├── ch-7
│   │   ├── ch-8
│   │   ├── ch-9
│   │   └── final-exam
│   └── math-1131
├── technology
│   ├── devops
│   │   ├── docker
│   │   │   ├── compose
│   │   │   │   └── mongodb
│   │   │   └── files
│   │   │   ├── go-runtime
│   │   │   │   └── bin
│   │   │   ├── mariadb
│   │   │   ├── mongodb
│   │   │   ├── nginx
│   │   │   ├── nodejs-runtime
│   │   │   └── python-runtime
│   │   └── sandbox
│   │   └── learning
│   │   ├── ansible
│   │   ├── kubernetes
│   │   │   ├── express-server
│   │   │   │   └── node_modules
│   │   │   │   ├── accepts
│   │   │   │   ├── array-flatten
│   │   │   │   ├── basic-auth
│   │   │   │   ├── body-parser
│   │   │   │   │   └── lib
│   │   │   │   │   └── types
│   │   │   │   ├── bytes
│   │   │   │   ├── content-disposition
│   │   │   │   ├── content-type
│   │   │   │   ├── cookie
│   │   │   │   ├── cookie-signature
│   │   │   │   ├── debug
│   │   │   │   │   └── src
│   │   │   │   ├── depd
│   │   │   │   │   └── lib
│   │   │   │   │   ├── browser
│   │   │   │   │   └── compat
│   │   │   │   ├── destroy
│   │   │   │   ├── dotenv
│   │   │   │   │   └── lib
│   │   │   │   ├── ee-first
│   │   │   │   ├── encodeurl
│   │   │   │   ├── escape-html
│   │   │   │   ├── etag
│   │   │   │   ├── express
│   │   │   │   │   └── lib
│   │   │   │   │   ├── middleware
│   │   │   │   │   └── router
│   │   │   │   ├── finalhandler
│   │   │   │   ├── forwarded
│   │   │   │   ├── fresh
│   │   │   │   ├── http-errors
│   │   │   │   ├── iconv-lite
│   │   │   │   │   ├── encodings
│   │   │   │   │   │   └── tables
│   │   │   │   │   └── lib
│   │   │   │   ├── inherits
│   │   │   │   ├── ipaddr.js
│   │   │   │   │   └── lib
│   │   │   │   ├── media-typer
│   │   │   │   ├── merge-descriptors
│   │   │   │   ├── methods
│   │   │   │   ├── mime
│   │   │   │   │   └── src
│   │   │   │   ├── mime-db
│   │   │   │   ├── mime-types
│   │   │   │   ├── morgan
│   │   │   │   ├── ms
│   │   │   │   ├── negotiator
│   │   │   │   │   └── lib
│   │   │   │   ├── on-finished
│   │   │   │   ├── on-headers
│   │   │   │   ├── parseurl
│   │   │   │   ├── path-to-regexp
│   │   │   │   ├── proxy-addr
│   │   │   │   ├── qs
│   │   │   │   │   ├── dist
│   │   │   │   │   ├── lib
│   │   │   │   │   └── test
│   │   │   │   ├── range-parser
│   │   │   │   ├── raw-body
│   │   │   │   ├── safe-buffer
│   │   │   │   ├── safer-buffer
│   │   │   │   ├── send
│   │   │   │   │   └── node_modules
│   │   │   │   │   └── ms
│   │   │   │   ├── serve-static
│   │   │   │   ├── setprototypeof
│   │   │   │   │   └── test
│   │   │   │   ├── statuses
│   │   │   │   ├── toidentifier
│   │   │   │   ├── type-is
│   │   │   │   ├── unpipe
│   │   │   │   ├── utils-merge
│   │   │   │   └── vary
│   │   │   └── kubeatl-meeting
│   │   │   └── networking
│   │   ├── nginx
│   │   │   └── conf.d
│   │   ├── saltstack
│   │   └── traefik
│   └── programming
│   ├── assembly
│   │   └── sandbox
│   │   └── learning
│   │   ├── function
│   │   ├── loop
│   │   └── simple
│   ├── bash
│   │   └── sandbox
│   ├── c
│   │   └── sandbox
│   │   └── lexer
│   │   └── cmake-build-debug
│   │   └── CMakeFiles
│   │   ├── 3.10.3
│   │   │   └── CompilerIdC
│   │   │   └── tmp
│   │   ├── CMakeTmp
│   │   └── lexer.dir
│   ├── c++
│   │   └── sandbox
│   │   └── lexer
│   │   └── cmake-build-debug
│   │   └── CMakeFiles
│   │   ├── 3.10.3
│   │   │   ├── CompilerIdC
│   │   │   │   └── tmp
│   │   │   └── CompilerIdCXX
│   │   │   └── tmp
│   │   ├── CMakeTmp
│   │   └── lexer.dir
│   ├── desktop
│   │   └── sandbox
│   │   └── imageshack
│   │   ├── electron-imageshack
│   │   │   ├── dist
│   │   │   │   └── main
│   │   │   └── src
│   │   │   ├── main
│   │   │   │   ├── assets
│   │   │   │   └── views
│   │   │   └── renderer
│   │   └── imageshack-drive
│   │   ├── dist
│   │   │   ├── main
│   │   │   ├── renderer
│   │   │   └── win-unpacked
│   │   │   ├── locales
│   │   │   └── resources
│   │   └── src
│   │   ├── assets
│   │   ├── css
│   │   ├── js
│   │   ├── main
│   │   │   ├── assets
│   │   │   └── js
│   │   │   ├── api
│   │   │   │   └── controllers
│   │   │   └── database
│   │   │   ├── controllers
│   │   │   └── models
│   │   ├── public
│   │   └── renderer
│   ├── devops
│   │   └── sandbox
│   │   └── learning
│   │   └── saltstack
│   ├── go
│   │   ├── bin
│   │   └── src
│   │   ├── github.com
│   │   │   └── mezerotm
│   │   └── sandbox
│   │   └── learning
│   │   ├── functions
│   │   ├── hello
│   │   ├── pointers
│   │   └── struct
│   ├── java
│   │   └── sandbox
│   │   └── design-patterns
│   │   ├── out
│   │   │   ├── artifacts
│   │   │   │   └── java_sandbox_jar
│   │   │   └── production
│   │   │   └── java-sandbox
│   │   │   ├── com
│   │   │   │   └── polyluminous
│   │   │   │   ├── designPatterns
│   │   │   │   ├── javaFX
│   │   │   │   ├── polymorphism
│   │   │   │   └── threads
│   │   │   └── META-INF
│   │   └── src
│   │   ├── com
│   │   │   └── polyluminous
│   │   │   ├── designPatterns
│   │   │   ├── javaFX
│   │   │   ├── main
│   │   │   ├── polymorphism
│   │   │   └── threads
│   │   └── META-INF
│   ├── javascript
│   │   ├── reverse-ip-lookup
│   │   │   └── src
│   │   └── sandbox
│   │   ├── instagram
│   │   └── learning
│   │   └── es6
│   │   ├── lib
│   │   └── src
│   ├── mobile
│   │   ├── sandbox
│   │   │   ├── airbnb-clone
│   │   │   │   ├── app
│   │   │   │   │   ├── node_modules
│   │   │   │   │   │   ├── accepts
│   │   │   │   │   │   ├── acorn
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── acorn-globals
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── acorn
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── loose
│   │   │   │   │   │   │   └── walk
│   │   │   │   │   │   ├── acorn-jsx
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── acorn-walk
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── address
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── ajv
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── compile
│   │   │   │   │   │   │   │   ├── dot
│   │   │   │   │   │   │   │   ├── dotjs
│   │   │   │   │   │   │   │   └── refs
│   │   │   │   │   │   │   └── scripts
│   │   │   │   │   │   ├── ajv-errors
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── dot
│   │   │   │   │   │   │   └── dotjs
│   │   │   │   │   │   ├── ajv-keywords
│   │   │   │   │   │   │   └── keywords
│   │   │   │   │   │   │   ├── dot
│   │   │   │   │   │   │   └── dotjs
│   │   │   │   │   │   ├── align-text
│   │   │   │   │   │   ├── alphanum-sort
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── ansi-colors
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── ansi-escapes
│   │   │   │   │   │   ├── ansi-html
│   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   ├── anymatch
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── normalize-path
│   │   │   │   │   │   ├── any-observable
│   │   │   │   │   │   │   └── register
│   │   │   │   │   │   ├── any-promise
│   │   │   │   │   │   │   └── register
│   │   │   │   │   │   ├── aproba
│   │   │   │   │   │   ├── arch
│   │   │   │   │   │   ├── argparse
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── action
│   │   │   │   │   │   │   │   ├── append
│   │   │   │   │   │   │   │   └── store
│   │   │   │   │   │   │   ├── argument
│   │   │   │   │   │   │   └── help
│   │   │   │   │   │   ├── array-flatten
│   │   │   │   │   │   ├── array-includes
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── array-union
│   │   │   │   │   │   ├── array-uniq
│   │   │   │   │   │   ├── array-unique
│   │   │   │   │   │   ├── arr-diff
│   │   │   │   │   │   ├── arr-flatten
│   │   │   │   │   │   ├── arrify
│   │   │   │   │   │   ├── arr-union
│   │   │   │   │   │   ├── asap
│   │   │   │   │   │   ├── asn1
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── ber
│   │   │   │   │   │   ├── asn1.js
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── asn1
│   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   ├── constants
│   │   │   │   │   │   │   ├── decoders
│   │   │   │   │   │   │   └── encoders
│   │   │   │   │   │   ├── assert
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── inherits
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   ├── support
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   └── node
│   │   │   │   │   │   ├── assert-plus
│   │   │   │   │   │   ├── assign-symbols
│   │   │   │   │   │   ├── astral-regex
│   │   │   │   │   │   ├── async
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── async-each
│   │   │   │   │   │   ├── asynckit
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── async-limiter
│   │   │   │   │   │   ├── atob
│   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   ├── autoprefixer
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── hacks
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── postcss-value-parser
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── aws4
│   │   │   │   │   │   ├── aws-sign2
│   │   │   │   │   │   ├── @babel
│   │   │   │   │   │   │   ├── code-frame
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   │   │   │   ├── files
│   │   │   │   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   │   │   └── validation
│   │   │   │   │   │   │   │   │   ├── tools
│   │   │   │   │   │   │   │   │   └── transformation
│   │   │   │   │   │   │   │   │   ├── file
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── json5
│   │   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── generator
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── generators
│   │   │   │   │   │   │   │   │   └── node
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   ├── jsesc
│   │   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   │   └── man
│   │   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-annotate-as-pure
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-builder-binary-assignment-operator-visitor
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-call-delegate
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-create-class-features-plugin
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-define-map
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-explode-assignable-expression
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-function-name
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-get-function-arity
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-hoist-variables
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-member-expression-to-functions
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-module-imports
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-module-transforms
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-optimise-call-expression
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-plugin-utils
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── helper-regex
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-remap-async-to-generator
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-replace-supers
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-simple-access
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-split-export-declaration
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-wrap-function
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── highlight
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── typings
│   │   │   │   │   │   │   ├── plugin-proposal-async-generator-functions
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-proposal-class-properties
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-proposal-decorators
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-proposal-json-strings
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-proposal-object-rest-spread
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-proposal-optional-catch-binding
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-proposal-unicode-property-regex
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   │   │   ├── without-unicode-flag
│   │   │   │   │   │   │   │   │   ├── script-extensions
│   │   │   │   │   │   │   │   │   ├── simple
│   │   │   │   │   │   │   │   │   ├── unicode-10
│   │   │   │   │   │   │   │   │   ├── unicode-11
│   │   │   │   │   │   │   │   │   └── unicode-12
│   │   │   │   │   │   │   │   └── with-unicode-flag
│   │   │   │   │   │   │   │   ├── script-extensions
│   │   │   │   │   │   │   │   ├── simple
│   │   │   │   │   │   │   │   ├── unicode-10
│   │   │   │   │   │   │   │   ├── unicode-11
│   │   │   │   │   │   │   │   └── unicode-12
│   │   │   │   │   │   │   ├── plugin-syntax-async-generators
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-syntax-decorators
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-syntax-dynamic-import
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-syntax-json-strings
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-syntax-jsx
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-syntax-object-rest-spread
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-syntax-optional-catch-binding
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-arrow-functions
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-async-to-generator
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-block-scoped-functions
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-block-scoping
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-classes
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-computed-properties
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-destructuring
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-dotall-regex
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   │   │   └── dotall-regex
│   │   │   │   │   │   │   │   ├── simple
│   │   │   │   │   │   │   │   └── with-unicode-flag
│   │   │   │   │   │   │   ├── plugin-transform-duplicate-keys
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-exponentiation-operator
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-for-of
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-function-name
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-literals
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-modules-amd
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-modules-commonjs
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-modules-systemjs
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-modules-umd
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-named-capturing-groups-regex
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-new-target
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-object-super
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-parameters
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-regenerator
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-runtime
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── plugin-transform-shorthand-properties
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-spread
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-sticky-regex
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-template-literals
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-typeof-symbol
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── plugin-transform-unicode-regex
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── preset-env
│   │   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── runtime
│   │   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   │   └── esm
│   │   │   │   │   │   │   │   └── regenerator
│   │   │   │   │   │   │   ├── runtime-corejs2
│   │   │   │   │   │   │   │   ├── core-js
│   │   │   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   │   └── symbol
│   │   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   │   └── esm
│   │   │   │   │   │   │   │   └── regenerator
│   │   │   │   │   │   │   ├── template
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── traverse
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── path
│   │   │   │   │   │   │   │   │   │   ├── inference
│   │   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   │   └── scope
│   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── asserts
│   │   │   │   │   │   │   │   │   └── generated
│   │   │   │   │   │   │   │   ├── builders
│   │   │   │   │   │   │   │   │   ├── flow
│   │   │   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   │   └── react
│   │   │   │   │   │   │   │   ├── clone
│   │   │   │   │   │   │   │   ├── comments
│   │   │   │   │   │   │   │   ├── constants
│   │   │   │   │   │   │   │   │   └── generated
│   │   │   │   │   │   │   │   ├── converters
│   │   │   │   │   │   │   │   ├── definitions
│   │   │   │   │   │   │   │   ├── modifications
│   │   │   │   │   │   │   │   │   └── flow
│   │   │   │   │   │   │   │   ├── retrievers
│   │   │   │   │   │   │   │   ├── traverse
│   │   │   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   │   │   └── react
│   │   │   │   │   │   │   │   └── validators
│   │   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   └── react
│   │   │   │   │   │   │   └── scripts
│   │   │   │   │   │   │   ├── generators
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── babel-code-frame
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   │   ├── js-tokens
│   │   │   │   │   │   │   └── supports-color
│   │   │   │   │   │   ├── babel-eslint
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── babylon-to-espree
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── babel-loader
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── pify
│   │   │   │   │   │   ├── babel-plugin-dynamic-import-node
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── babel-plugin-module-resolver
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   ├── babel-runtime
│   │   │   │   │   │   │   ├── core-js
│   │   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   ├── error
│   │   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   └── system
│   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── regenerator-runtime
│   │   │   │   │   │   │   └── regenerator
│   │   │   │   │   │   ├── babel-types
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── definitions
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── to-fast-properties
│   │   │   │   │   │   ├── babylon
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── balanced-match
│   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── define-property
│   │   │   │   │   │   ├── base64-js
│   │   │   │   │   │   ├── batch
│   │   │   │   │   │   ├── bcrypt-pbkdf
│   │   │   │   │   │   ├── bfj
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── unit
│   │   │   │   │   │   ├── big.js
│   │   │   │   │   │   ├── binary-extensions
│   │   │   │   │   │   ├── bluebird
│   │   │   │   │   │   │   └── js
│   │   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   └── release
│   │   │   │   │   │   ├── bn.js
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── body-parser
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── bonjour
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── array-flatten
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── boolbase
│   │   │   │   │   │   ├── brace-expansion
│   │   │   │   │   │   ├── braces
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── brorand
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── browserify-aes
│   │   │   │   │   │   │   └── modes
│   │   │   │   │   │   ├── browserify-cipher
│   │   │   │   │   │   ├── browserify-des
│   │   │   │   │   │   ├── browserify-rsa
│   │   │   │   │   │   ├── browserify-sign
│   │   │   │   │   │   │   └── browser
│   │   │   │   │   │   ├── browserify-zlib
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── browserslist
│   │   │   │   │   │   ├── buffer
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── node
│   │   │   │   │   │   ├── buffer-from
│   │   │   │   │   │   ├── buffer-indexof
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── buffer-xor
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── builtin-status-codes
│   │   │   │   │   │   ├── bytes
│   │   │   │   │   │   ├── cacache
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── content
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   ├── locales
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── ssri
│   │   │   │   │   │   ├── cache-base
│   │   │   │   │   │   ├── cache-loader
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── caller-callsite
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── callsites
│   │   │   │   │   │   ├── caller-path
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── callsites
│   │   │   │   │   │   ├── call-me-maybe
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── callsites
│   │   │   │   │   │   ├── camel-case
│   │   │   │   │   │   ├── camelcase
│   │   │   │   │   │   ├── camelcase-css
│   │   │   │   │   │   ├── caniuse-api
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── caniuse-lite
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── features
│   │   │   │   │   │   │   │   └── regions
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── unpacker
│   │   │   │   │   │   ├── caseless
│   │   │   │   │   │   ├── case-sensitive-paths-webpack-plugin
│   │   │   │   │   │   ├── center-align
│   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── character-parser
│   │   │   │   │   │   ├── chardet
│   │   │   │   │   │   │   └── encoding
│   │   │   │   │   │   ├── check-types
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── chokidar
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── chownr
│   │   │   │   │   │   ├── chrome-trace-event
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── ci-info
│   │   │   │   │   │   ├── cipher-base
│   │   │   │   │   │   ├── circular-json
│   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   └── template
│   │   │   │   │   │   ├── class-utils
│   │   │   │   │   │   ├── clean-css
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── optimizer
│   │   │   │   │   │   │   │   ├── level-0
│   │   │   │   │   │   │   │   ├── level-1
│   │   │   │   │   │   │   │   └── level-2
│   │   │   │   │   │   │   │   └── properties
│   │   │   │   │   │   │   ├── options
│   │   │   │   │   │   │   ├── reader
│   │   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   └── writer
│   │   │   │   │   │   ├── cli-cursor
│   │   │   │   │   │   ├── cli-highlight
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   │   ├── get-caller-file
│   │   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   │   ├── p-limit
│   │   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   │   ├── p-try
│   │   │   │   │   │   │   ├── require-main-filename
│   │   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   │   ├── yargs
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── locales
│   │   │   │   │   │   │   └── yargs-parser
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── clipboardy
│   │   │   │   │   │   │   ├── fallbacks
│   │   │   │   │   │   │   │   ├── linux
│   │   │   │   │   │   │   │   └── windows
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── cli-spinners
│   │   │   │   │   │   ├── cli-truncate
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   │   │   ├── slice-ansi
│   │   │   │   │   │   │   └── string-width
│   │   │   │   │   │   ├── cliui
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── cli-width
│   │   │   │   │   │   ├── clone
│   │   │   │   │   │   ├── co
│   │   │   │   │   │   ├── coa
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── code-point-at
│   │   │   │   │   │   ├── collection-visit
│   │   │   │   │   │   ├── color
│   │   │   │   │   │   ├── color-convert
│   │   │   │   │   │   ├── color-name
│   │   │   │   │   │   ├── color-string
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── color-name
│   │   │   │   │   │   ├── combined-stream
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── commander
│   │   │   │   │   │   │   └── typings
│   │   │   │   │   │   ├── commondir
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── component-emitter
│   │   │   │   │   │   ├── compressible
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── mime-db
│   │   │   │   │   │   ├── compression
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── bytes
│   │   │   │   │   │   │   └── safe-buffer
│   │   │   │   │   │   ├── concat-map
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── concat-stream
│   │   │   │   │   │   ├── connect-history-api-fallback
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── console-browserify
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── static
│   │   │   │   │   │   ├── consolidate
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── constantinople
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── constants-browserify
│   │   │   │   │   │   ├── contains-path
│   │   │   │   │   │   ├── content-disposition
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── safe-buffer
│   │   │   │   │   │   ├── content-type
│   │   │   │   │   │   ├── convert-source-map
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── safe-buffer
│   │   │   │   │   │   ├── cookie
│   │   │   │   │   │   ├── cookie-signature
│   │   │   │   │   │   ├── copy-concurrently
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── copy-descriptor
│   │   │   │   │   │   ├── copy-webpack-plugin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── find-cache-dir
│   │   │   │   │   │   │   ├── globby
│   │   │   │   │   │   │   ├── make-dir
│   │   │   │   │   │   │   └── slash
│   │   │   │   │   │   ├── core-js
│   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   ├── client
│   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── es5
│   │   │   │   │   │   │   ├── es6
│   │   │   │   │   │   │   ├── es7
│   │   │   │   │   │   │   ├── fn
│   │   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   │   ├── dom-collections
│   │   │   │   │   │   │   │   ├── error
│   │   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   ├── map
│   │   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   │   ├── promise
│   │   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   │   ├── set
│   │   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   ├── system
│   │   │   │   │   │   │   │   ├── typed
│   │   │   │   │   │   │   │   ├── weak-map
│   │   │   │   │   │   │   │   └── weak-set
│   │   │   │   │   │   │   ├── library
│   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   ├── es5
│   │   │   │   │   │   │   │   ├── es6
│   │   │   │   │   │   │   │   ├── es7
│   │   │   │   │   │   │   │   ├── fn
│   │   │   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   │   │   ├── dom-collections
│   │   │   │   │   │   │   │   │   ├── error
│   │   │   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   │   ├── map
│   │   │   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   │   │   ├── promise
│   │   │   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   │   │   ├── set
│   │   │   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   │   ├── system
│   │   │   │   │   │   │   │   │   ├── typed
│   │   │   │   │   │   │   │   │   ├── weak-map
│   │   │   │   │   │   │   │   │   └── weak-set
│   │   │   │   │   │   │   │   ├── modules
│   │   │   │   │   │   │   │   ├── stage
│   │   │   │   │   │   │   │   └── web
│   │   │   │   │   │   │   ├── modules
│   │   │   │   │   │   │   │   └── library
│   │   │   │   │   │   │   ├── scripts
│   │   │   │   │   │   │   ├── stage
│   │   │   │   │   │   │   └── web
│   │   │   │   │   │   ├── core-util-is
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── cosmiconfig
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── caller-path
│   │   │   │   │   │   │   └── import-fresh
│   │   │   │   │   │   ├── create-ecdh
│   │   │   │   │   │   ├── create-hash
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── create-hmac
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── cross-spawn
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── crypto-browserify
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── node
│   │   │   │   │   │   ├── css-color-names
│   │   │   │   │   │   ├── css-declaration-sorter
│   │   │   │   │   │   │   ├── orders
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── cssesc
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── man
│   │   │   │   │   │   ├── css-loader
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── url
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── postcss
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   └── guidelines
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── cssnano
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── cssnano-preset-default
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── cssnano-util-get-arguments
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── cssnano-util-get-match
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── cssnano-util-raw-cache
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── cssnano-util-same-parent
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── csso
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── clean
│   │   │   │   │   │   │   │   ├── replace
│   │   │   │   │   │   │   │   │   ├── atrule
│   │   │   │   │   │   │   │   │   └── property
│   │   │   │   │   │   │   │   └── restructure
│   │   │   │   │   │   │   │   └── prepare
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── css-tree
│   │   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   ├── convertor
│   │   │   │   │   │   │   │   ├── generator
│   │   │   │   │   │   │   │   ├── lexer
│   │   │   │   │   │   │   │   │   └── grammar
│   │   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   │   ├── syntax
│   │   │   │   │   │   │   │   │   ├── atrule
│   │   │   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   │   ├── node
│   │   │   │   │   │   │   │   │   ├── pseudo
│   │   │   │   │   │   │   │   │   │   └── common
│   │   │   │   │   │   │   │   │   └── scope
│   │   │   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   │   └── walker
│   │   │   │   │   │   │   ├── mdn-data
│   │   │   │   │   │   │   │   ├── api
│   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   └── l10n
│   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── css-select
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── domutils
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── css-select-base-adapter
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── css-selector-tokenizer
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── cssesc
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── man
│   │   │   │   │   │   │   ├── regexpu-core
│   │   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── regjsgen
│   │   │   │   │   │   │   └── regjsparser
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── css-tree
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   ├── convertor
│   │   │   │   │   │   │   │   ├── generator
│   │   │   │   │   │   │   │   ├── lexer
│   │   │   │   │   │   │   │   │   └── grammar
│   │   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   │   ├── syntax
│   │   │   │   │   │   │   │   │   ├── atrule
│   │   │   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   │   ├── node
│   │   │   │   │   │   │   │   │   ├── pseudo
│   │   │   │   │   │   │   │   │   │   └── common
│   │   │   │   │   │   │   │   │   └── scope
│   │   │   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   │   └── walker
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── css-unit-converter
│   │   │   │   │   │   ├── css-what
│   │   │   │   │   │   ├── current-script-polyfill
│   │   │   │   │   │   ├── cyclist
│   │   │   │   │   │   ├── dashdash
│   │   │   │   │   │   │   ├── etc
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── date-fns
│   │   │   │   │   │   │   ├── add_days
│   │   │   │   │   │   │   ├── add_hours
│   │   │   │   │   │   │   ├── add_iso_years
│   │   │   │   │   │   │   ├── add_milliseconds
│   │   │   │   │   │   │   ├── add_minutes
│   │   │   │   │   │   │   ├── add_months
│   │   │   │   │   │   │   ├── add_quarters
│   │   │   │   │   │   │   ├── add_seconds
│   │   │   │   │   │   │   ├── add_weeks
│   │   │   │   │   │   │   ├── add_years
│   │   │   │   │   │   │   ├── are_ranges_overlapping
│   │   │   │   │   │   │   ├── closest_index_to
│   │   │   │   │   │   │   ├── closest_to
│   │   │   │   │   │   │   ├── compare_asc
│   │   │   │   │   │   │   ├── compare_desc
│   │   │   │   │   │   │   ├── difference_in_calendar_days
│   │   │   │   │   │   │   ├── difference_in_calendar_iso_weeks
│   │   │   │   │   │   │   ├── difference_in_calendar_iso_years
│   │   │   │   │   │   │   ├── difference_in_calendar_months
│   │   │   │   │   │   │   ├── difference_in_calendar_quarters
│   │   │   │   │   │   │   ├── difference_in_calendar_weeks
│   │   │   │   │   │   │   ├── difference_in_calendar_years
│   │   │   │   │   │   │   ├── difference_in_days
│   │   │   │   │   │   │   ├── difference_in_hours
│   │   │   │   │   │   │   ├── difference_in_iso_years
│   │   │   │   │   │   │   ├── difference_in_milliseconds
│   │   │   │   │   │   │   ├── difference_in_minutes
│   │   │   │   │   │   │   ├── difference_in_months
│   │   │   │   │   │   │   ├── difference_in_quarters
│   │   │   │   │   │   │   ├── difference_in_seconds
│   │   │   │   │   │   │   ├── difference_in_weeks
│   │   │   │   │   │   │   ├── difference_in_years
│   │   │   │   │   │   │   ├── distance_in_words
│   │   │   │   │   │   │   ├── distance_in_words_strict
│   │   │   │   │   │   │   ├── distance_in_words_to_now
│   │   │   │   │   │   │   ├── each_day
│   │   │   │   │   │   │   ├── end_of_day
│   │   │   │   │   │   │   ├── end_of_hour
│   │   │   │   │   │   │   ├── end_of_iso_week
│   │   │   │   │   │   │   ├── end_of_iso_year
│   │   │   │   │   │   │   ├── end_of_minute
│   │   │   │   │   │   │   ├── end_of_month
│   │   │   │   │   │   │   ├── end_of_quarter
│   │   │   │   │   │   │   ├── end_of_second
│   │   │   │   │   │   │   ├── end_of_today
│   │   │   │   │   │   │   ├── end_of_tomorrow
│   │   │   │   │   │   │   ├── end_of_week
│   │   │   │   │   │   │   ├── end_of_year
│   │   │   │   │   │   │   ├── end_of_yesterday
│   │   │   │   │   │   │   ├── format
│   │   │   │   │   │   │   ├── get_date
│   │   │   │   │   │   │   ├── get_day
│   │   │   │   │   │   │   ├── get_day_of_year
│   │   │   │   │   │   │   ├── get_days_in_month
│   │   │   │   │   │   │   ├── get_days_in_year
│   │   │   │   │   │   │   ├── get_hours
│   │   │   │   │   │   │   ├── get_iso_day
│   │   │   │   │   │   │   ├── get_iso_week
│   │   │   │   │   │   │   ├── get_iso_weeks_in_year
│   │   │   │   │   │   │   ├── get_iso_year
│   │   │   │   │   │   │   ├── get_milliseconds
│   │   │   │   │   │   │   ├── get_minutes
│   │   │   │   │   │   │   ├── get_month
│   │   │   │   │   │   │   ├── get_overlapping_days_in_ranges
│   │   │   │   │   │   │   ├── get_quarter
│   │   │   │   │   │   │   ├── get_seconds
│   │   │   │   │   │   │   ├── get_time
│   │   │   │   │   │   │   ├── get_year
│   │   │   │   │   │   │   ├── is_after
│   │   │   │   │   │   │   ├── is_before
│   │   │   │   │   │   │   ├── is_date
│   │   │   │   │   │   │   ├── is_equal
│   │   │   │   │   │   │   ├── is_first_day_of_month
│   │   │   │   │   │   │   ├── is_friday
│   │   │   │   │   │   │   ├── is_future
│   │   │   │   │   │   │   ├── is_last_day_of_month
│   │   │   │   │   │   │   ├── is_leap_year
│   │   │   │   │   │   │   ├── is_monday
│   │   │   │   │   │   │   ├── is_past
│   │   │   │   │   │   │   ├── is_same_day
│   │   │   │   │   │   │   ├── is_same_hour
│   │   │   │   │   │   │   ├── is_same_iso_week
│   │   │   │   │   │   │   ├── is_same_iso_year
│   │   │   │   │   │   │   ├── is_same_minute
│   │   │   │   │   │   │   ├── is_same_month
│   │   │   │   │   │   │   ├── is_same_quarter
│   │   │   │   │   │   │   ├── is_same_second
│   │   │   │   │   │   │   ├── is_same_week
│   │   │   │   │   │   │   ├── is_same_year
│   │   │   │   │   │   │   ├── is_saturday
│   │   │   │   │   │   │   ├── is_sunday
│   │   │   │   │   │   │   ├── is_this_hour
│   │   │   │   │   │   │   ├── is_this_iso_week
│   │   │   │   │   │   │   ├── is_this_iso_year
│   │   │   │   │   │   │   ├── is_this_minute
│   │   │   │   │   │   │   ├── is_this_month
│   │   │   │   │   │   │   ├── is_this_quarter
│   │   │   │   │   │   │   ├── is_this_second
│   │   │   │   │   │   │   ├── is_this_week
│   │   │   │   │   │   │   ├── is_this_year
│   │   │   │   │   │   │   ├── is_thursday
│   │   │   │   │   │   │   ├── is_today
│   │   │   │   │   │   │   ├── is_tomorrow
│   │   │   │   │   │   │   ├── is_tuesday
│   │   │   │   │   │   │   ├── is_valid
│   │   │   │   │   │   │   ├── is_wednesday
│   │   │   │   │   │   │   ├── is_weekend
│   │   │   │   │   │   │   ├── is_within_range
│   │   │   │   │   │   │   ├── is_yesterday
│   │   │   │   │   │   │   ├── last_day_of_iso_week
│   │   │   │   │   │   │   ├── last_day_of_iso_year
│   │   │   │   │   │   │   ├── last_day_of_month
│   │   │   │   │   │   │   ├── last_day_of_quarter
│   │   │   │   │   │   │   ├── last_day_of_week
│   │   │   │   │   │   │   ├── last_day_of_year
│   │   │   │   │   │   │   ├── _lib
│   │   │   │   │   │   │   │   └── getTimezoneOffsetInMilliseconds
│   │   │   │   │   │   │   ├── locale
│   │   │   │   │   │   │   │   ├── ar
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── be
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── bg
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── ca
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── cs
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── da
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── de
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── el
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── en
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── eo
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── fi
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── fil
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── fr
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── hr
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── hu
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── id
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── is
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── it
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── ja
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── ko
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── _lib
│   │   │   │   │   │   │   │   │   └── build_formatting_tokens_reg_exp
│   │   │   │   │   │   │   │   ├── mk
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── nb
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── nl
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── pl
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── pt
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── ro
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── ru
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── sk
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── sl
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── sr
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── sv
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── th
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── tr
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   ├── zh_cn
│   │   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   │   └── zh_tw
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── max
│   │   │   │   │   │   │   ├── min
│   │   │   │   │   │   │   ├── parse
│   │   │   │   │   │   │   ├── set_date
│   │   │   │   │   │   │   ├── set_day
│   │   │   │   │   │   │   ├── set_day_of_year
│   │   │   │   │   │   │   ├── set_hours
│   │   │   │   │   │   │   ├── set_iso_day
│   │   │   │   │   │   │   ├── set_iso_week
│   │   │   │   │   │   │   ├── set_iso_year
│   │   │   │   │   │   │   ├── set_milliseconds
│   │   │   │   │   │   │   ├── set_minutes
│   │   │   │   │   │   │   ├── set_month
│   │   │   │   │   │   │   ├── set_quarter
│   │   │   │   │   │   │   ├── set_seconds
│   │   │   │   │   │   │   ├── set_year
│   │   │   │   │   │   │   ├── start_of_day
│   │   │   │   │   │   │   ├── start_of_hour
│   │   │   │   │   │   │   ├── start_of_iso_week
│   │   │   │   │   │   │   ├── start_of_iso_year
│   │   │   │   │   │   │   ├── start_of_minute
│   │   │   │   │   │   │   ├── start_of_month
│   │   │   │   │   │   │   ├── start_of_quarter
│   │   │   │   │   │   │   ├── start_of_second
│   │   │   │   │   │   │   ├── start_of_today
│   │   │   │   │   │   │   ├── start_of_tomorrow
│   │   │   │   │   │   │   ├── start_of_week
│   │   │   │   │   │   │   ├── start_of_year
│   │   │   │   │   │   │   ├── start_of_yesterday
│   │   │   │   │   │   │   ├── sub_days
│   │   │   │   │   │   │   ├── sub_hours
│   │   │   │   │   │   │   ├── sub_iso_years
│   │   │   │   │   │   │   ├── sub_milliseconds
│   │   │   │   │   │   │   ├── sub_minutes
│   │   │   │   │   │   │   ├── sub_months
│   │   │   │   │   │   │   ├── sub_quarters
│   │   │   │   │   │   │   ├── sub_seconds
│   │   │   │   │   │   │   ├── sub_weeks
│   │   │   │   │   │   │   └── sub_years
│   │   │   │   │   │   ├── date-now
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── static
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── ms
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── decamelize
│   │   │   │   │   │   ├── decode-uri-component
│   │   │   │   │   │   ├── dedent
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── deep-equal
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── deep-is
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── deepmerge
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── default-gateway
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── execa
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── get-stream
│   │   │   │   │   │   │   ├── is-stream
│   │   │   │   │   │   │   ├── npm-run-path
│   │   │   │   │   │   │   ├── path-key
│   │   │   │   │   │   │   └── p-finally
│   │   │   │   │   │   ├── defaults
│   │   │   │   │   │   ├── define-properties
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── define-property
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── is-accessor-descriptor
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   │   ├── is-data-descriptor
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   │   ├── is-descriptor
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── de-indent
│   │   │   │   │   │   ├── del
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── delayed-stream
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── depd
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   └── compat
│   │   │   │   │   │   ├── des.js
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── des
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── destroy
│   │   │   │   │   │   ├── detect-node
│   │   │   │   │   │   ├── diffie-hellman
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── dir-glob
│   │   │   │   │   │   ├── dns-equal
│   │   │   │   │   │   ├── dns-packet
│   │   │   │   │   │   ├── dns-txt
│   │   │   │   │   │   ├── doctrine
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── doctypes
│   │   │   │   │   │   ├── domain-browser
│   │   │   │   │   │   │   └── source
│   │   │   │   │   │   ├── dom-converter
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── domelementtype
│   │   │   │   │   │   ├── domhandler
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── cases
│   │   │   │   │   │   ├── dom-serializer
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── domelementtype
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── domutils
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── dotenv
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── dotenv-expand
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── dot-prop
│   │   │   │   │   │   ├── duplexer
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── duplexify
│   │   │   │   │   │   ├── easy-stack
│   │   │   │   │   │   │   └── example
│   │   │   │   │   │   ├── ecc-jsbn
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── ee-first
│   │   │   │   │   │   ├── ejs
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── electron-to-chromium
│   │   │   │   │   │   ├── elegant-spinner
│   │   │   │   │   │   ├── elliptic
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── elliptic
│   │   │   │   │   │   │   ├── curve
│   │   │   │   │   │   │   ├── ec
│   │   │   │   │   │   │   ├── eddsa
│   │   │   │   │   │   │   └── precomputed
│   │   │   │   │   │   ├── emoji-regex
│   │   │   │   │   │   │   └── es2015
│   │   │   │   │   │   ├── emojis-list
│   │   │   │   │   │   ├── encodeurl
│   │   │   │   │   │   ├── end-of-stream
│   │   │   │   │   │   ├── enhanced-resolve
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── entities
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── maps
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── errno
│   │   │   │   │   │   ├── error-ex
│   │   │   │   │   │   ├── error-stack-parser
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── es-abstract
│   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   ├── operations
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── helpers
│   │   │   │   │   │   ├── escape-html
│   │   │   │   │   │   ├── escape-string-regexp
│   │   │   │   │   │   ├── eslint
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── conf
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── code-path-analysis
│   │   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   │   ├── formatters
│   │   │   │   │   │   │   │   ├── rules
│   │   │   │   │   │   │   │   ├── testers
│   │   │   │   │   │   │   │   ├── token-store
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   ├── patterns
│   │   │   │   │   │   │   │   └── unicode
│   │   │   │   │   │   │   ├── messages
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── espree
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ignore
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── eslint-config-standard
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── eslint-import-resolver-node
│   │   │   │   │   │   ├── eslint-module-utils
│   │   │   │   │   │   ├── eslint-plugin-es
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── rules
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── eslint-plugin-import
│   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   └── rules
│   │   │   │   │   │   │   ├── memo-parser
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── doctrine
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── eslint-plugin-node
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── configs
│   │   │   │   │   │   │   │   ├── rules
│   │   │   │   │   │   │   │   │   ├── no-unsupported-features
│   │   │   │   │   │   │   │   │   └── prefer-global
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── ignore
│   │   │   │   │   │   ├── eslint-plugin-promise
│   │   │   │   │   │   │   └── rules
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── eslint-plugin-standard
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── rules
│   │   │   │   │   │   ├── eslint-plugin-vue
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── configs
│   │   │   │   │   │   │   │   ├── rules
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── eslint-scope
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── eslint-utils
│   │   │   │   │   │   ├── eslint-visitor-keys
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── espree
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── acorn
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── acorn-jsx
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── acorn
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── rollup
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── loose
│   │   │   │   │   │   │   └── walk
│   │   │   │   │   │   ├── esprima
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── esquery
│   │   │   │   │   │   ├── esrecurse
│   │   │   │   │   │   ├── es-to-primitive
│   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── estraverse
│   │   │   │   │   │   ├── esutils
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── etag
│   │   │   │   │   │   ├── eventemitter3
│   │   │   │   │   │   │   └── umd
│   │   │   │   │   │   ├── event-pubsub
│   │   │   │   │   │   ├── events
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── eventsource
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── evp_bytestokey
│   │   │   │   │   │   ├── execa
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── expand-brackets
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── express
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── middleware
│   │   │   │   │   │   │   │   └── router
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── safe-buffer
│   │   │   │   │   │   ├── extend
│   │   │   │   │   │   ├── extend-shallow
│   │   │   │   │   │   ├── external-editor
│   │   │   │   │   │   │   └── main
│   │   │   │   │   │   │   └── errors
│   │   │   │   │   │   ├── extglob
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── define-property
│   │   │   │   │   │   ├── extsprintf
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── fast-deep-equal
│   │   │   │   │   │   ├── fast-glob
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   │   ├── managers
│   │   │   │   │   │   │   │   ├── providers
│   │   │   │   │   │   │   │   │   └── filters
│   │   │   │   │   │   │   │   ├── types
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   ├── managers
│   │   │   │   │   │   │   ├── providers
│   │   │   │   │   │   │   │   └── filters
│   │   │   │   │   │   │   ├── types
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── fast-json-stable-stringify
│   │   │   │   │   │   │   ├── benchmark
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── fast-levenshtein
│   │   │   │   │   │   ├── fastparse
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── faye-websocket
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── faye
│   │   │   │   │   │   │   └── websocket
│   │   │   │   │   │   │   └── api
│   │   │   │   │   │   ├── figgy-pudding
│   │   │   │   │   │   ├── figures
│   │   │   │   │   │   ├── file-entry-cache
│   │   │   │   │   │   ├── file-loader
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── filesize
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── fill-range
│   │   │   │   │   │   ├── finalhandler
│   │   │   │   │   │   ├── find-babel-config
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── find-cache-dir
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   │   ├── pkg-dir
│   │   │   │   │   │   │   ├── p-limit
│   │   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   │   └── p-try
│   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   ├── flat-cache
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── rimraf
│   │   │   │   │   │   ├── flatted
│   │   │   │   │   │   │   ├── cjs
│   │   │   │   │   │   │   └── esm
│   │   │   │   │   │   ├── flush-write-stream
│   │   │   │   │   │   ├── fn-name
│   │   │   │   │   │   ├── follow-redirects
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── forever-agent
│   │   │   │   │   │   ├── for-in
│   │   │   │   │   │   ├── form-data
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── forwarded
│   │   │   │   │   │   ├── fragment-cache
│   │   │   │   │   │   ├── fresh
│   │   │   │   │   │   ├── from2
│   │   │   │   │   │   ├── fs-extra
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── copy
│   │   │   │   │   │   │   ├── copy-sync
│   │   │   │   │   │   │   ├── empty
│   │   │   │   │   │   │   ├── ensure
│   │   │   │   │   │   │   ├── fs
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   ├── mkdirs
│   │   │   │   │   │   │   ├── move
│   │   │   │   │   │   │   ├── move-sync
│   │   │   │   │   │   │   ├── output
│   │   │   │   │   │   │   ├── path-exists
│   │   │   │   │   │   │   ├── remove
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── fs.realpath
│   │   │   │   │   │   ├── fs-write-stream-atomic
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── functional-red-black-tree
│   │   │   │   │   │   │   ├── bench
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── function-bind
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── get-caller-file
│   │   │   │   │   │   ├── get-own-enumerable-property-symbols
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── getpass
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── get-stream
│   │   │   │   │   │   ├── get-value
│   │   │   │   │   │   ├── glob
│   │   │   │   │   │   ├── globals
│   │   │   │   │   │   ├── globby
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── pify
│   │   │   │   │   │   ├── glob-parent
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── is-glob
│   │   │   │   │   │   ├── glob-to-regexp
│   │   │   │   │   │   ├── graceful-fs
│   │   │   │   │   │   ├── g-status
│   │   │   │   │   │   ├── gzip-size
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── pify
│   │   │   │   │   │   ├── handle-thing
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── @hapi
│   │   │   │   │   │   │   ├── address
│   │   │   │   │   │   │   │   ├── bench
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── bourne
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── hoek
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── joi
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   │   ├── alternatives
│   │   │   │   │   │   │   │   ├── any
│   │   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   ├── binary
│   │   │   │   │   │   │   │   ├── boolean
│   │   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   │   ├── func
│   │   │   │   │   │   │   │   ├── lazy
│   │   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   └── symbol
│   │   │   │   │   │   │   └── topo
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── har-schema
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── har-validator
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── has
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── has-ansi
│   │   │   │   │   │   ├── has-flag
│   │   │   │   │   │   ├── hash-base
│   │   │   │   │   │   ├── hash.js
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── hash
│   │   │   │   │   │   │   │   └── sha
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── hash-sum
│   │   │   │   │   │   ├── has-symbols
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── shams
│   │   │   │   │   │   ├── has-value
│   │   │   │   │   │   ├── has-values
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── he
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── man
│   │   │   │   │   │   ├── hex-color-regex
│   │   │   │   │   │   ├── highlight.js
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── languages
│   │   │   │   │   │   │   ├── scss
│   │   │   │   │   │   │   └── styles
│   │   │   │   │   │   ├── hmac-drbg
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   ├── hoopy
│   │   │   │   │   │   ├── hosted-git-info
│   │   │   │   │   │   ├── hpack.js
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── hpack
│   │   │   │   │   │   │   ├── test
│   │   │   │   │   │   │   └── tools
│   │   │   │   │   │   ├── hsla-regex
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── hsl-regex
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── html-comment-regex
│   │   │   │   │   │   ├── html-entities
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── html-minifier
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── commander
│   │   │   │   │   │   │   │   │   └── typings
│   │   │   │   │   │   │   │   └── uglify-js
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   │   └── commander
│   │   │   │   │   │   │   │   │   └── typings
│   │   │   │   │   │   │   │   └── tools
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── htmlparser2
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── entities
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── maps
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── readable-stream
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   └── streams
│   │   │   │   │   │   ├── html-tags
│   │   │   │   │   │   ├── html-webpack-plugin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── big.js
│   │   │   │   │   │   │   └── loader-utils
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── http-deceiver
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── http-errors
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── inherits
│   │   │   │   │   │   ├── http-parser-js
│   │   │   │   │   │   ├── http-proxy
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── http-proxy
│   │   │   │   │   │   │   └── passes
│   │   │   │   │   │   ├── http-proxy-middleware
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── https-browserify
│   │   │   │   │   │   ├── http-signature
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── iconv-lite
│   │   │   │   │   │   │   ├── encodings
│   │   │   │   │   │   │   │   └── tables
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── icss-replace-symbols
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── icss-utils
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── postcss
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   └── guidelines
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── ieee754
│   │   │   │   │   │   ├── iferr
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── ignore
│   │   │   │   │   │   ├── import-cwd
│   │   │   │   │   │   ├── import-fresh
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── resolve-from
│   │   │   │   │   │   ├── import-from
│   │   │   │   │   │   ├── import-local
│   │   │   │   │   │   │   ├── fixtures
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   │   ├── pkg-dir
│   │   │   │   │   │   │   ├── p-limit
│   │   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   │   └── p-try
│   │   │   │   │   │   ├── imurmurhash
│   │   │   │   │   │   ├── indent-string
│   │   │   │   │   │   ├── indexes-of
│   │   │   │   │   │   ├── infer-owner
│   │   │   │   │   │   ├── inflight
│   │   │   │   │   │   ├── inherits
│   │   │   │   │   │   ├── inquirer
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── objects
│   │   │   │   │   │   │   │   ├── prompts
│   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── internal-ip
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── default-gateway
│   │   │   │   │   │   ├── @intervolga
│   │   │   │   │   │   │   └── optimize-cssnano-plugin
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── invariant
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── invert-kv
│   │   │   │   │   │   ├── @ionic
│   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   ├── cjs
│   │   │   │   │   │   │   │   │   ├── collection
│   │   │   │   │   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   │   │   │   │   ├── action-sheet
│   │   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   │   ├── action-sheet-controller
│   │   │   │   │   │   │   │   │   │   │   ├── alert
│   │   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   │   ├── alert-controller
│   │   │   │   │   │   │   │   │   │   │   ├── anchor
│   │   │   │   │   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   │   │   │   │   └── fonts
│   │   │   │   │   │   │   │   │   │   │   ├── avatar
│   │   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   │   ├── back-button
│   │   │   │   │   │   │   │   │   │   │   ├── backdrop
│   │   │   │   │   │   │   │   │   │   │   ├── badge
│   │   │   │   │   │   │   │   │   │   │   ├── button
│   │   │   │   │   │   │   │   │   │   │   ├── buttons
│   │   │   │   │   │   │   │   │   │   │   ├── card
│   │   │   │   │   │   │   │   │   │   │   ├── card-content
│   │   │   │   │   │   │   │   │   │   │   ├── card-header
│   │   │   │   │   │   │   │   │   │   │   ├── card-subtitle
│   │   │   │   │   │   │   │   │   │   │   ├── card-title
│   │   │   │   │   │   │   │   │   │   │   ├── checkbox
│   │   │   │   │   │   │   │   │   │   │   ├── chip
│   │   │   │   │   │   │   │   │   │   │   ├── col
│   │   │   │   │   │   │   │   │   │   │   ├── content
│   │   │   │   │   │   │   │   │   │   │   ├── datetime
│   │   │   │   │   │   │   │   │   │   │   ├── fab
│   │   │   │   │   │   │   │   │   │   │   ├── fab-button
│   │   │   │   │   │   │   │   │   │   │   ├── fab-list
│   │   │   │   │   │   │   │   │   │   │   ├── footer
│   │   │   │   │   │   │   │   │   │   │   ├── grid
│   │   │   │   │   │   │   │   │   │   │   ├── header
│   │   │   │   │   │   │   │   │   │   │   ├── icon
│   │   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   │   │   ├── dir
│   │   │   │   │   │   │   │   │   │   │   │   └── standalone
│   │   │   │   │   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   │   │   │   ├── infinite-scroll
│   │   │   │   │   │   │   │   │   │   │   ├── infinite-scroll-content
│   │   │   │   │   │   │   │   │   │   │   ├── input
│   │   │   │   │   │   │   │   │   │   │   ├── item
│   │   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   │   │   └── icons
│   │   │   │   │   │   │   │   │   │   │   ├── item-divider
│   │   │   │   │   │   │   │   │   │   │   ├── item-group
│   │   │   │   │   │   │   │   │   │   │   ├── item-option
│   │   │   │   │   │   │   │   │   │   │   ├── item-options
│   │   │   │   │   │   │   │   │   │   │   ├── item-sliding
│   │   │   │   │   │   │   │   │   │   │   ├── label
│   │   │   │   │   │   │   │   │   │   │   ├── list
│   │   │   │   │   │   │   │   │   │   │   ├── list-header
│   │   │   │   │   │   │   │   │   │   │   ├── loading
│   │   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   │   ├── loading-controller
│   │   │   │   │   │   │   │   │   │   │   ├── menu
│   │   │   │   │   │   │   │   │   │   │   ├── menu-button
│   │   │   │   │   │   │   │   │   │   │   ├── menu-controller
│   │   │   │   │   │   │   │   │   │   │   ├── menu-toggle
│   │   │   │   │   │   │   │   │   │   │   ├── modal
│   │   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   │   ├── modal-controller
│   │   │   │   │   │   │   │   │   │   │   ├── nav
│   │   │   │   │   │   │   │   │   │   │   ├── nav-link
│   │   │   │   │   │   │   │   │   │   │   ├── nav-pop
│   │   │   │   │   │   │   │   │   │   │   ├── nav-push
│   │   │   │   │   │   │   │   │   │   │   ├── nav-set-root
│   │   │   │   │   │   │   │   │   │   │   ├── note
│   │   │   │   │   │   │   │   │   │   │   ├── picker
│   │   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   │   ├── picker-column
│   │   │   │   │   │   │   │   │   │   │   ├── picker-controller
│   │   │   │   │   │   │   │   │   │   │   ├── popover
│   │   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   │   ├── popover-controller
│   │   │   │   │   │   │   │   │   │   │   ├── progress-bar
│   │   │   │   │   │   │   │   │   │   │   ├── radio
│   │   │   │   │   │   │   │   │   │   │   ├── radio-group
│   │   │   │   │   │   │   │   │   │   │   ├── range
│   │   │   │   │   │   │   │   │   │   │   ├── refresher
│   │   │   │   │   │   │   │   │   │   │   ├── refresher-content
│   │   │   │   │   │   │   │   │   │   │   ├── reorder
│   │   │   │   │   │   │   │   │   │   │   ├── reorder-group
│   │   │   │   │   │   │   │   │   │   │   ├── ripple-effect
│   │   │   │   │   │   │   │   │   │   │   ├── route
│   │   │   │   │   │   │   │   │   │   │   ├── router
│   │   │   │   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   │   │   ├── route-redirect
│   │   │   │   │   │   │   │   │   │   │   ├── router-link
│   │   │   │   │   │   │   │   │   │   │   ├── router-outlet
│   │   │   │   │   │   │   │   │   │   │   ├── row
│   │   │   │   │   │   │   │   │   │   │   ├── searchbar
│   │   │   │   │   │   │   │   │   │   │   ├── segment
│   │   │   │   │   │   │   │   │   │   │   ├── segment-button
│   │   │   │   │   │   │   │   │   │   │   ├── select
│   │   │   │   │   │   │   │   │   │   │   ├── select-option
│   │   │   │   │   │   │   │   │   │   │   ├── select-popover
│   │   │   │   │   │   │   │   │   │   │   ├── skeleton-text
│   │   │   │   │   │   │   │   │   │   │   ├── slide
│   │   │   │   │   │   │   │   │   │   │   ├── slides
│   │   │   │   │   │   │   │   │   │   │   │   └── swiper
│   │   │   │   │   │   │   │   │   │   │   ├── spinner
│   │   │   │   │   │   │   │   │   │   │   ├── split-pane
│   │   │   │   │   │   │   │   │   │   │   ├── tab
│   │   │   │   │   │   │   │   │   │   │   ├── tab-bar
│   │   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   │   │   └── scenarios
│   │   │   │   │   │   │   │   │   │   │   ├── tab-button
│   │   │   │   │   │   │   │   │   │   │   ├── tabs
│   │   │   │   │   │   │   │   │   │   │   ├── text
│   │   │   │   │   │   │   │   │   │   │   ├── textarea
│   │   │   │   │   │   │   │   │   │   │   ├── thumbnail
│   │   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   │   ├── title
│   │   │   │   │   │   │   │   │   │   │   ├── toast
│   │   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   │   ├── toast-controller
│   │   │   │   │   │   │   │   │   │   │   ├── toggle
│   │   │   │   │   │   │   │   │   │   │   ├── toolbar
│   │   │   │   │   │   │   │   │   │   │   └── virtual-scroll
│   │   │   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   │   │   ├── global
│   │   │   │   │   │   │   │   │   │   ├── themes
│   │   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   │   ├── animation
│   │   │   │   │   │   │   │   │   │   │   └── old-animation
│   │   │   │   │   │   │   │   │   │   ├── gesture
│   │   │   │   │   │   │   │   │   │   ├── input-shims
│   │   │   │   │   │   │   │   │   │   │   └── hacks
│   │   │   │   │   │   │   │   │   │   ├── menu-controller
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── sanitization
│   │   │   │   │   │   │   │   │   │   └── transition
│   │   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   │   │   └── polyfills
│   │   │   │   │   │   │   │   │   ├── esm-es5
│   │   │   │   │   │   │   │   │   ├── ionic
│   │   │   │   │   │   │   │   │   │   ├── svg
│   │   │   │   │   │   │   │   │   │   └── swiper
│   │   │   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   │   │   └── ionicons
│   │   │   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   │   │   │   └── collection
│   │   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   │   │   │   ├── action-sheet
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── action-sheet-controller
│   │   │   │   │   │   │   │   │   │   ├── alert
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── alert-controller
│   │   │   │   │   │   │   │   │   │   ├── anchor
│   │   │   │   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   │   │   ├── avatar
│   │   │   │   │   │   │   │   │   │   ├── back-button
│   │   │   │   │   │   │   │   │   │   ├── backdrop
│   │   │   │   │   │   │   │   │   │   ├── badge
│   │   │   │   │   │   │   │   │   │   ├── button
│   │   │   │   │   │   │   │   │   │   ├── buttons
│   │   │   │   │   │   │   │   │   │   ├── card
│   │   │   │   │   │   │   │   │   │   ├── card-content
│   │   │   │   │   │   │   │   │   │   ├── card-header
│   │   │   │   │   │   │   │   │   │   ├── card-subtitle
│   │   │   │   │   │   │   │   │   │   ├── card-title
│   │   │   │   │   │   │   │   │   │   ├── checkbox
│   │   │   │   │   │   │   │   │   │   ├── chip
│   │   │   │   │   │   │   │   │   │   ├── col
│   │   │   │   │   │   │   │   │   │   ├── content
│   │   │   │   │   │   │   │   │   │   ├── datetime
│   │   │   │   │   │   │   │   │   │   ├── fab
│   │   │   │   │   │   │   │   │   │   ├── fab-button
│   │   │   │   │   │   │   │   │   │   ├── fab-list
│   │   │   │   │   │   │   │   │   │   ├── footer
│   │   │   │   │   │   │   │   │   │   ├── grid
│   │   │   │   │   │   │   │   │   │   ├── header
│   │   │   │   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   │   │   ├── infinite-scroll
│   │   │   │   │   │   │   │   │   │   ├── infinite-scroll-content
│   │   │   │   │   │   │   │   │   │   ├── input
│   │   │   │   │   │   │   │   │   │   ├── item
│   │   │   │   │   │   │   │   │   │   ├── item-divider
│   │   │   │   │   │   │   │   │   │   ├── item-group
│   │   │   │   │   │   │   │   │   │   ├── item-option
│   │   │   │   │   │   │   │   │   │   ├── item-options
│   │   │   │   │   │   │   │   │   │   ├── item-sliding
│   │   │   │   │   │   │   │   │   │   ├── label
│   │   │   │   │   │   │   │   │   │   ├── list
│   │   │   │   │   │   │   │   │   │   ├── list-header
│   │   │   │   │   │   │   │   │   │   ├── loading
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── loading-controller
│   │   │   │   │   │   │   │   │   │   ├── menu
│   │   │   │   │   │   │   │   │   │   ├── menu-button
│   │   │   │   │   │   │   │   │   │   ├── menu-controller
│   │   │   │   │   │   │   │   │   │   ├── menu-toggle
│   │   │   │   │   │   │   │   │   │   ├── modal
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── modal-controller
│   │   │   │   │   │   │   │   │   │   ├── nav
│   │   │   │   │   │   │   │   │   │   ├── nav-link
│   │   │   │   │   │   │   │   │   │   ├── nav-pop
│   │   │   │   │   │   │   │   │   │   ├── nav-push
│   │   │   │   │   │   │   │   │   │   ├── nav-set-root
│   │   │   │   │   │   │   │   │   │   ├── note
│   │   │   │   │   │   │   │   │   │   ├── picker
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── picker-column
│   │   │   │   │   │   │   │   │   │   ├── picker-controller
│   │   │   │   │   │   │   │   │   │   ├── popover
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── popover-controller
│   │   │   │   │   │   │   │   │   │   ├── progress-bar
│   │   │   │   │   │   │   │   │   │   ├── radio
│   │   │   │   │   │   │   │   │   │   ├── radio-group
│   │   │   │   │   │   │   │   │   │   ├── range
│   │   │   │   │   │   │   │   │   │   ├── refresher
│   │   │   │   │   │   │   │   │   │   ├── refresher-content
│   │   │   │   │   │   │   │   │   │   ├── reorder
│   │   │   │   │   │   │   │   │   │   ├── reorder-group
│   │   │   │   │   │   │   │   │   │   ├── ripple-effect
│   │   │   │   │   │   │   │   │   │   ├── route
│   │   │   │   │   │   │   │   │   │   ├── router
│   │   │   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   │   ├── route-redirect
│   │   │   │   │   │   │   │   │   │   ├── router-link
│   │   │   │   │   │   │   │   │   │   ├── router-outlet
│   │   │   │   │   │   │   │   │   │   ├── row
│   │   │   │   │   │   │   │   │   │   ├── searchbar
│   │   │   │   │   │   │   │   │   │   ├── segment
│   │   │   │   │   │   │   │   │   │   ├── segment-button
│   │   │   │   │   │   │   │   │   │   ├── select
│   │   │   │   │   │   │   │   │   │   ├── select-option
│   │   │   │   │   │   │   │   │   │   ├── select-popover
│   │   │   │   │   │   │   │   │   │   ├── skeleton-text
│   │   │   │   │   │   │   │   │   │   ├── slide
│   │   │   │   │   │   │   │   │   │   ├── slides
│   │   │   │   │   │   │   │   │   │   ├── spinner
│   │   │   │   │   │   │   │   │   │   ├── split-pane
│   │   │   │   │   │   │   │   │   │   ├── tab
│   │   │   │   │   │   │   │   │   │   ├── tab-bar
│   │   │   │   │   │   │   │   │   │   ├── tab-button
│   │   │   │   │   │   │   │   │   │   ├── tabs
│   │   │   │   │   │   │   │   │   │   ├── text
│   │   │   │   │   │   │   │   │   │   ├── textarea
│   │   │   │   │   │   │   │   │   │   ├── thumbnail
│   │   │   │   │   │   │   │   │   │   ├── title
│   │   │   │   │   │   │   │   │   │   ├── toast
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── toast-controller
│   │   │   │   │   │   │   │   │   │   ├── toggle
│   │   │   │   │   │   │   │   │   │   ├── toolbar
│   │   │   │   │   │   │   │   │   │   └── virtual-scroll
│   │   │   │   │   │   │   │   │   ├── global
│   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   ├── animation
│   │   │   │   │   │   │   │   │   │   └── old-animation
│   │   │   │   │   │   │   │   │   ├── gesture
│   │   │   │   │   │   │   │   │   ├── input-shims
│   │   │   │   │   │   │   │   │   │   └── hacks
│   │   │   │   │   │   │   │   │   ├── menu-controller
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── sanitization
│   │   │   │   │   │   │   │   │   └── transition
│   │   │   │   │   │   │   │   ├── hydrate
│   │   │   │   │   │   │   │   └── loader
│   │   │   │   │   │   │   └── vue
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   │   └── navigation
│   │   │   │   │   │   │   └── controllers
│   │   │   │   │   │   ├── ionicons
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── cjs
│   │   │   │   │   │   │   │   ├── collection
│   │   │   │   │   │   │   │   │   ├── icon
│   │   │   │   │   │   │   │   │   │   └── svg
│   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   │   ├── legacy
│   │   │   │   │   │   │   │   │   └── polyfills
│   │   │   │   │   │   │   │   ├── fonts
│   │   │   │   │   │   │   │   ├── ionicons
│   │   │   │   │   │   │   │   │   └── svg
│   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   ├── scss
│   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   │   └── icon
│   │   │   │   │   │   │   └── icons
│   │   │   │   │   │   │   └── imports
│   │   │   │   │   │   ├── ip
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── ipaddr.js
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── ip-regex
│   │   │   │   │   │   ├── is-absolute-url
│   │   │   │   │   │   ├── is-accessor-descriptor
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── is-arguments
│   │   │   │   │   │   ├── isarray
│   │   │   │   │   │   ├── is-arrayish
│   │   │   │   │   │   ├── is-binary-path
│   │   │   │   │   │   ├── is-buffer
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── is-callable
│   │   │   │   │   │   ├── is-ci
│   │   │   │   │   │   ├── is-color-stop
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── test
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── is-data-descriptor
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── is-date-object
│   │   │   │   │   │   ├── is-descriptor
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── is-directory
│   │   │   │   │   │   ├── isexe
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── is-expression
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── acorn
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── loose
│   │   │   │   │   │   │   └── walk
│   │   │   │   │   │   ├── is-extendable
│   │   │   │   │   │   ├── is-extglob
│   │   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   │   ├── is-glob
│   │   │   │   │   │   ├── is-number
│   │   │   │   │   │   ├── is-obj
│   │   │   │   │   │   ├── isobject
│   │   │   │   │   │   ├── is-observable
│   │   │   │   │   │   ├── is-path-cwd
│   │   │   │   │   │   ├── is-path-in-cwd
│   │   │   │   │   │   ├── is-path-inside
│   │   │   │   │   │   ├── is-plain-obj
│   │   │   │   │   │   ├── is-plain-object
│   │   │   │   │   │   ├── is-promise
│   │   │   │   │   │   ├── is-regex
│   │   │   │   │   │   ├── is-regexp
│   │   │   │   │   │   ├── is-resolvable
│   │   │   │   │   │   ├── is-stream
│   │   │   │   │   │   ├── isstream
│   │   │   │   │   │   ├── is-svg
│   │   │   │   │   │   ├── is-symbol
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── is-typedarray
│   │   │   │   │   │   ├── is-windows
│   │   │   │   │   │   ├── is-wsl
│   │   │   │   │   │   ├── javascript-stringify
│   │   │   │   │   │   ├── jsbn
│   │   │   │   │   │   ├── jsesc
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── man
│   │   │   │   │   │   ├── js-levenshtein
│   │   │   │   │   │   ├── js-message
│   │   │   │   │   │   ├── json3
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── json5
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── jsonfile
│   │   │   │   │   │   ├── json-parse-better-errors
│   │   │   │   │   │   ├── json-schema
│   │   │   │   │   │   │   ├── draft-00
│   │   │   │   │   │   │   ├── draft-01
│   │   │   │   │   │   │   ├── draft-02
│   │   │   │   │   │   │   ├── draft-03
│   │   │   │   │   │   │   │   └── examples
│   │   │   │   │   │   │   ├── draft-04
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── json-schema-traverse
│   │   │   │   │   │   │   └── spec
│   │   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   ├── json-stable-stringify-without-jsonify
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── json-stringify-safe
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── jsprim
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── js-queue
│   │   │   │   │   │   ├── js-stringify
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── js-tokens
│   │   │   │   │   │   ├── jstransformer
│   │   │   │   │   │   ├── js-yaml
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── js-yaml
│   │   │   │   │   │   │   │   ├── schema
│   │   │   │   │   │   │   │   └── type
│   │   │   │   │   │   │   │   └── js
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── killable
│   │   │   │   │   │   ├── kind-of
│   │   │   │   │   │   ├── launch-editor
│   │   │   │   │   │   │   └── editor-info
│   │   │   │   │   │   ├── launch-editor-middleware
│   │   │   │   │   │   ├── lazy-cache
│   │   │   │   │   │   ├── lcid
│   │   │   │   │   │   ├── levn
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── lines-and-columns
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── lint-staged
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── listr
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── p-map
│   │   │   │   │   │   ├── listr-silent-renderer
│   │   │   │   │   │   ├── listr-update-renderer
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   │   ├── figures
│   │   │   │   │   │   │   ├── log-symbols
│   │   │   │   │   │   │   └── supports-color
│   │   │   │   │   │   ├── listr-verbose-renderer
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── loader-fs-cache
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── find-cache-dir
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   │   ├── path-exists
│   │   │   │   │   │   │   └── pkg-dir
│   │   │   │   │   │   ├── loader-runner
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── loader-utils
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── json5
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── load-json-file
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── parse-json
│   │   │   │   │   │   │   │   └── vendor
│   │   │   │   │   │   │   └── pify
│   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   ├── lodash
│   │   │   │   │   │   │   └── fp
│   │   │   │   │   │   ├── lodash.defaultsdeep
│   │   │   │   │   │   ├── lodash.kebabcase
│   │   │   │   │   │   ├── lodash.mapvalues
│   │   │   │   │   │   ├── lodash.memoize
│   │   │   │   │   │   ├── lodash.toarray
│   │   │   │   │   │   ├── lodash.transform
│   │   │   │   │   │   ├── lodash.uniq
│   │   │   │   │   │   ├── loglevel
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── vendor
│   │   │   │   │   │   ├── log-symbols
│   │   │   │   │   │   ├── log-update
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   │   └── wrap-ansi
│   │   │   │   │   │   ├── longest
│   │   │   │   │   │   ├── loose-envify
│   │   │   │   │   │   ├── lower-case
│   │   │   │   │   │   ├── lru-cache
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── yallist
│   │   │   │   │   │   ├── make-dir
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── pify
│   │   │   │   │   │   ├── mamacro
│   │   │   │   │   │   ├── map-age-cleaner
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── map-cache
│   │   │   │   │   │   ├── map-visit
│   │   │   │   │   │   ├── matcher
│   │   │   │   │   │   ├── md5.js
│   │   │   │   │   │   ├── mdn-data
│   │   │   │   │   │   │   ├── api
│   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── l10n
│   │   │   │   │   │   ├── media-typer
│   │   │   │   │   │   ├── mem
│   │   │   │   │   │   ├── memory-fs
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── merge2
│   │   │   │   │   │   ├── merge-descriptors
│   │   │   │   │   │   ├── merge-source-map
│   │   │   │   │   │   ├── merge-stream
│   │   │   │   │   │   ├── methods
│   │   │   │   │   │   ├── micromatch
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── define-property
│   │   │   │   │   │   │   ├── extend-shallow
│   │   │   │   │   │   │   ├── is-extendable
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── miller-rabin
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── mime
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── mime-db
│   │   │   │   │   │   ├── mime-types
│   │   │   │   │   │   ├── mimic-fn
│   │   │   │   │   │   ├── mini-css-extract-plugin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── hmr
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── minimalistic-assert
│   │   │   │   │   │   ├── minimalistic-crypto-utils
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── minimatch
│   │   │   │   │   │   ├── minimist
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── mississippi
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── pump
│   │   │   │   │   │   ├── mixin-deep
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── is-extendable
│   │   │   │   │   │   ├── mkdirp
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── minimist
│   │   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── move-concurrently
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── @mrmlnc
│   │   │   │   │   │   │   └── readdir-enhanced
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── async
│   │   │   │   │   │   │   ├── stream
│   │   │   │   │   │   │   └── sync
│   │   │   │   │   │   ├── ms
│   │   │   │   │   │   ├── multicast-dns
│   │   │   │   │   │   ├── multicast-dns-service-types
│   │   │   │   │   │   ├── mute-stream
│   │   │   │   │   │   │   ├── coverage
│   │   │   │   │   │   │   │   └── lcov-report
│   │   │   │   │   │   │   │   └── __root__
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── mz
│   │   │   │   │   │   ├── nanomatch
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── define-property
│   │   │   │   │   │   │   ├── extend-shallow
│   │   │   │   │   │   │   ├── is-extendable
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── natural-compare
│   │   │   │   │   │   ├── negotiator
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── neo-async
│   │   │   │   │   │   ├── nice-try
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── no-case
│   │   │   │   │   │   │   └── vendor
│   │   │   │   │   │   ├── node-emoji
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── node-forge
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── flash
│   │   │   │   │   │   │   │   └── swf
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── node-ipc
│   │   │   │   │   │   │   ├── dao
│   │   │   │   │   │   │   ├── entities
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   │   ├── clusterUnixSocket
│   │   │   │   │   │   │   │   ├── rawBuffer
│   │   │   │   │   │   │   │   ├── TCPSocket
│   │   │   │   │   │   │   │   │   ├── basic
│   │   │   │   │   │   │   │   │   ├── basicSync
│   │   │   │   │   │   │   │   │   ├── Multi-Client-Broadcast
│   │   │   │   │   │   │   │   │   └── rawBuffer
│   │   │   │   │   │   │   │   ├── TLSSocket
│   │   │   │   │   │   │   │   │   ├── basic
│   │   │   │   │   │   │   │   │   ├── basic-local-only
│   │   │   │   │   │   │   │   │   ├── basic-more-secure
│   │   │   │   │   │   │   │   │   ├── basic-most-secure
│   │   │   │   │   │   │   │   │   ├── basicSync
│   │   │   │   │   │   │   │   │   ├── Multi-Client-Broadcast-basic
│   │   │   │   │   │   │   │   │   └── rawBuffer-only-works-with-most-secure
│   │   │   │   │   │   │   │   ├── UDPSocket
│   │   │   │   │   │   │   │   │   ├── basic
│   │   │   │   │   │   │   │   │   ├── Multi-Client-Broadcast
│   │   │   │   │   │   │   │   │   └── rawBuffer
│   │   │   │   │   │   │   │   └── unixWindowsSocket
│   │   │   │   │   │   │   │   ├── basic
│   │   │   │   │   │   │   │   ├── basicSync
│   │   │   │   │   │   │   │   ├── Multi-Client-Broadcast
│   │   │   │   │   │   │   │   └── rawBuffer
│   │   │   │   │   │   │   ├── local-node-ipc-certs
│   │   │   │   │   │   │   │   └── private
│   │   │   │   │   │   │   └── services
│   │   │   │   │   │   ├── @nodelib
│   │   │   │   │   │   │   └── fs.stat
│   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   ├── managers
│   │   │   │   │   │   │   └── providers
│   │   │   │   │   │   ├── node-libs-browser
│   │   │   │   │   │   │   └── mock
│   │   │   │   │   │   ├── node-releases
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   ├── processed
│   │   │   │   │   │   │   │   ├── raw
│   │   │   │   │   │   │   │   └── release-schedule
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── semver
│   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   ├── normalize.css
│   │   │   │   │   │   ├── normalize-package-data
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── normalize-path
│   │   │   │   │   │   ├── normalize-range
│   │   │   │   │   │   ├── normalize-url
│   │   │   │   │   │   ├── npm-path
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── build-test
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── npm-run-path
│   │   │   │   │   │   ├── npm-which
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── nth-check
│   │   │   │   │   │   ├── num2fraction
│   │   │   │   │   │   ├── number-is-nan
│   │   │   │   │   │   ├── oauth-sign
│   │   │   │   │   │   ├── object-assign
│   │   │   │   │   │   ├── object.assign
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── object-copy
│   │   │   │   │   │   ├── object.getownpropertydescriptors
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── object-hash
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── object-inspect
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── browser
│   │   │   │   │   │   ├── object-is
│   │   │   │   │   │   ├── object-keys
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── object.pick
│   │   │   │   │   │   ├── object.values
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── object-visit
│   │   │   │   │   │   ├── obuf
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── once
│   │   │   │   │   │   ├── onetime
│   │   │   │   │   │   ├── on-finished
│   │   │   │   │   │   ├── on-headers
│   │   │   │   │   │   ├── open
│   │   │   │   │   │   ├── opener
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── opn
│   │   │   │   │   │   ├── optionator
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── ora
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── original
│   │   │   │   │   │   ├── os-browserify
│   │   │   │   │   │   ├── os-locale
│   │   │   │   │   │   ├── os-tmpdir
│   │   │   │   │   │   ├── pako
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   └── zlib
│   │   │   │   │   │   ├── parallel-transform
│   │   │   │   │   │   ├── param-case
│   │   │   │   │   │   ├── parent-module
│   │   │   │   │   │   ├── parse5
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   ├── extensions
│   │   │   │   │   │   │   │   ├── location_info
│   │   │   │   │   │   │   │   └── position_tracking
│   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   ├── sax
│   │   │   │   │   │   │   ├── serializer
│   │   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   │   ├── tree_adapters
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── parse-asn1
│   │   │   │   │   │   ├── parse-json
│   │   │   │   │   │   ├── parseurl
│   │   │   │   │   │   ├── pascalcase
│   │   │   │   │   │   ├── path-browserify
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── path-dirname
│   │   │   │   │   │   ├── path-exists
│   │   │   │   │   │   ├── path-is-absolute
│   │   │   │   │   │   ├── path-is-inside
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── path-key
│   │   │   │   │   │   ├── path-parse
│   │   │   │   │   │   ├── path-to-regexp
│   │   │   │   │   │   ├── path-type
│   │   │   │   │   │   ├── pbkdf2
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── p-defer
│   │   │   │   │   │   ├── performance-now
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── scripts
│   │   │   │   │   │   ├── p-finally
│   │   │   │   │   │   ├── pify
│   │   │   │   │   │   ├── pinkie
│   │   │   │   │   │   ├── pinkie-promise
│   │   │   │   │   │   ├── p-is-promise
│   │   │   │   │   │   ├── pkg-dir
│   │   │   │   │   │   ├── pkg-up
│   │   │   │   │   │   ├── please-upgrade-node
│   │   │   │   │   │   ├── p-limit
│   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   ├── pluralize
│   │   │   │   │   │   ├── p-map
│   │   │   │   │   │   ├── portfinder
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── posix-character-classes
│   │   │   │   │   │   ├── postcss
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   ├── api
│   │   │   │   │   │   │   │   │   └── assets
│   │   │   │   │   │   │   │   └── guidelines
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── supports-color
│   │   │   │   │   │   ├── postcss-calc
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── cssesc
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── man
│   │   │   │   │   │   │   └── postcss-selector-parser
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── selectors
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-colormin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-convert-values
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-discard-comments
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-discard-duplicates
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-discard-empty
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-discard-overridden
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── __tests__
│   │   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   ├── postcss-functions
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── postcss
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   └── guidelines
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-js
│   │   │   │   │   │   ├── postcss-load-config
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── postcss-loader
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── postcss-merge-longhand
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── decl
│   │   │   │   │   │   ├── postcss-merge-rules
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-minify-font-values
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-minify-gradients
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-minify-params
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-minify-selectors
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-modules-extract-imports
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── postcss
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   └── guidelines
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-modules-local-by-default
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── postcss
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   └── guidelines
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-modules-scope
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── postcss
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   └── guidelines
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-modules-values
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── postcss
│   │   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   │   └── guidelines
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── postcss-nested
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── cssesc
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── man
│   │   │   │   │   │   │   └── postcss-selector-parser
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── selectors
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-normalize-charset
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-normalize-display-values
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-normalize-positions
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-normalize-repeat-style
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-normalize-string
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-normalize-timing-functions
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── postcss-normalize-unicode
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-normalize-url
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── is-absolute-url
│   │   │   │   │   │   │   └── normalize-url
│   │   │   │   │   │   ├── postcss-normalize-whitespace
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-ordered-values
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── rules
│   │   │   │   │   │   ├── postcss-reduce-initial
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-reduce-transforms
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-selector-parser
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── selectors
│   │   │   │   │   │   ├── postcss-svgo
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-unique-selectors
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── postcss-value-parser
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── prelude-ls
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── prepend-http
│   │   │   │   │   │   ├── p-retry
│   │   │   │   │   │   ├── prettier
│   │   │   │   │   │   ├── pretty-error
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── pretty-hrtime
│   │   │   │   │   │   ├── private
│   │   │   │   │   │   ├── process
│   │   │   │   │   │   ├── process-nextick-args
│   │   │   │   │   │   ├── progress
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── promise
│   │   │   │   │   │   │   ├── domains
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── setimmediate
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── promise-inflight
│   │   │   │   │   │   ├── property-expr
│   │   │   │   │   │   ├── proxy-addr
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── ipaddr.js
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── prr
│   │   │   │   │   │   ├── pseudomap
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── psl
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── p-try
│   │   │   │   │   │   ├── public-encrypt
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── pug
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── pug-attrs
│   │   │   │   │   │   ├── pug-code-gen
│   │   │   │   │   │   ├── pug-error
│   │   │   │   │   │   ├── pug-filters
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── pug-lexer
│   │   │   │   │   │   ├── pug-linker
│   │   │   │   │   │   ├── pug-load
│   │   │   │   │   │   ├── pug-parser
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── pug-plain-loader
│   │   │   │   │   │   ├── pug-runtime
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── pug-strip-comments
│   │   │   │   │   │   ├── pug-walk
│   │   │   │   │   │   ├── pump
│   │   │   │   │   │   ├── pumpify
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── pump
│   │   │   │   │   │   ├── punycode
│   │   │   │   │   │   ├── q
│   │   │   │   │   │   ├── qs
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── query-string
│   │   │   │   │   │   ├── querystring
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── querystring-es3
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── querystringify
│   │   │   │   │   │   ├── randombytes
│   │   │   │   │   │   ├── randomfill
│   │   │   │   │   │   ├── range-parser
│   │   │   │   │   │   ├── raw-body
│   │   │   │   │   │   ├── readable-stream
│   │   │   │   │   │   │   ├── doc
│   │   │   │   │   │   │   │   └── wg-meetings
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   └── streams
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── safe-buffer
│   │   │   │   │   │   │   └── string_decoder
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── readdirp
│   │   │   │   │   │   ├── read-pkg
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── parse-json
│   │   │   │   │   │   ├── read-pkg-up
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── path-type
│   │   │   │   │   │   │   ├── pify
│   │   │   │   │   │   │   └── read-pkg
│   │   │   │   │   │   ├── reduce-css-calc
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── regenerate
│   │   │   │   │   │   ├── regenerate-unicode-properties
│   │   │   │   │   │   │   ├── Binary_Property
│   │   │   │   │   │   │   ├── General_Category
│   │   │   │   │   │   │   ├── Script
│   │   │   │   │   │   │   └── Script_Extensions
│   │   │   │   │   │   ├── regenerator-runtime
│   │   │   │   │   │   ├── regenerator-transform
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── regex-not
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── extend-shallow
│   │   │   │   │   │   │   └── is-extendable
│   │   │   │   │   │   ├── regexpp
│   │   │   │   │   │   ├── regexp.prototype.flags
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── regexpu-core
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── regjsgen
│   │   │   │   │   │   ├── regjsparser
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── relateurl
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── parse
│   │   │   │   │   │   │   ├── relate
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── remove-trailing-separator
│   │   │   │   │   │   ├── renderkid
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── ansiPainter
│   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   └── block
│   │   │   │   │   │   │   │   │   ├── blockAppendor
│   │   │   │   │   │   │   │   │   ├── blockPrependor
│   │   │   │   │   │   │   │   │   ├── lineAppendor
│   │   │   │   │   │   │   │   │   ├── linePrependor
│   │   │   │   │   │   │   │   │   └── lineWrapper
│   │   │   │   │   │   │   │   └── renderKid
│   │   │   │   │   │   │   │   ├── styleApplier
│   │   │   │   │   │   │   │   └── styles
│   │   │   │   │   │   │   │   └── rule
│   │   │   │   │   │   │   │   └── declarationBlock
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   └── renderKid
│   │   │   │   │   │   │   └── styles
│   │   │   │   │   │   ├── repeat-element
│   │   │   │   │   │   ├── repeat-string
│   │   │   │   │   │   ├── request
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── qs
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── tough-cookie
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── request-promise-core
│   │   │   │   │   │   │   ├── configure
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── request-promise-native
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── require-directory
│   │   │   │   │   │   ├── require-main-filename
│   │   │   │   │   │   ├── requires-port
│   │   │   │   │   │   ├── require-uncached
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── resolve-from
│   │   │   │   │   │   ├── reselect
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── resolve
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── dotdot
│   │   │   │   │   │   │   │   └── abc
│   │   │   │   │   │   │   ├── module_dir
│   │   │   │   │   │   │   │   ├── xmodules
│   │   │   │   │   │   │   │   │   └── aaa
│   │   │   │   │   │   │   │   ├── ymodules
│   │   │   │   │   │   │   │   │   └── aaa
│   │   │   │   │   │   │   │   └── zmodules
│   │   │   │   │   │   │   │   └── bbb
│   │   │   │   │   │   │   ├── node_path
│   │   │   │   │   │   │   │   ├── x
│   │   │   │   │   │   │   │   │   ├── aaa
│   │   │   │   │   │   │   │   │   └── ccc
│   │   │   │   │   │   │   │   └── y
│   │   │   │   │   │   │   │   ├── bbb
│   │   │   │   │   │   │   │   └── ccc
│   │   │   │   │   │   │   ├── pathfilter
│   │   │   │   │   │   │   │   └── deep_ref
│   │   │   │   │   │   │   ├── precedence
│   │   │   │   │   │   │   │   ├── aaa
│   │   │   │   │   │   │   │   └── bbb
│   │   │   │   │   │   │   ├── resolver
│   │   │   │   │   │   │   │   ├── baz
│   │   │   │   │   │   │   │   ├── browser_field
│   │   │   │   │   │   │   │   ├── dot_main
│   │   │   │   │   │   │   │   ├── dot_slash_main
│   │   │   │   │   │   │   │   ├── incorrect_main
│   │   │   │   │   │   │   │   ├── invalid_main
│   │   │   │   │   │   │   │   ├── multirepo
│   │   │   │   │   │   │   │   │   └── packages
│   │   │   │   │   │   │   │   │   ├── package-a
│   │   │   │   │   │   │   │   │   └── package-b
│   │   │   │   │   │   │   │   ├── nested_symlinks
│   │   │   │   │   │   │   │   │   └── mylib
│   │   │   │   │   │   │   │   ├── other_path
│   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   ├── quux
│   │   │   │   │   │   │   │   │   └── foo
│   │   │   │   │   │   │   │   ├── same_names
│   │   │   │   │   │   │   │   │   └── foo
│   │   │   │   │   │   │   │   ├── symlinked
│   │   │   │   │   │   │   │   │   ├── _
│   │   │   │   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   │   │   └── symlink_target
│   │   │   │   │   │   │   │   │   └── package
│   │   │   │   │   │   │   │   └── without_basedir
│   │   │   │   │   │   │   └── shadowed_core
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── resolve-cwd
│   │   │   │   │   │   ├── resolve-from
│   │   │   │   │   │   ├── resolve-url
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── restore-cursor
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── mimic-fn
│   │   │   │   │   │   │   └── onetime
│   │   │   │   │   │   ├── ret
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── retry
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── integration
│   │   │   │   │   │   ├── rgba-regex
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── rgb-regex
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── right-align
│   │   │   │   │   │   ├── rimraf
│   │   │   │   │   │   ├── ripemd160
│   │   │   │   │   │   ├── run-async
│   │   │   │   │   │   ├── run-queue
│   │   │   │   │   │   ├── rxjs
│   │   │   │   │   │   │   ├── add
│   │   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   │   │   └── dom
│   │   │   │   │   │   │   │   └── operator
│   │   │   │   │   │   │   ├── ajax
│   │   │   │   │   │   │   ├── bundles
│   │   │   │   │   │   │   ├── _esm2015
│   │   │   │   │   │   │   │   ├── ajax
│   │   │   │   │   │   │   │   ├── fetch
│   │   │   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   │   │   │   └── dom
│   │   │   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   │   ├── scheduled
│   │   │   │   │   │   │   │   │   ├── scheduler
│   │   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   │   ├── testing
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   ├── internal-compatibility
│   │   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   ├── testing
│   │   │   │   │   │   │   │   └── webSocket
│   │   │   │   │   │   │   ├── _esm5
│   │   │   │   │   │   │   │   ├── ajax
│   │   │   │   │   │   │   │   ├── fetch
│   │   │   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   │   │   │   └── dom
│   │   │   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   │   ├── scheduled
│   │   │   │   │   │   │   │   │   ├── scheduler
│   │   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   │   ├── testing
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   ├── internal-compatibility
│   │   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   ├── testing
│   │   │   │   │   │   │   │   └── webSocket
│   │   │   │   │   │   │   ├── fetch
│   │   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   │   │   └── dom
│   │   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   ├── scheduled
│   │   │   │   │   │   │   │   ├── scheduler
│   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   ├── testing
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   ├── internal-compatibility
│   │   │   │   │   │   │   ├── migrations
│   │   │   │   │   │   │   │   └── update-6_0_0
│   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   │   └── dom
│   │   │   │   │   │   │   ├── operator
│   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   ├── scheduler
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   ├── add
│   │   │   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   │   │   │   └── dom
│   │   │   │   │   │   │   │   │   └── operator
│   │   │   │   │   │   │   │   ├── ajax
│   │   │   │   │   │   │   │   ├── fetch
│   │   │   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   │   │   │   └── dom
│   │   │   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   │   ├── scheduled
│   │   │   │   │   │   │   │   │   ├── scheduler
│   │   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   │   ├── testing
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   ├── internal-compatibility
│   │   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   │   │   └── dom
│   │   │   │   │   │   │   │   ├── operator
│   │   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   ├── scheduler
│   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   ├── testing
│   │   │   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   │   └── webSocket
│   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   ├── testing
│   │   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   └── webSocket
│   │   │   │   │   │   ├── rx-lite
│   │   │   │   │   │   ├── rx-lite-aggregates
│   │   │   │   │   │   ├── safe-buffer
│   │   │   │   │   │   ├── safer-buffer
│   │   │   │   │   │   ├── safe-regex
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── @samverschueren
│   │   │   │   │   │   │   └── stream-to-observable
│   │   │   │   │   │   ├── sax
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── schema-utils
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── select-hose
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── selfsigned
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── semver
│   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   ├── semver-compare
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── send
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── http-errors
│   │   │   │   │   │   │   ├── mime
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── ms
│   │   │   │   │   │   ├── serialize-javascript
│   │   │   │   │   │   ├── serve-index
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── http-errors
│   │   │   │   │   │   │   │   ├── inherits
│   │   │   │   │   │   │   │   └── setprototypeof
│   │   │   │   │   │   │   └── public
│   │   │   │   │   │   │   └── icons
│   │   │   │   │   │   ├── serve-static
│   │   │   │   │   │   ├── set-blocking
│   │   │   │   │   │   ├── setimmediate
│   │   │   │   │   │   ├── setprototypeof
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── set-value
│   │   │   │   │   │   ├── sha.js
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── shebang-command
│   │   │   │   │   │   ├── shebang-regex
│   │   │   │   │   │   ├── shell-quote
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── signal-exit
│   │   │   │   │   │   ├── simple-git
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   ├── responses
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── typings
│   │   │   │   │   │   ├── simple-swizzle
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── is-arrayish
│   │   │   │   │   │   ├── slash
│   │   │   │   │   │   ├── slice-ansi
│   │   │   │   │   │   ├── snapdragon
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── snapdragon-node
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── define-property
│   │   │   │   │   │   ├── snapdragon-util
│   │   │   │   │   │   ├── sockjs
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   │   ├── echo
│   │   │   │   │   │   │   │   ├── express
│   │   │   │   │   │   │   │   ├── express-3.x
│   │   │   │   │   │   │   │   ├── hapi
│   │   │   │   │   │   │   │   │   └── html
│   │   │   │   │   │   │   │   ├── koa
│   │   │   │   │   │   │   │   └── multiplex
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── sockjs-client
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── event
│   │   │   │   │   │   │   │   ├── transport
│   │   │   │   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   │   │   ├── driver
│   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── receiver
│   │   │   │   │   │   │   │   │   └── sender
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── faye-websocket
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── faye
│   │   │   │   │   │   │   └── websocket
│   │   │   │   │   │   │   └── api
│   │   │   │   │   │   ├── @soda
│   │   │   │   │   │   │   └── friendly-errors-webpack-plugin
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   │   │   └── supports-color
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── formatters
│   │   │   │   │   │   │   ├── transformers
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── sort-keys
│   │   │   │   │   │   ├── source-list-map
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── source-map
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── source-map-resolve
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── source-map-support
│   │   │   │   │   │   ├── source-map-url
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── spdx-correct
│   │   │   │   │   │   ├── spdx-exceptions
│   │   │   │   │   │   ├── spdx-expression-parse
│   │   │   │   │   │   ├── spdx-license-ids
│   │   │   │   │   │   ├── spdy
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── spdy
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── spdy-transport
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── spdy-transport
│   │   │   │   │   │   │   │   └── protocol
│   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   ├── http2
│   │   │   │   │   │   │   │   └── spdy
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── readable-stream
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   └── streams
│   │   │   │   │   │   ├── split-string
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── extend-shallow
│   │   │   │   │   │   │   └── is-extendable
│   │   │   │   │   │   ├── sprintf-js
│   │   │   │   │   │   │   ├── demo
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── sshpk
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── formats
│   │   │   │   │   │   │   └── man
│   │   │   │   │   │   │   └── man1
│   │   │   │   │   │   ├── ssri
│   │   │   │   │   │   ├── stable
│   │   │   │   │   │   ├── stackframe
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── staged-git-files
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── static-extend
│   │   │   │   │   │   ├── statuses
│   │   │   │   │   │   ├── stealthy-require
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── stream-browserify
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── stream-each
│   │   │   │   │   │   ├── stream-http
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── node
│   │   │   │   │   │   │   └── server
│   │   │   │   │   │   │   └── static
│   │   │   │   │   │   ├── stream-shift
│   │   │   │   │   │   ├── strict-uri-encode
│   │   │   │   │   │   ├── string-argv
│   │   │   │   │   │   ├── string_decoder
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── stringify-object
│   │   │   │   │   │   ├── string.prototype.padend
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── string.prototype.padstart
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── string.prototype.trimleft
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── string.prototype.trimright
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   ├── strip-bom
│   │   │   │   │   │   ├── strip-eof
│   │   │   │   │   │   ├── strip-final-newline
│   │   │   │   │   │   ├── strip-indent
│   │   │   │   │   │   ├── strip-json-comments
│   │   │   │   │   │   ├── stylehacks
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── dictionary
│   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── supports-color
│   │   │   │   │   │   ├── svgo
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── svgo
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── css-select
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   ├── svg-tags
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── symbol-observable
│   │   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── synchronous-promise
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── table
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── schemas
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── tailwindcss
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── cli
│   │   │   │   │   │   │   │   │   └── commands
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── plugins
│   │   │   │   │   │   │   │   │   └── css
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── fs-extra
│   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   │   ├── copy
│   │   │   │   │   │   │   │   │   ├── copy-sync
│   │   │   │   │   │   │   │   │   ├── empty
│   │   │   │   │   │   │   │   │   ├── ensure
│   │   │   │   │   │   │   │   │   ├── fs
│   │   │   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   │   ├── mkdirs
│   │   │   │   │   │   │   │   │   ├── move
│   │   │   │   │   │   │   │   │   ├── move-sync
│   │   │   │   │   │   │   │   │   ├── output
│   │   │   │   │   │   │   │   │   ├── path-exists
│   │   │   │   │   │   │   │   │   ├── remove
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   └── postcss-selector-parser
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   ├── selectors
│   │   │   │   │   │   │   │   │   ├── __tests__
│   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── stubs
│   │   │   │   │   │   ├── tapable
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── terser
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── tools
│   │   │   │   │   │   ├── terser-webpack-plugin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── cacache
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── content
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   ├── locales
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── lru-cache
│   │   │   │   │   │   │   └── mississippi
│   │   │   │   │   │   ├── text-table
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── thenify
│   │   │   │   │   │   ├── thenify-all
│   │   │   │   │   │   ├── thread-loader
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── through
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── through2
│   │   │   │   │   │   ├── thunky
│   │   │   │   │   │   ├── timers-browserify
│   │   │   │   │   │   ├── timsort
│   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── tmp
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── to-arraybuffer
│   │   │   │   │   │   ├── to-fast-properties
│   │   │   │   │   │   ├── toidentifier
│   │   │   │   │   │   ├── token-stream
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── to-object-path
│   │   │   │   │   │   ├── toposort
│   │   │   │   │   │   ├── to-regex
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── define-property
│   │   │   │   │   │   │   ├── extend-shallow
│   │   │   │   │   │   │   └── is-extendable
│   │   │   │   │   │   ├── to-regex-range
│   │   │   │   │   │   ├── tough-cookie
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── punycode
│   │   │   │   │   │   ├── tryer
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── tslib
│   │   │   │   │   │   ├── tty-browserify
│   │   │   │   │   │   ├── tunnel-agent
│   │   │   │   │   │   ├── tweetnacl
│   │   │   │   │   │   ├── type-check
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── typedarray
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── server
│   │   │   │   │   │   ├── type-fest
│   │   │   │   │   │   │   └── source
│   │   │   │   │   │   ├── type-is
│   │   │   │   │   │   ├── @types
│   │   │   │   │   │   │   ├── babel-types
│   │   │   │   │   │   │   ├── babylon
│   │   │   │   │   │   │   ├── events
│   │   │   │   │   │   │   ├── glob
│   │   │   │   │   │   │   ├── minimatch
│   │   │   │   │   │   │   ├── node
│   │   │   │   │   │   │   │   └── ts3.2
│   │   │   │   │   │   │   ├── normalize-package-data
│   │   │   │   │   │   │   └── q
│   │   │   │   │   │   ├── uglify-js
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── camelcase
│   │   │   │   │   │   │   │   ├── cliui
│   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   ├── source-map
│   │   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   ├── wordwrap
│   │   │   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   └── yargs
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── tools
│   │   │   │   │   │   ├── uglify-to-browserify
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── unicode-canonical-property-names-ecmascript
│   │   │   │   │   │   ├── unicode-match-property-ecmascript
│   │   │   │   │   │   ├── unicode-match-property-value-ecmascript
│   │   │   │   │   │   │   └── data
│   │   │   │   │   │   ├── unicode-property-aliases-ecmascript
│   │   │   │   │   │   ├── union-value
│   │   │   │   │   │   ├── uniq
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── uniqs
│   │   │   │   │   │   ├── unique-filename
│   │   │   │   │   │   │   ├── coverage
│   │   │   │   │   │   │   │   └── __root__
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── unique-slug
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── universalify
│   │   │   │   │   │   ├── unpipe
│   │   │   │   │   │   ├── unquote
│   │   │   │   │   │   ├── unset-value
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── has-value
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   └── isobject
│   │   │   │   │   │   │   └── has-values
│   │   │   │   │   │   ├── upath
│   │   │   │   │   │   │   └── build
│   │   │   │   │   │   │   └── code
│   │   │   │   │   │   ├── upper-case
│   │   │   │   │   │   ├── uri-js
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── es5
│   │   │   │   │   │   │   │   └── esnext
│   │   │   │   │   │   │   │   └── schemes
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── punycode
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   └── schemes
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── urix
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── url
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── punycode
│   │   │   │   │   │   ├── url-loader
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── url-parse
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── use
│   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── inherits
│   │   │   │   │   │   │   └── support
│   │   │   │   │   │   ├── utila
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── util-deprecate
│   │   │   │   │   │   ├── util.promisify
│   │   │   │   │   │   ├── utils-merge
│   │   │   │   │   │   ├── uuid
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── validate-npm-package-license
│   │   │   │   │   │   ├── vary
│   │   │   │   │   │   ├── vendors
│   │   │   │   │   │   ├── verror
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── extsprintf
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── vm-browserify
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   │   └── run
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── void-elements
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── @vue
│   │   │   │   │   │   │   ├── babel-helper-vue-jsx-merge-props
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── babel-plugin-transform-vue-jsx
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── babel-preset-app
│   │   │   │   │   │   │   ├── babel-preset-jsx
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── babel-sugar-functional-vue
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── babel-sugar-inject-h
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── babel-sugar-v-model
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── babel-sugar-v-on
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── cli-overlay
│   │   │   │   │   │   │   ├── cli-plugin-babel
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── cli-plugin-eslint
│   │   │   │   │   │   │   │   ├── generator
│   │   │   │   │   │   │   │   │   └── template
│   │   │   │   │   │   │   │   │   ├── airbnb
│   │   │   │   │   │   │   │   │   └── standard
│   │   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   │   ├── ajv
│   │   │   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   │   ├── compile
│   │   │   │   │   │   │   │   │   │   │   ├── dot
│   │   │   │   │   │   │   │   │   │   │   ├── dotjs
│   │   │   │   │   │   │   │   │   │   │   └── refs
│   │   │   │   │   │   │   │   │   │   └── scripts
│   │   │   │   │   │   │   │   │   ├── ajv-keywords
│   │   │   │   │   │   │   │   │   │   └── keywords
│   │   │   │   │   │   │   │   │   │   ├── dot
│   │   │   │   │   │   │   │   │   │   └── dotjs
│   │   │   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   │   │   ├── chardet
│   │   │   │   │   │   │   │   │   │   └── encoding
│   │   │   │   │   │   │   │   │   ├── cross-spawn
│   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── doctrine
│   │   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   │   ├── eslint
│   │   │   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   │   │   ├── conf
│   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   │   ├── code-path-analysis
│   │   │   │   │   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   │   │   │   │   ├── formatters
│   │   │   │   │   │   │   │   │   │   │   ├── rules
│   │   │   │   │   │   │   │   │   │   │   ├── testers
│   │   │   │   │   │   │   │   │   │   │   ├── token-store
│   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   └── patterns
│   │   │   │   │   │   │   │   │   │   ├── messages
│   │   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   │   ├── eslint-loader
│   │   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   │   ├── eslint-plugin-vue
│   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   │   ├── configs
│   │   │   │   │   │   │   │   │   │   │   ├── rules
│   │   │   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   │   ├── eslint-scope
│   │   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   │   ├── external-editor
│   │   │   │   │   │   │   │   │   │   └── main
│   │   │   │   │   │   │   │   │   │   └── errors
│   │   │   │   │   │   │   │   │   ├── fast-deep-equal
│   │   │   │   │   │   │   │   │   ├── file-entry-cache
│   │   │   │   │   │   │   │   │   ├── flat-cache
│   │   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   │   │   └── rimraf
│   │   │   │   │   │   │   │   │   ├── globby
│   │   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   │   │   └── ignore
│   │   │   │   │   │   │   │   │   ├── inquirer
│   │   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   │   │   ├── objects
│   │   │   │   │   │   │   │   │   │   ├── prompts
│   │   │   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   ├── json-schema-traverse
│   │   │   │   │   │   │   │   │   │   └── spec
│   │   │   │   │   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   │   │   │   ├── pify
│   │   │   │   │   │   │   │   │   ├── regexpp
│   │   │   │   │   │   │   │   │   ├── slice-ansi
│   │   │   │   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   │   │   │   ├── table
│   │   │   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   │   │   │   └── schemas
│   │   │   │   │   │   │   │   │   ├── vue-eslint-parser
│   │   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   │   └── write
│   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   └── ui
│   │   │   │   │   │   │   ├── cli-service
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   ├── generator
│   │   │   │   │   │   │   │   │   ├── router
│   │   │   │   │   │   │   │   │   │   └── template
│   │   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   │   └── views
│   │   │   │   │   │   │   │   │   ├── template
│   │   │   │   │   │   │   │   │   │   ├── public
│   │   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   │   │   │   └── components
│   │   │   │   │   │   │   │   │   └── vuex
│   │   │   │   │   │   │   │   │   └── template
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── commands
│   │   │   │   │   │   │   │   │   │   └── build
│   │   │   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   │   │   └── webpack
│   │   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── globby
│   │   │   │   │   │   │   │   │   ├── ignore
│   │   │   │   │   │   │   │   │   ├── pify
│   │   │   │   │   │   │   │   │   └── semver
│   │   │   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   ├── cli-shared-utils
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   ├── lru-cache
│   │   │   │   │   │   │   │   └── semver
│   │   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   │   ├── component-compiler-utils
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   ├── stylePlugins
│   │   │   │   │   │   │   │   │   ├── styleProcessors
│   │   │   │   │   │   │   │   │   └── templateCompilerModules
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── stylePlugins
│   │   │   │   │   │   │   │   │   ├── styleProcessors
│   │   │   │   │   │   │   │   │   └── templateCompilerModules
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   ├── cssesc
│   │   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   │   └── man
│   │   │   │   │   │   │   │   └── postcss-selector-parser
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   ├── selectors
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── eslint-config-standard
│   │   │   │   │   │   │   ├── preload-webpack-plugin
│   │   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── web-component-wrapper
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── vue
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   ├── compiler
│   │   │   │   │   │   │   │   │   ├── codegen
│   │   │   │   │   │   │   │   │   ├── directives
│   │   │   │   │   │   │   │   │   └── parser
│   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   │   │   ├── global-api
│   │   │   │   │   │   │   │   │   ├── instance
│   │   │   │   │   │   │   │   │   │   └── render-helpers
│   │   │   │   │   │   │   │   │   ├── observer
│   │   │   │   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   │   │   └── vdom
│   │   │   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   │   └── modules
│   │   │   │   │   │   │   │   ├── platforms
│   │   │   │   │   │   │   │   │   ├── web
│   │   │   │   │   │   │   │   │   │   ├── compiler
│   │   │   │   │   │   │   │   │   │   │   ├── directives
│   │   │   │   │   │   │   │   │   │   │   └── modules
│   │   │   │   │   │   │   │   │   │   ├── runtime
│   │   │   │   │   │   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   │   │   │   │   ├── directives
│   │   │   │   │   │   │   │   │   │   │   └── modules
│   │   │   │   │   │   │   │   │   │   ├── server
│   │   │   │   │   │   │   │   │   │   │   ├── directives
│   │   │   │   │   │   │   │   │   │   │   └── modules
│   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   └── weex
│   │   │   │   │   │   │   │   │   ├── compiler
│   │   │   │   │   │   │   │   │   │   ├── directives
│   │   │   │   │   │   │   │   │   │   └── modules
│   │   │   │   │   │   │   │   │   │   └── recycle-list
│   │   │   │   │   │   │   │   │   ├── runtime
│   │   │   │   │   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   │   │   │   ├── directives
│   │   │   │   │   │   │   │   │   │   ├── modules
│   │   │   │   │   │   │   │   │   │   └── recycle-list
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   ├── server
│   │   │   │   │   │   │   │   │   ├── bundle-renderer
│   │   │   │   │   │   │   │   │   ├── optimizing-compiler
│   │   │   │   │   │   │   │   │   ├── template-renderer
│   │   │   │   │   │   │   │   │   └── webpack-plugin
│   │   │   │   │   │   │   │   ├── sfc
│   │   │   │   │   │   │   │   └── shared
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── vue-eslint-parser
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── espree
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── vue-hot-reload-api
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── vue-loader
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── codegen
│   │   │   │   │   │   │   │   ├── loaders
│   │   │   │   │   │   │   │   └── runtime
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── vue-router
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── vue-style-loader
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── vue-template-compiler
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── vue-template-es2015-compiler
│   │   │   │   │   │   ├── vuex
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── watchpack
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── wbuf
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── wcwidth
│   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── @webassemblyjs
│   │   │   │   │   │   │   ├── ast
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   │   ├── transform
│   │   │   │   │   │   │   │   │   │   ├── denormalize-type-references
│   │   │   │   │   │   │   │   │   │   └── wast-identifier-to-index
│   │   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── transform
│   │   │   │   │   │   │   │   │   │   ├── denormalize-type-references
│   │   │   │   │   │   │   │   │   │   └── wast-identifier-to-index
│   │   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   │   └── scripts
│   │   │   │   │   │   │   ├── floating-point-hex-parser
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-api-error
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-buffer
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-code-frame
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-fsm
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-module-context
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── helper-wasm-bytecode
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── helper-wasm-section
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── ieee754
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── leb128
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── utf8
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── wasm-edit
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── wasm-gen
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   │   └── encoder
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   └── encoder
│   │   │   │   │   │   │   ├── wasm-opt
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── wasm-parser
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   ├── wast-parser
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── wast-printer
│   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── webpack
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── buildin
│   │   │   │   │   │   │   ├── declarations
│   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   └── optimize
│   │   │   │   │   │   │   ├── hot
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   ├── dependencies
│   │   │   │   │   │   │   │   ├── logging
│   │   │   │   │   │   │   │   ├── node
│   │   │   │   │   │   │   │   ├── optimize
│   │   │   │   │   │   │   │   ├── performance
│   │   │   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   │   ├── wasm
│   │   │   │   │   │   │   │   ├── web
│   │   │   │   │   │   │   │   └── webworker
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   ├── schemas
│   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   └── optimize
│   │   │   │   │   │   │   └── web_modules
│   │   │   │   │   │   ├── webpack-bundle-analyzer
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── tree
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   ├── public
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   └── tree
│   │   │   │   │   │   │   └── views
│   │   │   │   │   │   ├── webpack-chain
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── webpack-dev-middleware
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── webpack-dev-server
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── client
│   │   │   │   │   │   │   │   ├── clients
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── servers
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── del
│   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   ├── is-path-cwd
│   │   │   │   │   │   │   │   ├── is-path-in-cwd
│   │   │   │   │   │   │   │   ├── is-path-inside
│   │   │   │   │   │   │   │   ├── pify
│   │   │   │   │   │   │   │   ├── p-map
│   │   │   │   │   │   │   │   ├── semver
│   │   │   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   │   │   └── supports-color
│   │   │   │   │   │   │   └── ssl
│   │   │   │   │   │   ├── webpack-log
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   └── loglevel
│   │   │   │   │   │   ├── webpack-merge
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── webpack-sources
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── websocket-driver
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── websocket
│   │   │   │   │   │   │   └── driver
│   │   │   │   │   │   │   └── hybi
│   │   │   │   │   │   ├── websocket-extensions
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── pipeline
│   │   │   │   │   │   ├── which
│   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   ├── which-module
│   │   │   │   │   │   ├── window-size
│   │   │   │   │   │   ├── with
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── acorn
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── rollup
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── loose
│   │   │   │   │   │   │   └── walk
│   │   │   │   │   │   ├── wordwrap
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── worker-farm
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   │   ├── basic
│   │   │   │   │   │   │   │   └── pi
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── child
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── wrap-ansi
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── wrappy
│   │   │   │   │   │   ├── write
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── ws
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── xtend
│   │   │   │   │   │   ├── @xtuc
│   │   │   │   │   │   │   ├── ieee754
│   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   └── long
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── y18n
│   │   │   │   │   │   ├── yallist
│   │   │   │   │   │   ├── yargs
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── locales
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── cliui
│   │   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   │   ├── p-limit
│   │   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   │   ├── p-try
│   │   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   │   └── wrap-ansi
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── yargs-parser
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── yorkie
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── cross-spawn
│   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   ├── execa
│   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   ├── get-stream
│   │   │   │   │   │   │   │   └── normalize-path
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── __tests__
│   │   │   │   │   │   └── yup
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── toposort
│   │   │   │   │   ├── public
│   │   │   │   │   └── src
│   │   │   │   │   ├── assets
│   │   │   │   │   │   └── styles
│   │   │   │   │   ├── components
│   │   │   │   │   └── views
│   │   │   │   └── server
│   │   │   ├── busybee
│   │   │   │   ├── busybee-ionic
│   │   │   │   │   ├── app
│   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   └── app
│   │   │   │   │   │   │   └── build
│   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   ├── not_namespaced_r_class_sources
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── processDebugResources
│   │   │   │   │   │   │   │   │   └── r
│   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   ├── google
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   │   └── mezerotm
│   │   │   │   │   │   │   │   │   │   └── learningIonicVue
│   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   ├── renderscript_source_output_dir
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── compileDebugRenderscript
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   ├── pngs
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── resValues
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── rs
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── source
│   │   │   │   │   │   │   │   ├── apt
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── buildConfig
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   └── mezerotm
│   │   │   │   │   │   │   │   └── learningIonicVue
│   │   │   │   │   │   │   └── intermediates
│   │   │   │   │   │   │   ├── annotation_processor_list
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   ├── apk_list
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── mainApkListPersistenceDebug
│   │   │   │   │   │   │   ├── blame
│   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── multi-v2
│   │   │   │   │   │   │   │   └── single
│   │   │   │   │   │   │   ├── build-info
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   ├── builds
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── 1559362188840
│   │   │   │   │   │   │   │   ├── 1559528384220
│   │   │   │   │   │   │   │   ├── 1559531113860
│   │   │   │   │   │   │   │   ├── 1559531356823
│   │   │   │   │   │   │   │   ├── 1559531554654
│   │   │   │   │   │   │   │   ├── 1559552724815
│   │   │   │   │   │   │   │   ├── 1559553768707
│   │   │   │   │   │   │   │   ├── 1559554206353
│   │   │   │   │   │   │   │   └── 1559554384140
│   │   │   │   │   │   │   ├── bundle_manifest
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   └── bundle-manifest
│   │   │   │   │   │   │   ├── check_manifest_result
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── checkDebugManifest
│   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   ├── compatible_screen_manifest
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── createDebugCompatibleScreenManifests
│   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   ├── incremental
│   │   │   │   │   │   │   │   ├── debug-mergeJavaRes
│   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   ├── debug-mergeJniLibs
│   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   ├── ir_dep
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── dependencies
│   │   │   │   │   │   │   │   │   └── package_dependencies
│   │   │   │   │   │   │   │   ├── ir_slices
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── package_slice_0
│   │   │   │   │   │   │   │   │   ├── package_slice_1
│   │   │   │   │   │   │   │   │   ├── package_slice_2
│   │   │   │   │   │   │   │   │   ├── package_slice_3
│   │   │   │   │   │   │   │   │   ├── package_slice_4
│   │   │   │   │   │   │   │   │   ├── package_slice_5
│   │   │   │   │   │   │   │   │   ├── package_slice_6
│   │   │   │   │   │   │   │   │   ├── package_slice_7
│   │   │   │   │   │   │   │   │   ├── package_slice_8
│   │   │   │   │   │   │   │   │   └── package_slice_9
│   │   │   │   │   │   │   │   ├── mergeDebugAssets
│   │   │   │   │   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   │   │   │   ├── mergeDebugResources
│   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   │   │   │   ├── packageDebug
│   │   │   │   │   │   │   │   │   └── tmp
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   ├── processDebugResources
│   │   │   │   │   │   │   │   └── processInstantRunDebugResourcesApk
│   │   │   │   │   │   │   │   └── package_resources-debug
│   │   │   │   │   │   │   ├── incremental-runtime-classes
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   ├── incremental-verifier
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   ├── background
│   │   │   │   │   │   │   │   │   │   │   ├── camera
│   │   │   │   │   │   │   │   │   │   │   ├── notification
│   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   ├── google
│   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   └── mezerotm
│   │   │   │   │   │   │   │   │   └── learningIonicVue
│   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   ├── instant_app_manifest
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   └── instant-app-manifest
│   │   │   │   │   │   │   ├── instant-run-apk
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   ├── instant_run_app_info_output_file
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── generateDebugInstantRunAppInfo
│   │   │   │   │   │   │   ├── instant_run_main_apk_resources
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── instantRunMainApkResourcesDebug
│   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   └── main_resources
│   │   │   │   │   │   │   ├── instant_run_merged_manifests
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   └── instant-run
│   │   │   │   │   │   │   ├── instant_run_split_apk_resources
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── instantRunSplitApkResourcesDebug
│   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── slice_0
│   │   │   │   │   │   │   │   ├── slice_1
│   │   │   │   │   │   │   │   ├── slice_2
│   │   │   │   │   │   │   │   ├── slice_3
│   │   │   │   │   │   │   │   ├── slice_4
│   │   │   │   │   │   │   │   ├── slice_5
│   │   │   │   │   │   │   │   ├── slice_6
│   │   │   │   │   │   │   │   ├── slice_7
│   │   │   │   │   │   │   │   ├── slice_8
│   │   │   │   │   │   │   │   └── slice_9
│   │   │   │   │   │   │   └── javac
│   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   └── compileDebugJavaWithJavac
│   │   │   │   │   │   │   └── classes
│   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   └── analytics
│   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── img
│   │   │   │   │   │   │   └── icons
│   │   │   │   │   │   ├── public
│   │   │   │   │   │   ├── resources
│   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   ├── plugins
│   │   │   │   │   │   │   └── views
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   └── unit
│   │   │   │   │   └── server
│   │   │   │   │   └── src
│   │   │   │   └── busybee-nativescript
│   │   │   │   ├── app
│   │   │   │   │   ├── hooks
│   │   │   │   │   │   ├── after-prepare
│   │   │   │   │   │   ├── after-watch
│   │   │   │   │   │   ├── before-checkForChanges
│   │   │   │   │   │   ├── before-cleanApp
│   │   │   │   │   │   ├── before-prepare
│   │   │   │   │   │   ├── before-prepareJSApp
│   │   │   │   │   │   ├── before-preview-sync
│   │   │   │   │   │   ├── before-shouldPrepare
│   │   │   │   │   │   ├── before-watch
│   │   │   │   │   │   └── before-watchPatterns
│   │   │   │   │   └── platforms
│   │   │   │   │   └── android
│   │   │   │   │   ├── app
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   ├── exploded-dependencies
│   │   │   │   │   │   │   │   ├── 0
│   │   │   │   │   │   │   │   ├── 1
│   │   │   │   │   │   │   │   ├── 10
│   │   │   │   │   │   │   │   ├── 11
│   │   │   │   │   │   │   │   ├── 12
│   │   │   │   │   │   │   │   ├── 13
│   │   │   │   │   │   │   │   ├── 14
│   │   │   │   │   │   │   │   ├── 15
│   │   │   │   │   │   │   │   ├── 16
│   │   │   │   │   │   │   │   ├── 17
│   │   │   │   │   │   │   │   ├── 18
│   │   │   │   │   │   │   │   ├── 19
│   │   │   │   │   │   │   │   ├── 2
│   │   │   │   │   │   │   │   ├── 20
│   │   │   │   │   │   │   │   ├── 21
│   │   │   │   │   │   │   │   ├── 22
│   │   │   │   │   │   │   │   ├── 23
│   │   │   │   │   │   │   │   ├── 24
│   │   │   │   │   │   │   │   ├── 25
│   │   │   │   │   │   │   │   ├── 26
│   │   │   │   │   │   │   │   ├── 27
│   │   │   │   │   │   │   │   ├── 28
│   │   │   │   │   │   │   │   ├── 29
│   │   │   │   │   │   │   │   ├── 3
│   │   │   │   │   │   │   │   ├── 30
│   │   │   │   │   │   │   │   ├── 31
│   │   │   │   │   │   │   │   ├── 32
│   │   │   │   │   │   │   │   ├── 33
│   │   │   │   │   │   │   │   ├── 34
│   │   │   │   │   │   │   │   ├── 35
│   │   │   │   │   │   │   │   ├── 36
│   │   │   │   │   │   │   │   ├── 37
│   │   │   │   │   │   │   │   ├── 38
│   │   │   │   │   │   │   │   ├── 39
│   │   │   │   │   │   │   │   ├── 4
│   │   │   │   │   │   │   │   ├── 40
│   │   │   │   │   │   │   │   ├── 41
│   │   │   │   │   │   │   │   ├── 42
│   │   │   │   │   │   │   │   ├── 43
│   │   │   │   │   │   │   │   ├── 5
│   │   │   │   │   │   │   │   ├── 6
│   │   │   │   │   │   │   │   ├── 7
│   │   │   │   │   │   │   │   ├── 8
│   │   │   │   │   │   │   │   └── 9
│   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   ├── not_namespaced_r_class_sources
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── processDebugResources
│   │   │   │   │   │   │   │   │   └── r
│   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   ├── multidex
│   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   ├── co
│   │   │   │   │   │   │   │   │   │   └── fitcom
│   │   │   │   │   │   │   │   │   │   └── fancylogger
│   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   ├── telerik
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   └── common
│   │   │   │   │   │   │   │   │   │   │   └── widget
│   │   │   │   │   │   │   │   │   │   │   └── list
│   │   │   │   │   │   │   │   │   │   └── tns
│   │   │   │   │   │   │   │   │   │   └── android_runtime
│   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   └── nativescript
│   │   │   │   │   │   │   │   │   ├── application
│   │   │   │   │   │   │   │   │   └── widgets
│   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   ├── resValues
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── rs
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── source
│   │   │   │   │   │   │   │   ├── apt
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── buildConfig
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   └── nativescript
│   │   │   │   │   │   │   │   │   └── application
│   │   │   │   │   │   │   │   └── rs
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   ├── intermediates
│   │   │   │   │   │   │   │   ├── annotation_processor_list
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── javaPreCompileDebug
│   │   │   │   │   │   │   │   ├── apk_list
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── mainApkListPersistenceDebug
│   │   │   │   │   │   │   │   ├── check-libraries
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── check-manifest
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── compatible_screen_manifest
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── createDebugCompatibleScreenManifests
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── incremental
│   │   │   │   │   │   │   │   │   ├── debug-mergeJavaRes
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── debug-mergeJniLibs
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── mergeDebugAssets
│   │   │   │   │   │   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   │   │   │   │   ├── mergeDebugResources
│   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   │   │   ├── values-af
│   │   │   │   │   │   │   │   │   │   │   ├── values-am
│   │   │   │   │   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   │   │   │   ├── values-as
│   │   │   │   │   │   │   │   │   │   │   ├── values-az
│   │   │   │   │   │   │   │   │   │   │   ├── values-be
│   │   │   │   │   │   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   │   │   │   │   ├── values-bn
│   │   │   │   │   │   │   │   │   │   │   ├── values-bs
│   │   │   │   │   │   │   │   │   │   │   ├── values-b+sr+Latn
│   │   │   │   │   │   │   │   │   │   │   ├── values-ca
│   │   │   │   │   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   │   │   │   ├── values-da
│   │   │   │   │   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   │   │   │   ├── values-el
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rAU
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rCA
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rGB
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rIN
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rXC
│   │   │   │   │   │   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   │   │   │   │   ├── values-es-rUS
│   │   │   │   │   │   │   │   │   │   │   ├── values-et
│   │   │   │   │   │   │   │   │   │   │   ├── values-eu
│   │   │   │   │   │   │   │   │   │   │   ├── values-fa
│   │   │   │   │   │   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   │   │   │   │   ├── values-fr-rCA
│   │   │   │   │   │   │   │   │   │   │   ├── values-gl
│   │   │   │   │   │   │   │   │   │   │   ├── values-gu
│   │   │   │   │   │   │   │   │   │   │   ├── values-h720dp-v13
│   │   │   │   │   │   │   │   │   │   │   ├── values-hdpi-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-hi
│   │   │   │   │   │   │   │   │   │   │   ├── values-hr
│   │   │   │   │   │   │   │   │   │   │   ├── values-hu
│   │   │   │   │   │   │   │   │   │   │   ├── values-hy
│   │   │   │   │   │   │   │   │   │   │   ├── values-in
│   │   │   │   │   │   │   │   │   │   │   ├── values-is
│   │   │   │   │   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   │   │   │   ├── values-ka
│   │   │   │   │   │   │   │   │   │   │   ├── values-kk
│   │   │   │   │   │   │   │   │   │   │   ├── values-km
│   │   │   │   │   │   │   │   │   │   │   ├── values-kn
│   │   │   │   │   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   │   │   │   ├── values-ky
│   │   │   │   │   │   │   │   │   │   │   ├── values-land
│   │   │   │   │   │   │   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-lo
│   │   │   │   │   │   │   │   │   │   │   ├── values-lt
│   │   │   │   │   │   │   │   │   │   │   ├── values-lv
│   │   │   │   │   │   │   │   │   │   │   ├── values-mk
│   │   │   │   │   │   │   │   │   │   │   ├── values-ml
│   │   │   │   │   │   │   │   │   │   │   ├── values-mn
│   │   │   │   │   │   │   │   │   │   │   ├── values-mr
│   │   │   │   │   │   │   │   │   │   │   ├── values-ms
│   │   │   │   │   │   │   │   │   │   │   ├── values-my
│   │   │   │   │   │   │   │   │   │   │   ├── values-nb
│   │   │   │   │   │   │   │   │   │   │   ├── values-ne
│   │   │   │   │   │   │   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   │   │   │   ├── values-or
│   │   │   │   │   │   │   │   │   │   │   ├── values-pa
│   │   │   │   │   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   │   │   │   ├── values-port
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rPT
│   │   │   │   │   │   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   │   │   │   │   ├── values-si
│   │   │   │   │   │   │   │   │   │   │   ├── values-sk
│   │   │   │   │   │   │   │   │   │   │   ├── values-sl
│   │   │   │   │   │   │   │   │   │   │   ├── values-sq
│   │   │   │   │   │   │   │   │   │   │   ├── values-sr
│   │   │   │   │   │   │   │   │   │   │   ├── values-sv
│   │   │   │   │   │   │   │   │   │   │   ├── values-sw
│   │   │   │   │   │   │   │   │   │   │   ├── values-sw600dp-v13
│   │   │   │   │   │   │   │   │   │   │   ├── values-ta
│   │   │   │   │   │   │   │   │   │   │   ├── values-te
│   │   │   │   │   │   │   │   │   │   │   ├── values-th
│   │   │   │   │   │   │   │   │   │   │   ├── values-tl
│   │   │   │   │   │   │   │   │   │   │   ├── values-tr
│   │   │   │   │   │   │   │   │   │   │   ├── values-uk
│   │   │   │   │   │   │   │   │   │   │   ├── values-ur
│   │   │   │   │   │   │   │   │   │   │   ├── values-uz
│   │   │   │   │   │   │   │   │   │   │   ├── values-v16
│   │   │   │   │   │   │   │   │   │   │   ├── values-v17
│   │   │   │   │   │   │   │   │   │   │   ├── values-v18
│   │   │   │   │   │   │   │   │   │   │   ├── values-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-v22
│   │   │   │   │   │   │   │   │   │   │   ├── values-v23
│   │   │   │   │   │   │   │   │   │   │   ├── values-v24
│   │   │   │   │   │   │   │   │   │   │   ├── values-v25
│   │   │   │   │   │   │   │   │   │   │   ├── values-v26
│   │   │   │   │   │   │   │   │   │   │   ├── values-v28
│   │   │   │   │   │   │   │   │   │   │   ├── values-vi
│   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v20
│   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-xlarge-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rCN
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rHK
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rTW
│   │   │   │   │   │   │   │   │   │   │   └── values-zu
│   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   │   │   │   │   ├── packageDebug
│   │   │   │   │   │   │   │   │   │   └── tmp
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── processDebugResources
│   │   │   │   │   │   │   │   │   └── validateSigningDebug
│   │   │   │   │   │   │   │   ├── instant_run_merged_manifests
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   │   └── instant-run
│   │   │   │   │   │   │   │   ├── lint_jar
│   │   │   │   │   │   │   │   │   └── global
│   │   │   │   │   │   │   │   │   └── prepareLintJar
│   │   │   │   │   │   │   │   ├── merged_assets
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── mergeDebugAssets
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   │   │   └── assets
│   │   │   │   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   │   │   └── metadata
│   │   │   │   │   │   │   │   ├── prebuild
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── processed_res
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── processDebugResources
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   ├── merged
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── symbol-table-with-package
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── rs
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   ├── shader_assets
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── compileDebugShaders
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   └── symbols
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   └── tmp
│   │   │   │   │   │   │   └── compileDebugJavaWithJavac
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   ├── java
│   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   └── tns
│   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   └── values
│   │   │   │   │   │   └── main
│   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   ├── App_Resources
│   │   │   │   │   │   │   │   │   ├── Android
│   │   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   │   └── main
│   │   │   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   │   │   ├── drawable-hdpi
│   │   │   │   │   │   │   │   │   │   ├── drawable-ldpi
│   │   │   │   │   │   │   │   │   │   ├── drawable-mdpi
│   │   │   │   │   │   │   │   │   │   ├── drawable-nodpi
│   │   │   │   │   │   │   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   │   │   │   │   │   ├── drawable-xxhdpi
│   │   │   │   │   │   │   │   │   │   ├── drawable-xxxhdpi
│   │   │   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   │   └── values-v21
│   │   │   │   │   │   │   │   │   └── iOS
│   │   │   │   │   │   │   │   │   └── Assets.xcassets
│   │   │   │   │   │   │   │   │   ├── AppIcon.appiconset
│   │   │   │   │   │   │   │   │   ├── LaunchImage.launchimage
│   │   │   │   │   │   │   │   │   ├── LaunchScreen.AspectFill.imageset
│   │   │   │   │   │   │   │   │   └── LaunchScreen.Center.imageset
│   │   │   │   │   │   │   │   └── assets
│   │   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   └── metadata
│   │   │   │   │   │   ├── java
│   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   └── tns
│   │   │   │   │   │   │   ├── gen
│   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   ├── animation
│   │   │   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   │   ├── content
│   │   │   │   │   │   │   │   │   ├── support
│   │   │   │   │   │   │   │   │   │   └── v4
│   │   │   │   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   │   │   └── view
│   │   │   │   │   │   │   │   │   ├── view
│   │   │   │   │   │   │   │   │   ├── webkit
│   │   │   │   │   │   │   │   │   └── widget
│   │   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   │   └── socket
│   │   │   │   │   │   │   │   │   ├── client
│   │   │   │   │   │   │   │   │   └── emitter
│   │   │   │   │   │   │   │   ├── java
│   │   │   │   │   │   │   │   │   └── lang
│   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   └── nativescript
│   │   │   │   │   │   │   │   └── widgets
│   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   └── res
│   │   │   │   │   │   ├── drawable-hdpi
│   │   │   │   │   │   ├── drawable-ldpi
│   │   │   │   │   │   ├── drawable-mdpi
│   │   │   │   │   │   ├── drawable-nodpi
│   │   │   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   │   ├── drawable-xxhdpi
│   │   │   │   │   │   ├── drawable-xxxhdpi
│   │   │   │   │   │   ├── values
│   │   │   │   │   │   └── values-v21
│   │   │   │   │   ├── build
│   │   │   │   │   │   └── intermediates
│   │   │   │   │   ├── build-tools
│   │   │   │   │   │   └── jsparser
│   │   │   │   │   └── gradle
│   │   │   │   │   └── wrapper
│   │   │   │   └── server
│   │   │   │   ├── prisma
│   │   │   │   └── src
│   │   │   │   ├── generated
│   │   │   │   │   ├── nexus-prisma
│   │   │   │   │   └── prisma-client
│   │   │   │   ├── middleware
│   │   │   │   └── schema
│   │   │   └── capacitor
│   │   │   ├── marta
│   │   │   │   ├── android
│   │   │   │   │   ├── app
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   ├── not_namespaced_r_class_sources
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── processDebugResources
│   │   │   │   │   │   │   │   │   │   └── r
│   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── processReleaseResources
│   │   │   │   │   │   │   │   │   └── r
│   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   ├── renderscript_source_output_dir
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── compileDebugRenderscript
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   ├── debugAndroidTest
│   │   │   │   │   │   │   │   │   │   └── compileDebugAndroidTestRenderscript
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── compileReleaseRenderscript
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   ├── pngs
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   ├── resValues
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── rs
│   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── source
│   │   │   │   │   │   │   │   ├── apt
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── buildConfig
│   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── io
│   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── io
│   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── io
│   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   ├── intermediates
│   │   │   │   │   │   │   │   ├── annotation_processor_list
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── apk_list
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── mainApkListPersistenceDebug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── mainApkListPersistenceRelease
│   │   │   │   │   │   │   │   ├── blame
│   │   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   ├── multi-v2
│   │   │   │   │   │   │   │   │   │   └── single
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   ├── multi-v2
│   │   │   │   │   │   │   │   │   └── single
│   │   │   │   │   │   │   │   ├── build-info
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── builds
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── 1576740257932
│   │   │   │   │   │   │   │   │   ├── 1576740406903
│   │   │   │   │   │   │   │   │   ├── 1576792216677
│   │   │   │   │   │   │   │   │   ├── 1576792965037
│   │   │   │   │   │   │   │   │   ├── 1576793093024
│   │   │   │   │   │   │   │   │   └── 1576793519008
│   │   │   │   │   │   │   │   ├── bundle_manifest
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   │   │   └── bundle-manifest
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── processReleaseManifest
│   │   │   │   │   │   │   │   │   └── bundle-manifest
│   │   │   │   │   │   │   │   ├── check_manifest_result
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── checkDebugManifest
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── checkReleaseManifest
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── compatible_screen_manifest
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── createDebugCompatibleScreenManifests
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── createReleaseCompatibleScreenManifests
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── incremental
│   │   │   │   │   │   │   │   │   ├── debug-mergeJavaRes
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── debug-mergeJniLibs
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── ir_dep
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   ├── dependencies
│   │   │   │   │   │   │   │   │   │   └── package_dependencies
│   │   │   │   │   │   │   │   │   ├── ir_slices
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   ├── package_slice_0
│   │   │   │   │   │   │   │   │   │   ├── package_slice_1
│   │   │   │   │   │   │   │   │   │   ├── package_slice_2
│   │   │   │   │   │   │   │   │   │   ├── package_slice_3
│   │   │   │   │   │   │   │   │   │   ├── package_slice_4
│   │   │   │   │   │   │   │   │   │   ├── package_slice_5
│   │   │   │   │   │   │   │   │   │   ├── package_slice_6
│   │   │   │   │   │   │   │   │   │   ├── package_slice_7
│   │   │   │   │   │   │   │   │   │   ├── package_slice_8
│   │   │   │   │   │   │   │   │   │   └── package_slice_9
│   │   │   │   │   │   │   │   │   ├── mergeDebugAssets
│   │   │   │   │   │   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   │   │   │   │   ├── mergeDebugResources
│   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   │   │   ├── values-af
│   │   │   │   │   │   │   │   │   │   │   ├── values-am
│   │   │   │   │   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   │   │   │   ├── values-as
│   │   │   │   │   │   │   │   │   │   │   ├── values-az
│   │   │   │   │   │   │   │   │   │   │   ├── values-be
│   │   │   │   │   │   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   │   │   │   │   ├── values-bn
│   │   │   │   │   │   │   │   │   │   │   ├── values-bs
│   │   │   │   │   │   │   │   │   │   │   ├── values-b+sr+Latn
│   │   │   │   │   │   │   │   │   │   │   ├── values-ca
│   │   │   │   │   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   │   │   │   ├── values-da
│   │   │   │   │   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   │   │   │   ├── values-el
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rAU
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rCA
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rGB
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rIN
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rXC
│   │   │   │   │   │   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   │   │   │   │   ├── values-es-rUS
│   │   │   │   │   │   │   │   │   │   │   ├── values-et
│   │   │   │   │   │   │   │   │   │   │   ├── values-eu
│   │   │   │   │   │   │   │   │   │   │   ├── values-fa
│   │   │   │   │   │   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   │   │   │   │   ├── values-fr-rCA
│   │   │   │   │   │   │   │   │   │   │   ├── values-gl
│   │   │   │   │   │   │   │   │   │   │   ├── values-gu
│   │   │   │   │   │   │   │   │   │   │   ├── values-h720dp-v13
│   │   │   │   │   │   │   │   │   │   │   ├── values-hdpi-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-hi
│   │   │   │   │   │   │   │   │   │   │   ├── values-hr
│   │   │   │   │   │   │   │   │   │   │   ├── values-hu
│   │   │   │   │   │   │   │   │   │   │   ├── values-hy
│   │   │   │   │   │   │   │   │   │   │   ├── values-in
│   │   │   │   │   │   │   │   │   │   │   ├── values-is
│   │   │   │   │   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   │   │   │   ├── values-ka
│   │   │   │   │   │   │   │   │   │   │   ├── values-kk
│   │   │   │   │   │   │   │   │   │   │   ├── values-km
│   │   │   │   │   │   │   │   │   │   │   ├── values-kn
│   │   │   │   │   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   │   │   │   ├── values-ky
│   │   │   │   │   │   │   │   │   │   │   ├── values-land
│   │   │   │   │   │   │   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-lo
│   │   │   │   │   │   │   │   │   │   │   ├── values-lt
│   │   │   │   │   │   │   │   │   │   │   ├── values-lv
│   │   │   │   │   │   │   │   │   │   │   ├── values-mk
│   │   │   │   │   │   │   │   │   │   │   ├── values-ml
│   │   │   │   │   │   │   │   │   │   │   ├── values-mn
│   │   │   │   │   │   │   │   │   │   │   ├── values-mr
│   │   │   │   │   │   │   │   │   │   │   ├── values-ms
│   │   │   │   │   │   │   │   │   │   │   ├── values-my
│   │   │   │   │   │   │   │   │   │   │   ├── values-nb
│   │   │   │   │   │   │   │   │   │   │   ├── values-ne
│   │   │   │   │   │   │   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   │   │   │   ├── values-or
│   │   │   │   │   │   │   │   │   │   │   ├── values-pa
│   │   │   │   │   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   │   │   │   ├── values-port
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rPT
│   │   │   │   │   │   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   │   │   │   │   ├── values-si
│   │   │   │   │   │   │   │   │   │   │   ├── values-sk
│   │   │   │   │   │   │   │   │   │   │   ├── values-sl
│   │   │   │   │   │   │   │   │   │   │   ├── values-sq
│   │   │   │   │   │   │   │   │   │   │   ├── values-sr
│   │   │   │   │   │   │   │   │   │   │   ├── values-sv
│   │   │   │   │   │   │   │   │   │   │   ├── values-sw
│   │   │   │   │   │   │   │   │   │   │   ├── values-sw600dp-v13
│   │   │   │   │   │   │   │   │   │   │   ├── values-ta
│   │   │   │   │   │   │   │   │   │   │   ├── values-te
│   │   │   │   │   │   │   │   │   │   │   ├── values-th
│   │   │   │   │   │   │   │   │   │   │   ├── values-tl
│   │   │   │   │   │   │   │   │   │   │   ├── values-tr
│   │   │   │   │   │   │   │   │   │   │   ├── values-uk
│   │   │   │   │   │   │   │   │   │   │   ├── values-ur
│   │   │   │   │   │   │   │   │   │   │   ├── values-uz
│   │   │   │   │   │   │   │   │   │   │   ├── values-v16
│   │   │   │   │   │   │   │   │   │   │   ├── values-v17
│   │   │   │   │   │   │   │   │   │   │   ├── values-v18
│   │   │   │   │   │   │   │   │   │   │   ├── values-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-v22
│   │   │   │   │   │   │   │   │   │   │   ├── values-v23
│   │   │   │   │   │   │   │   │   │   │   ├── values-v24
│   │   │   │   │   │   │   │   │   │   │   ├── values-v25
│   │   │   │   │   │   │   │   │   │   │   ├── values-v26
│   │   │   │   │   │   │   │   │   │   │   ├── values-v28
│   │   │   │   │   │   │   │   │   │   │   ├── values-vi
│   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v20
│   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-xlarge-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rCN
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rHK
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rTW
│   │   │   │   │   │   │   │   │   │   │   └── values-zu
│   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   │   │   │   │   ├── mergeReleaseAssets
│   │   │   │   │   │   │   │   │   ├── mergeReleaseJniLibFolders
│   │   │   │   │   │   │   │   │   ├── mergeReleaseResources
│   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   │   │   ├── values-af
│   │   │   │   │   │   │   │   │   │   │   ├── values-am
│   │   │   │   │   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   │   │   │   ├── values-as
│   │   │   │   │   │   │   │   │   │   │   ├── values-az
│   │   │   │   │   │   │   │   │   │   │   ├── values-be
│   │   │   │   │   │   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   │   │   │   │   ├── values-bn
│   │   │   │   │   │   │   │   │   │   │   ├── values-bs
│   │   │   │   │   │   │   │   │   │   │   ├── values-b+sr+Latn
│   │   │   │   │   │   │   │   │   │   │   ├── values-ca
│   │   │   │   │   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   │   │   │   ├── values-da
│   │   │   │   │   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   │   │   │   ├── values-el
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rAU
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rCA
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rGB
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rIN
│   │   │   │   │   │   │   │   │   │   │   ├── values-en-rXC
│   │   │   │   │   │   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   │   │   │   │   ├── values-es-rUS
│   │   │   │   │   │   │   │   │   │   │   ├── values-et
│   │   │   │   │   │   │   │   │   │   │   ├── values-eu
│   │   │   │   │   │   │   │   │   │   │   ├── values-fa
│   │   │   │   │   │   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   │   │   │   │   ├── values-fr-rCA
│   │   │   │   │   │   │   │   │   │   │   ├── values-gl
│   │   │   │   │   │   │   │   │   │   │   ├── values-gu
│   │   │   │   │   │   │   │   │   │   │   ├── values-h720dp-v13
│   │   │   │   │   │   │   │   │   │   │   ├── values-hdpi-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-hi
│   │   │   │   │   │   │   │   │   │   │   ├── values-hr
│   │   │   │   │   │   │   │   │   │   │   ├── values-hu
│   │   │   │   │   │   │   │   │   │   │   ├── values-hy
│   │   │   │   │   │   │   │   │   │   │   ├── values-in
│   │   │   │   │   │   │   │   │   │   │   ├── values-is
│   │   │   │   │   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   │   │   │   ├── values-ka
│   │   │   │   │   │   │   │   │   │   │   ├── values-kk
│   │   │   │   │   │   │   │   │   │   │   ├── values-km
│   │   │   │   │   │   │   │   │   │   │   ├── values-kn
│   │   │   │   │   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   │   │   │   ├── values-ky
│   │   │   │   │   │   │   │   │   │   │   ├── values-land
│   │   │   │   │   │   │   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-lo
│   │   │   │   │   │   │   │   │   │   │   ├── values-lt
│   │   │   │   │   │   │   │   │   │   │   ├── values-lv
│   │   │   │   │   │   │   │   │   │   │   ├── values-mk
│   │   │   │   │   │   │   │   │   │   │   ├── values-ml
│   │   │   │   │   │   │   │   │   │   │   ├── values-mn
│   │   │   │   │   │   │   │   │   │   │   ├── values-mr
│   │   │   │   │   │   │   │   │   │   │   ├── values-ms
│   │   │   │   │   │   │   │   │   │   │   ├── values-my
│   │   │   │   │   │   │   │   │   │   │   ├── values-nb
│   │   │   │   │   │   │   │   │   │   │   ├── values-ne
│   │   │   │   │   │   │   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   │   │   │   ├── values-or
│   │   │   │   │   │   │   │   │   │   │   ├── values-pa
│   │   │   │   │   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   │   │   │   ├── values-port
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rPT
│   │   │   │   │   │   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   │   │   │   │   ├── values-si
│   │   │   │   │   │   │   │   │   │   │   ├── values-sk
│   │   │   │   │   │   │   │   │   │   │   ├── values-sl
│   │   │   │   │   │   │   │   │   │   │   ├── values-sq
│   │   │   │   │   │   │   │   │   │   │   ├── values-sr
│   │   │   │   │   │   │   │   │   │   │   ├── values-sv
│   │   │   │   │   │   │   │   │   │   │   ├── values-sw
│   │   │   │   │   │   │   │   │   │   │   ├── values-sw600dp-v13
│   │   │   │   │   │   │   │   │   │   │   ├── values-ta
│   │   │   │   │   │   │   │   │   │   │   ├── values-te
│   │   │   │   │   │   │   │   │   │   │   ├── values-th
│   │   │   │   │   │   │   │   │   │   │   ├── values-tl
│   │   │   │   │   │   │   │   │   │   │   ├── values-tr
│   │   │   │   │   │   │   │   │   │   │   ├── values-uk
│   │   │   │   │   │   │   │   │   │   │   ├── values-ur
│   │   │   │   │   │   │   │   │   │   │   ├── values-uz
│   │   │   │   │   │   │   │   │   │   │   ├── values-v16
│   │   │   │   │   │   │   │   │   │   │   ├── values-v17
│   │   │   │   │   │   │   │   │   │   │   ├── values-v18
│   │   │   │   │   │   │   │   │   │   │   ├── values-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-v22
│   │   │   │   │   │   │   │   │   │   │   ├── values-v23
│   │   │   │   │   │   │   │   │   │   │   ├── values-v24
│   │   │   │   │   │   │   │   │   │   │   ├── values-v25
│   │   │   │   │   │   │   │   │   │   │   ├── values-v26
│   │   │   │   │   │   │   │   │   │   │   ├── values-v28
│   │   │   │   │   │   │   │   │   │   │   ├── values-vi
│   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v20
│   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v21
│   │   │   │   │   │   │   │   │   │   │   ├── values-xlarge-v4
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rCN
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rHK
│   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rTW
│   │   │   │   │   │   │   │   │   │   │   └── values-zu
│   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   ├── mergeReleaseShaders
│   │   │   │   │   │   │   │   │   ├── packageDebug
│   │   │   │   │   │   │   │   │   │   └── tmp
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── packageRelease
│   │   │   │   │   │   │   │   │   │   └── tmp
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── processDebugResources
│   │   │   │   │   │   │   │   │   ├── processInstantRunDebugResourcesApk
│   │   │   │   │   │   │   │   │   │   └── package_resources-debug
│   │   │   │   │   │   │   │   │   ├── processReleaseResources
│   │   │   │   │   │   │   │   │   ├── release-mergeJavaRes
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   └── release-mergeJniLibs
│   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   ├── incremental-runtime-classes
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── incremental-verifier
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   │   ├── background
│   │   │   │   │   │   │   │   │   │   │   │   ├── camera
│   │   │   │   │   │   │   │   │   │   │   │   ├── notification
│   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   ├── instant_app_manifest
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   │   │   └── instant-app-manifest
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── processReleaseManifest
│   │   │   │   │   │   │   │   │   └── instant-app-manifest
│   │   │   │   │   │   │   │   ├── instant-run-apk
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── instant_run_app_info_output_file
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── generateDebugInstantRunAppInfo
│   │   │   │   │   │   │   │   ├── instant_run_main_apk_resources
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── instantRunMainApkResourcesDebug
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── main_resources
│   │   │   │   │   │   │   │   ├── instant_run_merged_manifests
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   │   │   └── instant-run
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── processReleaseManifest
│   │   │   │   │   │   │   │   │   └── instant-run
│   │   │   │   │   │   │   │   ├── instant_run_split_apk_resources
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── instantRunSplitApkResourcesDebug
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   ├── slice_0
│   │   │   │   │   │   │   │   │   ├── slice_1
│   │   │   │   │   │   │   │   │   ├── slice_2
│   │   │   │   │   │   │   │   │   ├── slice_3
│   │   │   │   │   │   │   │   │   ├── slice_4
│   │   │   │   │   │   │   │   │   ├── slice_5
│   │   │   │   │   │   │   │   │   ├── slice_6
│   │   │   │   │   │   │   │   │   ├── slice_7
│   │   │   │   │   │   │   │   │   ├── slice_8
│   │   │   │   │   │   │   │   │   └── slice_9
│   │   │   │   │   │   │   │   ├── javac
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── compileDebugJavaWithJavac
│   │   │   │   │   │   │   │   │   │   └── classes
│   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── compileReleaseJavaWithJavac
│   │   │   │   │   │   │   │   │   └── classes
│   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   ├── jniLibs
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── lint_jar
│   │   │   │   │   │   │   │   │   └── global
│   │   │   │   │   │   │   │   │   └── prepareLintJar
│   │   │   │   │   │   │   │   ├── manifest-checker
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── merged_assets
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── mergeDebugAssets
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   └── public
│   │   │   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   │   │   ├── fonts
│   │   │   │   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   │   │   │   └── icons
│   │   │   │   │   │   │   │   │   │   └── js
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── mergeReleaseAssets
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── public
│   │   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   │   ├── fonts
│   │   │   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   │   │   └── icons
│   │   │   │   │   │   │   │   │   └── js
│   │   │   │   │   │   │   │   ├── merged_manifests
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   ├── debugAndroidTest
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── metadata_feature_manifest
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   │   │   └── metadata-feature
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── processReleaseManifest
│   │   │   │   │   │   │   │   │   └── metadata-feature
│   │   │   │   │   │   │   │   ├── prebuild
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── processed_res
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── processDebugResources
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── processReleaseResources
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── reload-dex
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   ├── merged
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── symbol-table-with-package
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── resources
│   │   │   │   │   │   │   │   │   └── instant-run
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── rs
│   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   ├── shader_assets
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── compileDebugShaders
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── compileReleaseShaders
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── shaders
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── signing_config
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── split-apk
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── dep
│   │   │   │   │   │   │   │   │   ├── resources
│   │   │   │   │   │   │   │   │   └── slices
│   │   │   │   │   │   │   │   ├── symbols
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── tmp
│   │   │   │   │   │   │   │   │   └── manifest
│   │   │   │   │   │   │   │   │   └── androidTest
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   ├── transforms
│   │   │   │   │   │   │   │   │   ├── dexBuilder
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   ├── 48
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   │   │   │   └── cardview
│   │   │   │   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── ui
│   │   │   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   │   │   └── io
│   │   │   │   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   │   │   ├── 49
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   │   │   │   └── fragment
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   └── plugin
│   │   │   │   │   │   │   │   │   │   │   │   └── notification
│   │   │   │   │   │   │   │   │   │   │   ├── 50
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   └── cursoradapter
│   │   │   │   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   │   └── plugin
│   │   │   │   │   │   │   │   │   │   │   │   │   └── background
│   │   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   └── common
│   │   │   │   │   │   │   │   │   │   │   ├── 51
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── livedata
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   ├── 52
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   │   │   │   └── appcompat
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   ├── 53
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   └── coreutils
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   │   └── plugin
│   │   │   │   │   │   │   │   │   │   │   │   │   └── camera
│   │   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   │   │   └── iid
│   │   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   │   ├── 54
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   └── drawerlayout
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   └── stats
│   │   │   │   │   │   │   │   │   │   │   ├── 55
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   │   │   │   └── recyclerview
│   │   │   │   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   │   │   │   ├── 56
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   │   │   │   └── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   └── base
│   │   │   │   │   │   │   │   │   │   │   └── 57
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   │   └── v4
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   └── 200
│   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   │   ├── dexMerger
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   ├── 0
│   │   │   │   │   │   │   │   │   │   │   ├── 1
│   │   │   │   │   │   │   │   │   │   │   ├── 10
│   │   │   │   │   │   │   │   │   │   │   ├── 11
│   │   │   │   │   │   │   │   │   │   │   ├── 12
│   │   │   │   │   │   │   │   │   │   │   ├── 13
│   │   │   │   │   │   │   │   │   │   │   ├── 14
│   │   │   │   │   │   │   │   │   │   │   ├── 15
│   │   │   │   │   │   │   │   │   │   │   ├── 16
│   │   │   │   │   │   │   │   │   │   │   ├── 17
│   │   │   │   │   │   │   │   │   │   │   ├── 18
│   │   │   │   │   │   │   │   │   │   │   ├── 19
│   │   │   │   │   │   │   │   │   │   │   ├── 2
│   │   │   │   │   │   │   │   │   │   │   ├── 20
│   │   │   │   │   │   │   │   │   │   │   ├── 21
│   │   │   │   │   │   │   │   │   │   │   ├── 22
│   │   │   │   │   │   │   │   │   │   │   ├── 3
│   │   │   │   │   │   │   │   │   │   │   ├── 4
│   │   │   │   │   │   │   │   │   │   │   ├── 5
│   │   │   │   │   │   │   │   │   │   │   ├── 6
│   │   │   │   │   │   │   │   │   │   │   ├── 7
│   │   │   │   │   │   │   │   │   │   │   ├── 8
│   │   │   │   │   │   │   │   │   │   │   └── 9
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   └── 0
│   │   │   │   │   │   │   │   │   ├── externalLibsDexMerger
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── 0
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   └── 0
│   │   │   │   │   │   │   │   │   ├── extractJars
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   ├── 0
│   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   │   ├── background
│   │   │   │   │   │   │   │   │   │   │   │   ├── camera
│   │   │   │   │   │   │   │   │   │   │   │   ├── notification
│   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   └── 1
│   │   │   │   │   │   │   │   │   │   └── capacitor
│   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   ├── instantRun
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   ├── 0
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   ├── arch
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   │   │   └── lifecycle
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── livedata
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── core
│   │   │   │   │   │   │   │   │   │   │   │   │   └── viewmodel
│   │   │   │   │   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   │   │   │   │   ├── asynclayoutinflater
│   │   │   │   │   │   │   │   │   │   │   │   ├── compat
│   │   │   │   │   │   │   │   │   │   │   │   ├── coordinatorlayout
│   │   │   │   │   │   │   │   │   │   │   │   ├── coreui
│   │   │   │   │   │   │   │   │   │   │   │   ├── coreutils
│   │   │   │   │   │   │   │   │   │   │   │   ├── cursoradapter
│   │   │   │   │   │   │   │   │   │   │   │   ├── customtabs
│   │   │   │   │   │   │   │   │   │   │   │   ├── customview
│   │   │   │   │   │   │   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   │   │   │   │   │   ├── documentfile
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawerlayout
│   │   │   │   │   │   │   │   │   │   │   │   ├── fragment
│   │   │   │   │   │   │   │   │   │   │   │   ├── graphics
│   │   │   │   │   │   │   │   │   │   │   │   │   └── drawable
│   │   │   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   │   │   │   │   │   ├── localbroadcastmanager
│   │   │   │   │   │   │   │   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   │   │   │   │   │   │   ├── print
│   │   │   │   │   │   │   │   │   │   │   │   ├── slidingpanelayout
│   │   │   │   │   │   │   │   │   │   │   │   ├── swiperefreshlayout
│   │   │   │   │   │   │   │   │   │   │   │   ├── transition
│   │   │   │   │   │   │   │   │   │   │   │   ├── v4
│   │   │   │   │   │   │   │   │   │   │   │   └── v7
│   │   │   │   │   │   │   │   │   │   │   │   ├── appcompat
│   │   │   │   │   │   │   │   │   │   │   │   ├── cardview
│   │   │   │   │   │   │   │   │   │   │   │   ├── recyclerview
│   │   │   │   │   │   │   │   │   │   │   │   └── viewpager
│   │   │   │   │   │   │   │   │   │   │   ├── androidx
│   │   │   │   │   │   │   │   │   │   │   │   └── versionedparcelable
│   │   │   │   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   │   │   ├── com
│   │   │   │   │   │   │   │   │   │   │   │   ├── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   │   │   │   ├── background
│   │   │   │   │   │   │   │   │   │   │   │   │   │   ├── camera
│   │   │   │   │   │   │   │   │   │   │   │   │   │   ├── notification
│   │   │   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   │   └── google
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   │   └── gms
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── base
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── stats
│   │   │   │   │   │   │   │   │   │   │   │   │   └── tasks
│   │   │   │   │   │   │   │   │   │   │   │   └── firebase
│   │   │   │   │   │   │   │   │   │   │   │   ├── analytics
│   │   │   │   │   │   │   │   │   │   │   │   │   └── connector
│   │   │   │   │   │   │   │   │   │   │   │   ├── iid
│   │   │   │   │   │   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   │   │   │   │   └── messaging
│   │   │   │   │   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   │   │   │   │   └── org
│   │   │   │   │   │   │   │   │   │   │   └── apache
│   │   │   │   │   │   │   │   │   │   │   └── cordova
│   │   │   │   │   │   │   │   │   │   └── 1
│   │   │   │   │   │   │   │   │   ├── instantRunDependenciesApk
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── instantRunSlicesApk
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── mergeJavaRes
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── mergeJniLibs
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── validate_signing_config
│   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   ├── outputs
│   │   │   │   │   │   │   │   ├── apk
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── logs
│   │   │   │   │   │   │   ├── reports
│   │   │   │   │   │   │   └── tmp
│   │   │   │   │   │   │   ├── compileDebugJavaWithJavac
│   │   │   │   │   │   │   └── compileReleaseJavaWithJavac
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   └── java
│   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   └── myapp
│   │   │   │   │   │   ├── main
│   │   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   │   └── public
│   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   ├── fonts
│   │   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   │   └── icons
│   │   │   │   │   │   │   │   └── js
│   │   │   │   │   │   │   ├── java
│   │   │   │   │   │   │   │   └── io
│   │   │   │   │   │   │   │   └── ionic
│   │   │   │   │   │   │   │   └── starter
│   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   ├── drawable-land-hdpi
│   │   │   │   │   │   │   ├── drawable-land-mdpi
│   │   │   │   │   │   │   ├── drawable-land-xhdpi
│   │   │   │   │   │   │   ├── drawable-land-xxhdpi
│   │   │   │   │   │   │   ├── drawable-land-xxxhdpi
│   │   │   │   │   │   │   ├── drawable-port-hdpi
│   │   │   │   │   │   │   ├── drawable-port-mdpi
│   │   │   │   │   │   │   ├── drawable-port-xhdpi
│   │   │   │   │   │   │   ├── drawable-port-xxhdpi
│   │   │   │   │   │   │   ├── drawable-port-xxxhdpi
│   │   │   │   │   │   │   ├── drawable-v24
│   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   ├── mipmap-anydpi-v26
│   │   │   │   │   │   │   ├── mipmap-hdpi
│   │   │   │   │   │   │   ├── mipmap-mdpi
│   │   │   │   │   │   │   ├── mipmap-xhdpi
│   │   │   │   │   │   │   ├── mipmap-xxhdpi
│   │   │   │   │   │   │   ├── mipmap-xxxhdpi
│   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   └── xml
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── java
│   │   │   │   │   │   └── com
│   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   └── myapp
│   │   │   │   │   ├── build
│   │   │   │   │   │   ├── android-profile
│   │   │   │   │   │   └── intermediates
│   │   │   │   │   │   └── lint-cache
│   │   │   │   │   │   ├── maven.google
│   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── espresso
│   │   │   │   │   │   └── sdk-registry.xml
│   │   │   │   │   ├── capacitor-cordova-android-plugins
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   ├── renderscript_source_output_dir
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── compileDebugRenderscript
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   ├── debugAndroidTest
│   │   │   │   │   │   │   │   │   │   └── compileDebugAndroidTestRenderscript
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── compileReleaseRenderscript
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   ├── pngs
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   ├── resValues
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── rs
│   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── source
│   │   │   │   │   │   │   │   ├── apt
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── buildConfig
│   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   └── capacitor
│   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── capacitor
│   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── capacitor
│   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   ├── intermediates
│   │   │   │   │   │   │   │   ├── aapt_friendly_merged_manifests
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   │   │   └── aapt
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── processReleaseManifest
│   │   │   │   │   │   │   │   │   └── aapt
│   │   │   │   │   │   │   │   ├── annotation_processor_list
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── annotations_typedef_file
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── extractDebugAnnotations
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── extractReleaseAnnotations
│   │   │   │   │   │   │   │   ├── annotations_zip
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── extractDebugAnnotations
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── extractReleaseAnnotations
│   │   │   │   │   │   │   │   ├── blame
│   │   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── check_manifest_result
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── checkDebugManifest
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── checkReleaseManifest
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── compile_only_not_namespaced_r_class_jar
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── generateDebugRFile
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── generateReleaseRFile
│   │   │   │   │   │   │   │   ├── consumer_proguard_file
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── mergeDebugConsumerProguardFiles
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── mergeReleaseConsumerProguardFiles
│   │   │   │   │   │   │   │   ├── incremental
│   │   │   │   │   │   │   │   │   ├── debug-mergeJavaRes
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── debug-mergeJniLibs
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   │   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   │   │   │   │   ├── mergeReleaseJniLibFolders
│   │   │   │   │   │   │   │   │   ├── mergeReleaseResources
│   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   ├── mergeReleaseShaders
│   │   │   │   │   │   │   │   │   ├── packageDebugAssets
│   │   │   │   │   │   │   │   │   ├── packageDebugResources
│   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   ├── packageReleaseAssets
│   │   │   │   │   │   │   │   │   ├── packageReleaseResources
│   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   ├── release-mergeJavaRes
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   ├── release-mergeJniLibs
│   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   └── verifyReleaseResources
│   │   │   │   │   │   │   │   ├── intermediate-jars
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── jni
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── jni
│   │   │   │   │   │   │   │   ├── javac
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── compileDebugJavaWithJavac
│   │   │   │   │   │   │   │   │   │   └── classes
│   │   │   │   │   │   │   │   │   │   └── capacitor
│   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── compileReleaseJavaWithJavac
│   │   │   │   │   │   │   │   │   └── classes
│   │   │   │   │   │   │   │   │   └── capacitor
│   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   │   ├── jniLibs
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── library_and_local_jars_jni
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── library_assets
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── packageDebugAssets
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── packageReleaseAssets
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── library_manifest
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── lint_jar
│   │   │   │   │   │   │   │   │   └── global
│   │   │   │   │   │   │   │   │   └── prepareLintJar
│   │   │   │   │   │   │   │   ├── merged_manifests
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   ├── debugAndroidTest
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── packaged-classes
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── libs
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── libs
│   │   │   │   │   │   │   │   ├── packaged_res
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── public_res
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── packageDebugResources
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── packageReleaseResources
│   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   ├── compiled
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   ├── merged
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── symbol-table-with-package
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── rs
│   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   ├── shader_assets
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── compileDebugShaders
│   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   └── compileReleaseShaders
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   ├── shaders
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── symbols
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   ├── tmp
│   │   │   │   │   │   │   │   │   └── manifest
│   │   │   │   │   │   │   │   │   └── androidTest
│   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   └── transforms
│   │   │   │   │   │   │   │   ├── mergeJavaRes
│   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   └── mergeJniLibs
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   ├── outputs
│   │   │   │   │   │   │   │   ├── aar
│   │   │   │   │   │   │   │   └── logs
│   │   │   │   │   │   │   └── tmp
│   │   │   │   │   │   │   ├── compileDebugJavaWithJavac
│   │   │   │   │   │   │   └── compileReleaseJavaWithJavac
│   │   │   │   │   │   └── src
│   │   │   │   │   │   └── main
│   │   │   │   │   │   ├── java
│   │   │   │   │   │   └── res
│   │   │   │   │   └── gradle
│   │   │   │   │   └── wrapper
│   │   │   │   ├── dist
│   │   │   │   │   ├── css
│   │   │   │   │   ├── fonts
│   │   │   │   │   ├── img
│   │   │   │   │   │   └── icons
│   │   │   │   │   └── js
│   │   │   │   ├── node_modules
│   │   │   │   │   ├── abab
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── abbrev
│   │   │   │   │   ├── accepts
│   │   │   │   │   ├── acorn
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── acorn-globals
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── acorn-jsx
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── acorn-walk
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── address
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── agent-base
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── aggregate-error
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── indent-string
│   │   │   │   │   ├── ajv
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── compile
│   │   │   │   │   │   │   ├── dot
│   │   │   │   │   │   │   ├── dotjs
│   │   │   │   │   │   │   └── refs
│   │   │   │   │   │   └── scripts
│   │   │   │   │   ├── ajv-errors
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── dot
│   │   │   │   │   │   └── dotjs
│   │   │   │   │   ├── ajv-keywords
│   │   │   │   │   │   └── keywords
│   │   │   │   │   │   ├── dot
│   │   │   │   │   │   └── dotjs
│   │   │   │   │   ├── alphanum-sort
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── amdefine
│   │   │   │   │   ├── ansi-colors
│   │   │   │   │   │   └── types
│   │   │   │   │   ├── ansi-escapes
│   │   │   │   │   ├── ansi-html
│   │   │   │   │   │   └── bin
│   │   │   │   │   ├── ansi-regex
│   │   │   │   │   ├── ansi-styles
│   │   │   │   │   ├── anymatch
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── normalize-path
│   │   │   │   │   ├── any-observable
│   │   │   │   │   │   └── register
│   │   │   │   │   ├── any-promise
│   │   │   │   │   │   └── register
│   │   │   │   │   ├── aproba
│   │   │   │   │   ├── arch
│   │   │   │   │   ├── are-we-there-yet
│   │   │   │   │   ├── argparse
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── action
│   │   │   │   │   │   │   ├── append
│   │   │   │   │   │   │   └── store
│   │   │   │   │   │   ├── argument
│   │   │   │   │   │   └── help
│   │   │   │   │   ├── array-equal
│   │   │   │   │   ├── array-find-index
│   │   │   │   │   ├── array-flatten
│   │   │   │   │   ├── array-includes
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── array.prototype.flat
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── array-union
│   │   │   │   │   ├── array-uniq
│   │   │   │   │   ├── array-unique
│   │   │   │   │   ├── arr-diff
│   │   │   │   │   ├── arr-flatten
│   │   │   │   │   ├── arr-union
│   │   │   │   │   ├── asn1
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── ber
│   │   │   │   │   ├── asn1.js
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── asn1
│   │   │   │   │   │   ├── base
│   │   │   │   │   │   ├── constants
│   │   │   │   │   │   ├── decoders
│   │   │   │   │   │   └── encoders
│   │   │   │   │   ├── assert
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── inherits
│   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── support
│   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── browser
│   │   │   │   │   │   └── node
│   │   │   │   │   ├── assert-plus
│   │   │   │   │   ├── assign-symbols
│   │   │   │   │   ├── astral-regex
│   │   │   │   │   ├── ast-types
│   │   │   │   │   │   ├── def
│   │   │   │   │   │   ├── gen
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── async
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── internal
│   │   │   │   │   ├── async-each
│   │   │   │   │   ├── async-foreach
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── asynckit
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── async-limiter
│   │   │   │   │   ├── atob
│   │   │   │   │   │   └── bin
│   │   │   │   │   ├── autoprefixer
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── hacks
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── postcss-value-parser
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── aws4
│   │   │   │   │   ├── aws-sign2
│   │   │   │   │   ├── @babel
│   │   │   │   │   │   ├── code-frame
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   │   │   ├── files
│   │   │   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   │   └── validation
│   │   │   │   │   │   │   │   ├── tools
│   │   │   │   │   │   │   │   └── transformation
│   │   │   │   │   │   │   │   ├── file
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── json5
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── generator
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── generators
│   │   │   │   │   │   │   │   └── node
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-annotate-as-pure
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-builder-binary-assignment-operator-visitor
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-call-delegate
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-create-class-features-plugin
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-create-regexp-features-plugin
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-define-map
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-explode-assignable-expression
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-function-name
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-get-function-arity
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-hoist-variables
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-member-expression-to-functions
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-module-imports
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-module-transforms
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-optimise-call-expression
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-plugin-utils
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── helper-regex
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-remap-async-to-generator
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-replace-supers
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-simple-access
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-split-export-declaration
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── helper-wrap-function
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── highlight
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   │   ├── plugins
│   │   │   │   │   │   │   │   │   ├── jsx
│   │   │   │   │   │   │   │   │   └── typescript
│   │   │   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── typings
│   │   │   │   │   │   ├── plugin-proposal-async-generator-functions
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-proposal-class-properties
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-proposal-decorators
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-proposal-dynamic-import
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-proposal-json-strings
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-proposal-object-rest-spread
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-proposal-optional-catch-binding
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-proposal-unicode-property-regex
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   │   ├── without-unicode-flag
│   │   │   │   │   │   │   │   ├── script-extensions
│   │   │   │   │   │   │   │   ├── simple
│   │   │   │   │   │   │   │   ├── unicode-10
│   │   │   │   │   │   │   │   ├── unicode-11
│   │   │   │   │   │   │   │   └── unicode-12
│   │   │   │   │   │   │   └── with-unicode-flag
│   │   │   │   │   │   │   ├── script-extensions
│   │   │   │   │   │   │   ├── simple
│   │   │   │   │   │   │   ├── unicode-10
│   │   │   │   │   │   │   ├── unicode-11
│   │   │   │   │   │   │   └── unicode-12
│   │   │   │   │   │   ├── plugin-syntax-async-generators
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-syntax-decorators
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-syntax-dynamic-import
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-syntax-json-strings
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-syntax-jsx
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-syntax-object-rest-spread
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-syntax-optional-catch-binding
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-syntax-top-level-await
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-arrow-functions
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-async-to-generator
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-block-scoped-functions
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-block-scoping
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-classes
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-computed-properties
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-destructuring
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-dotall-regex
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   │   └── dotall-regex
│   │   │   │   │   │   │   ├── simple
│   │   │   │   │   │   │   ├── with-unicode-flag
│   │   │   │   │   │   │   └── with-unicode-property-escape
│   │   │   │   │   │   ├── plugin-transform-duplicate-keys
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-exponentiation-operator
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-for-of
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-function-name
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-literals
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-member-expression-literals
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-modules-amd
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-modules-commonjs
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-modules-systemjs
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-modules-umd
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-named-capturing-groups-regex
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-new-target
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-object-super
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-parameters
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-property-literals
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-regenerator
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-reserved-words
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-runtime
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── plugin-transform-shorthand-properties
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-spread
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-sticky-regex
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-template-literals
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-typeof-symbol
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── plugin-transform-unicode-regex
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── preset-env
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── polyfills
│   │   │   │   │   │   │   │   ├── corejs2
│   │   │   │   │   │   │   │   ├── corejs3
│   │   │   │   │   │   │   │   └── regenerator
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── runtime
│   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   └── esm
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── regenerator-runtime
│   │   │   │   │   │   │   └── regenerator
│   │   │   │   │   │   ├── template
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── traverse
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── path
│   │   │   │   │   │   │   │   │   ├── inference
│   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   └── scope
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── asserts
│   │   │   │   │   │   │   │   └── generated
│   │   │   │   │   │   │   ├── builders
│   │   │   │   │   │   │   │   ├── flow
│   │   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   └── react
│   │   │   │   │   │   │   ├── clone
│   │   │   │   │   │   │   ├── comments
│   │   │   │   │   │   │   ├── constants
│   │   │   │   │   │   │   │   └── generated
│   │   │   │   │   │   │   ├── converters
│   │   │   │   │   │   │   ├── definitions
│   │   │   │   │   │   │   ├── modifications
│   │   │   │   │   │   │   │   └── flow
│   │   │   │   │   │   │   ├── retrievers
│   │   │   │   │   │   │   ├── traverse
│   │   │   │   │   │   │   ├── utils
│   │   │   │   │   │   │   │   └── react
│   │   │   │   │   │   │   └── validators
│   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   └── react
│   │   │   │   │   │   └── scripts
│   │   │   │   │   │   ├── generators
│   │   │   │   │   │   └── utils
│   │   │   │   │   ├── babel-code-frame
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   ├── js-tokens
│   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   └── supports-color
│   │   │   │   │   ├── babel-core
│   │   │   │   │   ├── babel-eslint
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── babylon-to-espree
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── babel-extract-comments
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── babel-jest
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── babel-loader
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── pify
│   │   │   │   │   ├── babel-messages
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── babel-plugin-dynamic-import-node
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── babel-plugin-istanbul
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── babel-plugin-jest-hoist
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── babel-plugin-syntax-object-rest-spread
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── babel-plugin-transform-es2015-modules-commonjs
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── babel-plugin-transform-object-rest-spread
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── babel-plugin-transform-strict-mode
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── babel-preset-jest
│   │   │   │   │   ├── babel-runtime
│   │   │   │   │   │   ├── core-js
│   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   ├── error
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   └── system
│   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── core-js
│   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   ├── client
│   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── es5
│   │   │   │   │   │   │   ├── es6
│   │   │   │   │   │   │   ├── es7
│   │   │   │   │   │   │   ├── fn
│   │   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   │   ├── dom-collections
│   │   │   │   │   │   │   │   ├── error
│   │   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   ├── map
│   │   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   │   ├── promise
│   │   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   │   ├── set
│   │   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   ├── system
│   │   │   │   │   │   │   │   ├── typed
│   │   │   │   │   │   │   │   ├── weak-map
│   │   │   │   │   │   │   │   └── weak-set
│   │   │   │   │   │   │   ├── library
│   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   ├── es5
│   │   │   │   │   │   │   │   ├── es6
│   │   │   │   │   │   │   │   ├── es7
│   │   │   │   │   │   │   │   ├── fn
│   │   │   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   │   │   ├── dom-collections
│   │   │   │   │   │   │   │   │   ├── error
│   │   │   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   │   ├── map
│   │   │   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   │   │   ├── promise
│   │   │   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   │   │   ├── set
│   │   │   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   │   │   ├── system
│   │   │   │   │   │   │   │   │   ├── typed
│   │   │   │   │   │   │   │   │   ├── weak-map
│   │   │   │   │   │   │   │   │   └── weak-set
│   │   │   │   │   │   │   │   ├── modules
│   │   │   │   │   │   │   │   ├── stage
│   │   │   │   │   │   │   │   └── web
│   │   │   │   │   │   │   ├── modules
│   │   │   │   │   │   │   │   └── library
│   │   │   │   │   │   │   ├── stage
│   │   │   │   │   │   │   └── web
│   │   │   │   │   │   └── regenerator
│   │   │   │   │   ├── babel-template
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── babel-traverse
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── path
│   │   │   │   │   │   │   │   ├── inference
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── scope
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   └── globals
│   │   │   │   │   ├── babel-types
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── definitions
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── to-fast-properties
│   │   │   │   │   ├── babylon
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── balanced-match
│   │   │   │   │   ├── base
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── define-property
│   │   │   │   │   ├── base64-js
│   │   │   │   │   ├── batch
│   │   │   │   │   ├── bcrypt-pbkdf
│   │   │   │   │   ├── bfj
│   │   │   │   │   │   ├── src
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── unit
│   │   │   │   │   ├── big.js
│   │   │   │   │   ├── binary-extensions
│   │   │   │   │   ├── block-stream
│   │   │   │   │   ├── bluebird
│   │   │   │   │   │   └── js
│   │   │   │   │   │   ├── browser
│   │   │   │   │   │   └── release
│   │   │   │   │   ├── bn.js
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── util
│   │   │   │   │   ├── body-parser
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── bonjour
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── array-flatten
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── boolbase
│   │   │   │   │   ├── brace-expansion
│   │   │   │   │   ├── braces
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── brorand
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── browserify-aes
│   │   │   │   │   │   └── modes
│   │   │   │   │   ├── browserify-cipher
│   │   │   │   │   ├── browserify-des
│   │   │   │   │   ├── browserify-rsa
│   │   │   │   │   ├── browserify-sign
│   │   │   │   │   │   └── browser
│   │   │   │   │   ├── browserify-zlib
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── browser-process-hrtime
│   │   │   │   │   ├── browser-resolve
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── resolve
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── dotdot
│   │   │   │   │   │   │   └── abc
│   │   │   │   │   │   ├── module_dir
│   │   │   │   │   │   │   ├── xmodules
│   │   │   │   │   │   │   │   └── aaa
│   │   │   │   │   │   │   ├── ymodules
│   │   │   │   │   │   │   │   └── aaa
│   │   │   │   │   │   │   └── zmodules
│   │   │   │   │   │   │   └── bbb
│   │   │   │   │   │   ├── node_path
│   │   │   │   │   │   │   ├── x
│   │   │   │   │   │   │   │   ├── aaa
│   │   │   │   │   │   │   │   └── ccc
│   │   │   │   │   │   │   └── y
│   │   │   │   │   │   │   ├── bbb
│   │   │   │   │   │   │   └── ccc
│   │   │   │   │   │   ├── pathfilter
│   │   │   │   │   │   │   └── deep_ref
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── deep
│   │   │   │   │   │   │   └── deeper
│   │   │   │   │   │   ├── precedence
│   │   │   │   │   │   │   ├── aaa
│   │   │   │   │   │   │   └── bbb
│   │   │   │   │   │   ├── resolver
│   │   │   │   │   │   │   ├── bar
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   └── foo
│   │   │   │   │   │   │   ├── baz
│   │   │   │   │   │   │   ├── biz
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   ├── garply
│   │   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   ├── grux
│   │   │   │   │   │   │   │   └── tiv
│   │   │   │   │   │   │   ├── incorrect_main
│   │   │   │   │   │   │   ├── other_path
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── punycode
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   └── punycode
│   │   │   │   │   │   │   ├── quux
│   │   │   │   │   │   │   │   └── foo
│   │   │   │   │   │   │   └── without_basedir
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── subdirs
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── a
│   │   │   │   │   │   └── b
│   │   │   │   │   │   └── c
│   │   │   │   │   ├── browserslist
│   │   │   │   │   ├── bser
│   │   │   │   │   ├── bs-logger
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── logger
│   │   │   │   │   │   ├── testing
│   │   │   │   │   │   └── utils
│   │   │   │   │   ├── buffer
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── node
│   │   │   │   │   ├── buffer-from
│   │   │   │   │   ├── buffer-indexof
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── buffer-json
│   │   │   │   │   ├── buffer-xor
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── builtin-status-codes
│   │   │   │   │   ├── bytes
│   │   │   │   │   ├── cacache
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── content
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── locales
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── lru-cache
│   │   │   │   │   ├── cache-base
│   │   │   │   │   ├── cache-loader
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── find-cache-dir
│   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   ├── make-dir
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── path-exists
│   │   │   │   │   │   ├── pkg-dir
│   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   ├── schema-utils
│   │   │   │   │   │   │   ├── declarations
│   │   │   │   │   │   │   │   ├── keywords
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   ├── keywords
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   └── semver
│   │   │   │   │   │   └── bin
│   │   │   │   │   ├── caller-callsite
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── callsites
│   │   │   │   │   ├── caller-path
│   │   │   │   │   ├── call-me-maybe
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── callsites
│   │   │   │   │   ├── camel-case
│   │   │   │   │   ├── camelcase
│   │   │   │   │   ├── camelcase-css
│   │   │   │   │   ├── camelcase-keys
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── camelcase
│   │   │   │   │   ├── caniuse-api
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── caniuse-lite
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── features
│   │   │   │   │   │   │   └── regions
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── unpacker
│   │   │   │   │   ├── @capacitor
│   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   │   │   ├── renderscript_source_output_dir
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── compileDebugRenderscript
│   │   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   │   ├── debugAndroidTest
│   │   │   │   │   │   │   │   │   │   │   │   └── compileDebugAndroidTestRenderscript
│   │   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── compileReleaseRenderscript
│   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   │   │   ├── pngs
│   │   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   ├── resValues
│   │   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── rs
│   │   │   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   └── source
│   │   │   │   │   │   │   │   │   │   ├── apt
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   └── buildConfig
│   │   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   ├── intermediates
│   │   │   │   │   │   │   │   │   │   ├── aapt_friendly_merged_manifests
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── processDebugManifest
│   │   │   │   │   │   │   │   │   │   │   │   └── aapt
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── processReleaseManifest
│   │   │   │   │   │   │   │   │   │   │   └── aapt
│   │   │   │   │   │   │   │   │   │   ├── annotation_processor_list
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   ├── annotations_typedef_file
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── extractDebugAnnotations
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── extractReleaseAnnotations
│   │   │   │   │   │   │   │   │   │   ├── annotations_zip
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── extractDebugAnnotations
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── extractReleaseAnnotations
│   │   │   │   │   │   │   │   │   │   ├── blame
│   │   │   │   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   ├── multi-v2
│   │   │   │   │   │   │   │   │   │   │   └── single
│   │   │   │   │   │   │   │   │   │   ├── check_manifest_result
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── checkDebugManifest
│   │   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── checkReleaseManifest
│   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   ├── compile_only_not_namespaced_r_class_jar
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── generateDebugRFile
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── generateReleaseRFile
│   │   │   │   │   │   │   │   │   │   ├── consumer_proguard_file
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── mergeDebugConsumerProguardFiles
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── mergeReleaseConsumerProguardFiles
│   │   │   │   │   │   │   │   │   │   ├── incremental
│   │   │   │   │   │   │   │   │   │   │   ├── debug-mergeJavaRes
│   │   │   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   │   │   ├── debug-mergeJniLibs
│   │   │   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   │   │   │   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   │   │   │   │   │   │   ├── mergeReleaseJniLibFolders
│   │   │   │   │   │   │   │   │   │   │   ├── mergeReleaseResources
│   │   │   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-af
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-am
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-as
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-az
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-be
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-bn
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-bs
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-b+sr+Latn
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ca
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-da
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-el
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rAU
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rCA
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rGB
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rIN
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rXC
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-es-rUS
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-et
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-eu
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-fa
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-fr-rCA
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-gl
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-gu
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-h720dp-v13
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-hdpi-v4
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-hi
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-hr
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-hu
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-hy
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-in
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-is
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ka
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-kk
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-km
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-kn
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ky
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-land
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-lo
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-lt
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-lv
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-mk
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ml
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-mn
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-mr
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ms
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-my
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-nb
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ne
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-or
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-pa
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-port
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rPT
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-si
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-sk
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-sl
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-sq
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-sr
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-sv
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-sw
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-sw600dp-v13
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ta
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-te
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-th
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-tl
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-tr
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-uk
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-ur
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-uz
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v16
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v17
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v18
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v21
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v22
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v23
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v24
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v25
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v26
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-v28
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-vi
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v20
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v21
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-xlarge-v4
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rCN
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rHK
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rTW
│   │   │   │   │   │   │   │   │   │   │   │   │   └── values-zu
│   │   │   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   │   │   ├── mergeReleaseShaders
│   │   │   │   │   │   │   │   │   │   │   ├── packageDebugAssets
│   │   │   │   │   │   │   │   │   │   │   ├── packageDebugResources
│   │   │   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   │   │   ├── packageReleaseAssets
│   │   │   │   │   │   │   │   │   │   │   ├── packageReleaseResources
│   │   │   │   │   │   │   │   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   │   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   │   │   │   │   │   └── stripped.dir
│   │   │   │   │   │   │   │   │   │   │   ├── release-mergeJavaRes
│   │   │   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   │   │   ├── release-mergeJniLibs
│   │   │   │   │   │   │   │   │   │   │   │   └── zip-cache
│   │   │   │   │   │   │   │   │   │   │   └── verifyReleaseResources
│   │   │   │   │   │   │   │   │   │   ├── intermediate-jars
│   │   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   │   └── jni
│   │   │   │   │   │   │   │   │   │   ├── javac
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── compileDebugJavaWithJavac
│   │   │   │   │   │   │   │   │   │   │   │   └── classes
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── background
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── camera
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── notification
│   │   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── compileReleaseJavaWithJavac
│   │   │   │   │   │   │   │   │   │   │   └── classes
│   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   │   ├── background
│   │   │   │   │   │   │   │   │   │   │   │   ├── camera
│   │   │   │   │   │   │   │   │   │   │   │   ├── notification
│   │   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   ├── jniLibs
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   ├── library_and_local_jars_jni
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   ├── library_assets
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── packageDebugAssets
│   │   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── packageReleaseAssets
│   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   ├── library_manifest
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   ├── merged_manifests
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   ├── debugAndroidTest
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   ├── packaged-classes
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── libs
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── libs
│   │   │   │   │   │   │   │   │   │   ├── packaged_res
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   │   │   │   ├── public_res
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── packageDebugResources
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── packageReleaseResources
│   │   │   │   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   │   │   │   ├── compiled
│   │   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   ├── merged
│   │   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   │   │   │   │   │   ├── animator
│   │   │   │   │   │   │   │   │   │   │   │   ├── animator-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── anim-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── color
│   │   │   │   │   │   │   │   │   │   │   │   ├── color-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── color-v23
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-anydpi-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-ldrtl-hdpi-v17
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-ldrtl-mdpi-v17
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-ldrtl-xhdpi-v17
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-ldrtl-xxhdpi-v17
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-ldrtl-xxxhdpi-v17
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-v23
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-watch-v20
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-xxhdpi-v4
│   │   │   │   │   │   │   │   │   │   │   │   ├── drawable-xxxhdpi-v4
│   │   │   │   │   │   │   │   │   │   │   │   ├── interpolator
│   │   │   │   │   │   │   │   │   │   │   │   ├── interpolator-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   │   │   │   ├── layout-sw600dp-v13
│   │   │   │   │   │   │   │   │   │   │   │   ├── layout-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── layout-v26
│   │   │   │   │   │   │   │   │   │   │   │   ├── layout-watch-v20
│   │   │   │   │   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-af
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-am
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-as
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-az
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-be
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-bn
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-bs
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-b+sr+Latn
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ca
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-da
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-el
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rAU
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rCA
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rGB
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rIN
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-en-rXC
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-es-rUS
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-et
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-eu
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-fa
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-fr-rCA
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-gl
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-gu
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-h720dp-v13
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-hdpi-v4
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-hi
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-hr
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-hu
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-hy
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-in
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-is
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ka
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-kk
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-km
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-kn
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ky
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-land
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-lo
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-lt
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-lv
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-mk
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ml
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-mn
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-mr
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ms
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-my
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-nb
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ne
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-or
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-pa
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-port
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-pt-rPT
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-si
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-sk
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-sl
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-sq
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-sr
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-sv
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-sw
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-sw600dp-v13
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ta
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-te
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-th
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-tl
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-tr
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-uk
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-ur
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-uz
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v16
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v17
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v18
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v22
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v23
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v24
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v25
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v26
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-v28
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-vi
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v20
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-watch-v21
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-xlarge-v4
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rCN
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rHK
│   │   │   │   │   │   │   │   │   │   │   │   ├── values-zh-rTW
│   │   │   │   │   │   │   │   │   │   │   │   └── values-zu
│   │   │   │   │   │   │   │   │   │   │   └── symbol-table-with-package
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   ├── rs
│   │   │   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   │   │   └── obj
│   │   │   │   │   │   │   │   │   │   ├── shader_assets
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   │   └── compileDebugShaders
│   │   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   │   └── compileReleaseShaders
│   │   │   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   │   ├── shaders
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   ├── symbols
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   ├── tmp
│   │   │   │   │   │   │   │   │   │   │   └── manifest
│   │   │   │   │   │   │   │   │   │   │   └── androidTest
│   │   │   │   │   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   │   │   │   └── transforms
│   │   │   │   │   │   │   │   │   │   ├── mergeJavaRes
│   │   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   │   └── mergeJniLibs
│   │   │   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   │   └── release
│   │   │   │   │   │   │   │   │   ├── outputs
│   │   │   │   │   │   │   │   │   │   ├── aar
│   │   │   │   │   │   │   │   │   │   └── logs
│   │   │   │   │   │   │   │   │   └── tmp
│   │   │   │   │   │   │   │   │   ├── compileDebugJavaWithJavac
│   │   │   │   │   │   │   │   │   └── compileReleaseJavaWithJavac
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   └── java
│   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   ├── main
│   │   │   │   │   │   │   │   │   ├── java
│   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   ├── background
│   │   │   │   │   │   │   │   │   │   │   ├── camera
│   │   │   │   │   │   │   │   │   │   │   ├── notification
│   │   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   └── java
│   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   ├── gradle
│   │   │   │   │   │   │   │   └── wrapper
│   │   │   │   │   │   │   └── scripts
│   │   │   │   │   │   ├── cli
│   │   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   │   ├── android-template
│   │   │   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   │   └── java
│   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   └── myapp
│   │   │   │   │   │   │   │   │   │   ├── main
│   │   │   │   │   │   │   │   │   │   │   ├── java
│   │   │   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   │   │   └── myapp
│   │   │   │   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-land-hdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-land-mdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-land-xhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-land-xxhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-land-xxxhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-port-hdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-port-mdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-port-xhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-port-xxhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-port-xxxhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── drawable-v24
│   │   │   │   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   │   │   ├── mipmap-anydpi-v26
│   │   │   │   │   │   │   │   │   │   │   ├── mipmap-hdpi
│   │   │   │   │   │   │   │   │   │   │   ├── mipmap-mdpi
│   │   │   │   │   │   │   │   │   │   │   ├── mipmap-xhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── mipmap-xxhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── mipmap-xxxhdpi
│   │   │   │   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   │   │   └── xml
│   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   └── java
│   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   └── myapp
│   │   │   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   │   │   │   └── android-profile
│   │   │   │   │   │   │   │   │   └── gradle
│   │   │   │   │   │   │   │   │   └── wrapper
│   │   │   │   │   │   │   │   ├── app-template
│   │   │   │   │   │   │   │   │   └── www
│   │   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   │   └── js
│   │   │   │   │   │   │   │   ├── capacitor-cordova-android-plugins
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   └── main
│   │   │   │   │   │   │   │   │   ├── java
│   │   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   ├── capacitor-cordova-ios-plugins
│   │   │   │   │   │   │   │   │   ├── resources
│   │   │   │   │   │   │   │   │   └── sources
│   │   │   │   │   │   │   │   ├── electron-template
│   │   │   │   │   │   │   │   │   └── splash_assets
│   │   │   │   │   │   │   │   ├── ios-template
│   │   │   │   │   │   │   │   │   └── App
│   │   │   │   │   │   │   │   │   ├── App
│   │   │   │   │   │   │   │   │   │   ├── Assets.xcassets
│   │   │   │   │   │   │   │   │   │   │   ├── AppIcon.appiconset
│   │   │   │   │   │   │   │   │   │   │   └── Splash.imageset
│   │   │   │   │   │   │   │   │   │   └── Base.lproj
│   │   │   │   │   │   │   │   │   ├── App.xcodeproj
│   │   │   │   │   │   │   │   │   │   └── project.xcworkspace
│   │   │   │   │   │   │   │   │   ├── App.xcworkspace
│   │   │   │   │   │   │   │   │   │   └── xcshareddata
│   │   │   │   │   │   │   │   │   └── public
│   │   │   │   │   │   │   │   └── plugin-template
│   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   │   ├── gradle
│   │   │   │   │   │   │   │   │   │   └── wrapper
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   │   │   │   └── java
│   │   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   │   ├── main
│   │   │   │   │   │   │   │   │   │   └── res
│   │   │   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   └── java
│   │   │   │   │   │   │   │   │   └── com
│   │   │   │   │   │   │   │   │   └── getcapacitor
│   │   │   │   │   │   │   │   ├── ios
│   │   │   │   │   │   │   │   │   ├── Plugin
│   │   │   │   │   │   │   │   │   ├── PluginTests
│   │   │   │   │   │   │   │   │   └── Plugin.xcodeproj
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── android
│   │   │   │   │   │   │   │   ├── electron
│   │   │   │   │   │   │   │   ├── ios
│   │   │   │   │   │   │   │   ├── tasks
│   │   │   │   │   │   │   │   ├── util
│   │   │   │   │   │   │   │   └── web
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── cli-spinners
│   │   │   │   │   │   │   └── ora
│   │   │   │   │   │   └── core
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   └── esm
│   │   │   │   │   │   └── web
│   │   │   │   │   ├── capture-exit
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── rsvp
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── es6
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── rsvp
│   │   │   │   │   │   └── promise
│   │   │   │   │   ├── caseless
│   │   │   │   │   ├── case-sensitive-paths-webpack-plugin
│   │   │   │   │   ├── chalk
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── supports-color
│   │   │   │   │   │   └── types
│   │   │   │   │   ├── chardet
│   │   │   │   │   │   └── encoding
│   │   │   │   │   ├── check-types
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── chokidar
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── types
│   │   │   │   │   ├── chownr
│   │   │   │   │   ├── chrome-trace-event
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── ci-info
│   │   │   │   │   ├── cipher-base
│   │   │   │   │   ├── class-utils
│   │   │   │   │   ├── clean-css
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── optimizer
│   │   │   │   │   │   │   ├── level-0
│   │   │   │   │   │   │   ├── level-1
│   │   │   │   │   │   │   └── level-2
│   │   │   │   │   │   │   └── properties
│   │   │   │   │   │   ├── options
│   │   │   │   │   │   ├── reader
│   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   ├── utils
│   │   │   │   │   │   └── writer
│   │   │   │   │   ├── clean-stack
│   │   │   │   │   ├── cli-cursor
│   │   │   │   │   ├── cli-highlight
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   │   └── source
│   │   │   │   │   │   ├── cliui
│   │   │   │   │   │   ├── color-convert
│   │   │   │   │   │   ├── emoji-regex
│   │   │   │   │   │   │   └── es2015
│   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   ├── has-flag
│   │   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   ├── path-exists
│   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   ├── supports-color
│   │   │   │   │   │   ├── wrap-ansi
│   │   │   │   │   │   ├── yargs
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── locales
│   │   │   │   │   │   └── yargs-parser
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── clipboardy
│   │   │   │   │   │   ├── fallbacks
│   │   │   │   │   │   │   ├── linux
│   │   │   │   │   │   │   └── windows
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── cli-spinners
│   │   │   │   │   ├── cli-truncate
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   │   ├── slice-ansi
│   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   ├── cliui
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   └── wrap-ansi
│   │   │   │   │   ├── cli-width
│   │   │   │   │   ├── clone
│   │   │   │   │   ├── clone-deep
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── kind-of
│   │   │   │   │   ├── @cnakazawa
│   │   │   │   │   │   └── watch
│   │   │   │   │   │   ├── scripts
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── d
│   │   │   │   │   │   └── d
│   │   │   │   │   ├── co
│   │   │   │   │   ├── coa
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── code-point-at
│   │   │   │   │   ├── collection-visit
│   │   │   │   │   ├── color
│   │   │   │   │   ├── color-convert
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── color-name
│   │   │   │   │   ├── color-name
│   │   │   │   │   ├── color-string
│   │   │   │   │   ├── combined-stream
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── commander
│   │   │   │   │   │   └── typings
│   │   │   │   │   ├── commondir
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── common-tags
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   ├── codeBlock
│   │   │   │   │   │   │   ├── commaLists
│   │   │   │   │   │   │   ├── commaListsAnd
│   │   │   │   │   │   │   ├── commaListsOr
│   │   │   │   │   │   │   ├── html
│   │   │   │   │   │   │   ├── inlineArrayTransformer
│   │   │   │   │   │   │   ├── inlineLists
│   │   │   │   │   │   │   ├── oneLine
│   │   │   │   │   │   │   ├── oneLineCommaLists
│   │   │   │   │   │   │   ├── oneLineCommaListsAnd
│   │   │   │   │   │   │   ├── oneLineCommaListsOr
│   │   │   │   │   │   │   ├── oneLineInlineLists
│   │   │   │   │   │   │   ├── oneLineTrim
│   │   │   │   │   │   │   ├── removeNonPrintingValuesTransformer
│   │   │   │   │   │   │   ├── replaceResultTransformer
│   │   │   │   │   │   │   ├── replaceStringTransformer
│   │   │   │   │   │   │   ├── replaceSubstitutionTransformer
│   │   │   │   │   │   │   ├── safeHtml
│   │   │   │   │   │   │   ├── source
│   │   │   │   │   │   │   ├── splitStringTransformer
│   │   │   │   │   │   │   ├── stripIndent
│   │   │   │   │   │   │   ├── stripIndents
│   │   │   │   │   │   │   ├── stripIndentTransformer
│   │   │   │   │   │   │   ├── TemplateTag
│   │   │   │   │   │   │   ├── trimResultTransformer
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── readFromFixture
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── codeBlock
│   │   │   │   │   │   ├── commaLists
│   │   │   │   │   │   ├── commaListsAnd
│   │   │   │   │   │   ├── commaListsOr
│   │   │   │   │   │   ├── html
│   │   │   │   │   │   ├── inlineArrayTransformer
│   │   │   │   │   │   ├── inlineLists
│   │   │   │   │   │   ├── oneLine
│   │   │   │   │   │   ├── oneLineCommaLists
│   │   │   │   │   │   ├── oneLineCommaListsAnd
│   │   │   │   │   │   ├── oneLineCommaListsOr
│   │   │   │   │   │   ├── oneLineInlineLists
│   │   │   │   │   │   ├── oneLineTrim
│   │   │   │   │   │   ├── removeNonPrintingValuesTransformer
│   │   │   │   │   │   ├── replaceResultTransformer
│   │   │   │   │   │   ├── replaceStringTransformer
│   │   │   │   │   │   ├── replaceSubstitutionTransformer
│   │   │   │   │   │   ├── safeHtml
│   │   │   │   │   │   ├── source
│   │   │   │   │   │   ├── splitStringTransformer
│   │   │   │   │   │   ├── stripIndent
│   │   │   │   │   │   ├── stripIndents
│   │   │   │   │   │   ├── stripIndentTransformer
│   │   │   │   │   │   ├── TemplateTag
│   │   │   │   │   │   ├── trimResultTransformer
│   │   │   │   │   │   └── utils
│   │   │   │   │   │   └── readFromFixture
│   │   │   │   │   ├── compare-versions
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── component-emitter
│   │   │   │   │   ├── compressible
│   │   │   │   │   ├── compression
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── bytes
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   └── safe-buffer
│   │   │   │   │   ├── concat-map
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── concat-stream
│   │   │   │   │   ├── condense-newlines
│   │   │   │   │   ├── config-chain
│   │   │   │   │   ├── connect-history-api-fallback
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── console-browserify
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── static
│   │   │   │   │   ├── console-control-strings
│   │   │   │   │   ├── consolidate
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── constants-browserify
│   │   │   │   │   ├── contains-path
│   │   │   │   │   ├── content-disposition
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── safe-buffer
│   │   │   │   │   ├── content-type
│   │   │   │   │   ├── convert-source-map
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── safe-buffer
│   │   │   │   │   ├── cookie
│   │   │   │   │   ├── cookiejar
│   │   │   │   │   ├── cookie-signature
│   │   │   │   │   ├── copy-concurrently
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── copy-descriptor
│   │   │   │   │   ├── copy-webpack-plugin
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── globby
│   │   │   │   │   │   ├── ignore
│   │   │   │   │   │   ├── pify
│   │   │   │   │   │   └── slash
│   │   │   │   │   ├── core-js
│   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── array-buffer
│   │   │   │   │   │   │   ├── data-view
│   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── instance
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   ├── map
│   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   ├── promise
│   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   ├── set
│   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   ├── typed-array
│   │   │   │   │   │   │   ├── weak-map
│   │   │   │   │   │   │   └── weak-set
│   │   │   │   │   │   ├── features
│   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── array-buffer
│   │   │   │   │   │   │   ├── async-iterator
│   │   │   │   │   │   │   ├── data-view
│   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   ├── dom-collections
│   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── instance
│   │   │   │   │   │   │   ├── iterator
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   ├── map
│   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   ├── observable
│   │   │   │   │   │   │   ├── promise
│   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   ├── set
│   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   ├── typed-array
│   │   │   │   │   │   │   ├── url
│   │   │   │   │   │   │   ├── url-search-params
│   │   │   │   │   │   │   ├── weak-map
│   │   │   │   │   │   │   └── weak-set
│   │   │   │   │   │   ├── internals
│   │   │   │   │   │   ├── modules
│   │   │   │   │   │   ├── proposals
│   │   │   │   │   │   ├── stable
│   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── array-buffer
│   │   │   │   │   │   │   ├── data-view
│   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   ├── dom-collections
│   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── instance
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   ├── map
│   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   ├── promise
│   │   │   │   │   │   │   ├── reflect
│   │   │   │   │   │   │   ├── regexp
│   │   │   │   │   │   │   ├── set
│   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   │   └── virtual
│   │   │   │   │   │   │   ├── symbol
│   │   │   │   │   │   │   ├── typed-array
│   │   │   │   │   │   │   ├── url
│   │   │   │   │   │   │   ├── url-search-params
│   │   │   │   │   │   │   ├── weak-map
│   │   │   │   │   │   │   └── weak-set
│   │   │   │   │   │   ├── stage
│   │   │   │   │   │   └── web
│   │   │   │   │   ├── core-js-compat
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── semver
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── classes
│   │   │   │   │   │   ├── functions
│   │   │   │   │   │   ├── internal
│   │   │   │   │   │   └── ranges
│   │   │   │   │   ├── core-util-is
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── cosmiconfig
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── import-fresh
│   │   │   │   │   │   └── parse-json
│   │   │   │   │   ├── create-ecdh
│   │   │   │   │   ├── create-hash
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── create-hmac
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── cross-spawn
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── shebang-command
│   │   │   │   │   │   ├── shebang-regex
│   │   │   │   │   │   └── which
│   │   │   │   │   │   └── bin
│   │   │   │   │   ├── crypto-browserify
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── node
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── parse
│   │   │   │   │   │   └── stringify
│   │   │   │   │   ├── css-color-names
│   │   │   │   │   ├── css-declaration-sorter
│   │   │   │   │   │   ├── orders
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── cssesc
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── man
│   │   │   │   │   ├── css-loader
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── plugins
│   │   │   │   │   │   │   └── runtime
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── postcss-value-parser
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── schema-utils
│   │   │   │   │   │   ├── declarations
│   │   │   │   │   │   │   ├── keywords
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── keywords
│   │   │   │   │   │   └── util
│   │   │   │   │   ├── cssnano
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── cssnano-preset-default
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── cssnano-util-get-arguments
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── cssnano-util-get-match
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── cssnano-util-raw-cache
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── cssnano-util-same-parent
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── csso
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── clean
│   │   │   │   │   │   ├── replace
│   │   │   │   │   │   │   ├── atrule
│   │   │   │   │   │   │   └── property
│   │   │   │   │   │   └── restructure
│   │   │   │   │   │   └── prepare
│   │   │   │   │   ├── cssom
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── css-select
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── domutils
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── tests
│   │   │   │   │   ├── css-select-base-adapter
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── cssstyle
│   │   │   │   │   │   ├── coverage
│   │   │   │   │   │   │   └── lcov-report
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── properties
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── properties
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   └── scripts
│   │   │   │   │   ├── css-tree
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── common
│   │   │   │   │   │   ├── convertor
│   │   │   │   │   │   ├── definition-syntax
│   │   │   │   │   │   ├── generator
│   │   │   │   │   │   ├── lexer
│   │   │   │   │   │   ├── parser
│   │   │   │   │   │   ├── syntax
│   │   │   │   │   │   │   ├── atrule
│   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   ├── function
│   │   │   │   │   │   │   ├── node
│   │   │   │   │   │   │   ├── pseudo
│   │   │   │   │   │   │   │   └── common
│   │   │   │   │   │   │   └── scope
│   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   ├── utils
│   │   │   │   │   │   └── walker
│   │   │   │   │   ├── css-unit-converter
│   │   │   │   │   ├── css-what
│   │   │   │   │   ├── currently-unhandled
│   │   │   │   │   ├── current-script-polyfill
│   │   │   │   │   ├── cyclist
│   │   │   │   │   ├── dashdash
│   │   │   │   │   │   ├── etc
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── data-uri-to-buffer
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── data-urls
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── date-fns
│   │   │   │   │   │   ├── add_days
│   │   │   │   │   │   ├── add_hours
│   │   │   │   │   │   ├── add_iso_years
│   │   │   │   │   │   ├── add_milliseconds
│   │   │   │   │   │   ├── add_minutes
│   │   │   │   │   │   ├── add_months
│   │   │   │   │   │   ├── add_quarters
│   │   │   │   │   │   ├── add_seconds
│   │   │   │   │   │   ├── add_weeks
│   │   │   │   │   │   ├── add_years
│   │   │   │   │   │   ├── are_ranges_overlapping
│   │   │   │   │   │   ├── closest_index_to
│   │   │   │   │   │   ├── closest_to
│   │   │   │   │   │   ├── compare_asc
│   │   │   │   │   │   ├── compare_desc
│   │   │   │   │   │   ├── difference_in_calendar_days
│   │   │   │   │   │   ├── difference_in_calendar_iso_weeks
│   │   │   │   │   │   ├── difference_in_calendar_iso_years
│   │   │   │   │   │   ├── difference_in_calendar_months
│   │   │   │   │   │   ├── difference_in_calendar_quarters
│   │   │   │   │   │   ├── difference_in_calendar_weeks
│   │   │   │   │   │   ├── difference_in_calendar_years
│   │   │   │   │   │   ├── difference_in_days
│   │   │   │   │   │   ├── difference_in_hours
│   │   │   │   │   │   ├── difference_in_iso_years
│   │   │   │   │   │   ├── difference_in_milliseconds
│   │   │   │   │   │   ├── difference_in_minutes
│   │   │   │   │   │   ├── difference_in_months
│   │   │   │   │   │   ├── difference_in_quarters
│   │   │   │   │   │   ├── difference_in_seconds
│   │   │   │   │   │   ├── difference_in_weeks
│   │   │   │   │   │   ├── difference_in_years
│   │   │   │   │   │   ├── distance_in_words
│   │   │   │   │   │   ├── distance_in_words_strict
│   │   │   │   │   │   ├── distance_in_words_to_now
│   │   │   │   │   │   ├── each_day
│   │   │   │   │   │   ├── end_of_day
│   │   │   │   │   │   ├── end_of_hour
│   │   │   │   │   │   ├── end_of_iso_week
│   │   │   │   │   │   ├── end_of_iso_year
│   │   │   │   │   │   ├── end_of_minute
│   │   │   │   │   │   ├── end_of_month
│   │   │   │   │   │   ├── end_of_quarter
│   │   │   │   │   │   ├── end_of_second
│   │   │   │   │   │   ├── end_of_today
│   │   │   │   │   │   ├── end_of_tomorrow
│   │   │   │   │   │   ├── end_of_week
│   │   │   │   │   │   ├── end_of_year
│   │   │   │   │   │   ├── end_of_yesterday
│   │   │   │   │   │   ├── format
│   │   │   │   │   │   ├── get_date
│   │   │   │   │   │   ├── get_day
│   │   │   │   │   │   ├── get_day_of_year
│   │   │   │   │   │   ├── get_days_in_month
│   │   │   │   │   │   ├── get_days_in_year
│   │   │   │   │   │   ├── get_hours
│   │   │   │   │   │   ├── get_iso_day
│   │   │   │   │   │   ├── get_iso_week
│   │   │   │   │   │   ├── get_iso_weeks_in_year
│   │   │   │   │   │   ├── get_iso_year
│   │   │   │   │   │   ├── get_milliseconds
│   │   │   │   │   │   ├── get_minutes
│   │   │   │   │   │   ├── get_month
│   │   │   │   │   │   ├── get_overlapping_days_in_ranges
│   │   │   │   │   │   ├── get_quarter
│   │   │   │   │   │   ├── get_seconds
│   │   │   │   │   │   ├── get_time
│   │   │   │   │   │   ├── get_year
│   │   │   │   │   │   ├── is_after
│   │   │   │   │   │   ├── is_before
│   │   │   │   │   │   ├── is_date
│   │   │   │   │   │   ├── is_equal
│   │   │   │   │   │   ├── is_first_day_of_month
│   │   │   │   │   │   ├── is_friday
│   │   │   │   │   │   ├── is_future
│   │   │   │   │   │   ├── is_last_day_of_month
│   │   │   │   │   │   ├── is_leap_year
│   │   │   │   │   │   ├── is_monday
│   │   │   │   │   │   ├── is_past
│   │   │   │   │   │   ├── is_same_day
│   │   │   │   │   │   ├── is_same_hour
│   │   │   │   │   │   ├── is_same_iso_week
│   │   │   │   │   │   ├── is_same_iso_year
│   │   │   │   │   │   ├── is_same_minute
│   │   │   │   │   │   ├── is_same_month
│   │   │   │   │   │   ├── is_same_quarter
│   │   │   │   │   │   ├── is_same_second
│   │   │   │   │   │   ├── is_same_week
│   │   │   │   │   │   ├── is_same_year
│   │   │   │   │   │   ├── is_saturday
│   │   │   │   │   │   ├── is_sunday
│   │   │   │   │   │   ├── is_this_hour
│   │   │   │   │   │   ├── is_this_iso_week
│   │   │   │   │   │   ├── is_this_iso_year
│   │   │   │   │   │   ├── is_this_minute
│   │   │   │   │   │   ├── is_this_month
│   │   │   │   │   │   ├── is_this_quarter
│   │   │   │   │   │   ├── is_this_second
│   │   │   │   │   │   ├── is_this_week
│   │   │   │   │   │   ├── is_this_year
│   │   │   │   │   │   ├── is_thursday
│   │   │   │   │   │   ├── is_today
│   │   │   │   │   │   ├── is_tomorrow
│   │   │   │   │   │   ├── is_tuesday
│   │   │   │   │   │   ├── is_valid
│   │   │   │   │   │   ├── is_wednesday
│   │   │   │   │   │   ├── is_weekend
│   │   │   │   │   │   ├── is_within_range
│   │   │   │   │   │   ├── is_yesterday
│   │   │   │   │   │   ├── last_day_of_iso_week
│   │   │   │   │   │   ├── last_day_of_iso_year
│   │   │   │   │   │   ├── last_day_of_month
│   │   │   │   │   │   ├── last_day_of_quarter
│   │   │   │   │   │   ├── last_day_of_week
│   │   │   │   │   │   ├── last_day_of_year
│   │   │   │   │   │   ├── _lib
│   │   │   │   │   │   │   └── getTimezoneOffsetInMilliseconds
│   │   │   │   │   │   ├── locale
│   │   │   │   │   │   │   ├── ar
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── be
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── bg
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── ca
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── cs
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── da
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── de
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── el
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── en
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── eo
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── fi
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── fil
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── fr
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── hr
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── hu
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── id
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── is
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── it
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── ja
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── ko
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── _lib
│   │   │   │   │   │   │   │   └── build_formatting_tokens_reg_exp
│   │   │   │   │   │   │   ├── mk
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── nb
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── nl
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── pl
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── pt
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── ro
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── ru
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── sk
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── sl
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── sr
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── sv
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── th
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── tr
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   ├── zh_cn
│   │   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   │   └── zh_tw
│   │   │   │   │   │   │   ├── build_distance_in_words_locale
│   │   │   │   │   │   │   └── build_format_locale
│   │   │   │   │   │   ├── max
│   │   │   │   │   │   ├── min
│   │   │   │   │   │   ├── parse
│   │   │   │   │   │   ├── set_date
│   │   │   │   │   │   ├── set_day
│   │   │   │   │   │   ├── set_day_of_year
│   │   │   │   │   │   ├── set_hours
│   │   │   │   │   │   ├── set_iso_day
│   │   │   │   │   │   ├── set_iso_week
│   │   │   │   │   │   ├── set_iso_year
│   │   │   │   │   │   ├── set_milliseconds
│   │   │   │   │   │   ├── set_minutes
│   │   │   │   │   │   ├── set_month
│   │   │   │   │   │   ├── set_quarter
│   │   │   │   │   │   ├── set_seconds
│   │   │   │   │   │   ├── set_year
│   │   │   │   │   │   ├── start_of_day
│   │   │   │   │   │   ├── start_of_hour
│   │   │   │   │   │   ├── start_of_iso_week
│   │   │   │   │   │   ├── start_of_iso_year
│   │   │   │   │   │   ├── start_of_minute
│   │   │   │   │   │   ├── start_of_month
│   │   │   │   │   │   ├── start_of_quarter
│   │   │   │   │   │   ├── start_of_second
│   │   │   │   │   │   ├── start_of_today
│   │   │   │   │   │   ├── start_of_tomorrow
│   │   │   │   │   │   ├── start_of_week
│   │   │   │   │   │   ├── start_of_year
│   │   │   │   │   │   ├── start_of_yesterday
│   │   │   │   │   │   ├── sub_days
│   │   │   │   │   │   ├── sub_hours
│   │   │   │   │   │   ├── sub_iso_years
│   │   │   │   │   │   ├── sub_milliseconds
│   │   │   │   │   │   ├── sub_minutes
│   │   │   │   │   │   ├── sub_months
│   │   │   │   │   │   ├── sub_quarters
│   │   │   │   │   │   ├── sub_seconds
│   │   │   │   │   │   ├── sub_weeks
│   │   │   │   │   │   └── sub_years
│   │   │   │   │   ├── debug
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── ms
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── decamelize
│   │   │   │   │   ├── decode-uri-component
│   │   │   │   │   ├── dedent
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── deep-equal
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── deep-is
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── deepmerge
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── default-gateway
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── execa
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── is-stream
│   │   │   │   │   │   ├── npm-run-path
│   │   │   │   │   │   └── p-finally
│   │   │   │   │   ├── defaults
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── clone
│   │   │   │   │   ├── define-properties
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── define-property
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── is-accessor-descriptor
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── is-data-descriptor
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── kind-of
│   │   │   │   │   │   ├── is-descriptor
│   │   │   │   │   │   └── kind-of
│   │   │   │   │   ├── degenerator
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── de-indent
│   │   │   │   │   ├── del
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── array-union
│   │   │   │   │   │   ├── braces
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── dir-glob
│   │   │   │   │   │   ├── fast-glob
│   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   ├── managers
│   │   │   │   │   │   │   ├── providers
│   │   │   │   │   │   │   │   ├── filters
│   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   ├── readers
│   │   │   │   │   │   │   ├── types
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── fill-range
│   │   │   │   │   │   ├── globby
│   │   │   │   │   │   ├── glob-parent
│   │   │   │   │   │   ├── ignore
│   │   │   │   │   │   ├── is-number
│   │   │   │   │   │   ├── micromatch
│   │   │   │   │   │   ├── path-type
│   │   │   │   │   │   ├── p-map
│   │   │   │   │   │   ├── rimraf
│   │   │   │   │   │   ├── slash
│   │   │   │   │   │   └── to-regex-range
│   │   │   │   │   ├── delayed-stream
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── delegates
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── depd
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── browser
│   │   │   │   │   │   └── compat
│   │   │   │   │   ├── des.js
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── des
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── destroy
│   │   │   │   │   ├── detect-newline
│   │   │   │   │   ├── detect-node
│   │   │   │   │   ├── diff
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── convert
│   │   │   │   │   │   ├── diff
│   │   │   │   │   │   ├── patch
│   │   │   │   │   │   └── util
│   │   │   │   │   ├── diffie-hellman
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── diff-sequences
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   └── perf
│   │   │   │   │   ├── dir-glob
│   │   │   │   │   ├── dns-equal
│   │   │   │   │   ├── dns-packet
│   │   │   │   │   ├── dns-txt
│   │   │   │   │   ├── doctrine
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── domain-browser
│   │   │   │   │   │   └── source
│   │   │   │   │   ├── dom-converter
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── domelementtype
│   │   │   │   │   ├── dom-event-types
│   │   │   │   │   ├── domexception
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── domhandler
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── cases
│   │   │   │   │   ├── dom-serializer
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── domelementtype
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── domutils
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── tests
│   │   │   │   │   ├── dotenv
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── types
│   │   │   │   │   ├── dotenv-expand
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── dot-prop
│   │   │   │   │   ├── duplexer
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── duplexer2
│   │   │   │   │   ├── duplexify
│   │   │   │   │   ├── easy-stack
│   │   │   │   │   │   └── example
│   │   │   │   │   ├── ecc-jsbn
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── editorconfig
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   └── src
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── ee-first
│   │   │   │   │   ├── ejs
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── electron-to-chromium
│   │   │   │   │   ├── elegant-spinner
│   │   │   │   │   ├── elementtree
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── parsers
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── sax
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   └── data
│   │   │   │   │   ├── elliptic
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── elliptic
│   │   │   │   │   │   ├── curve
│   │   │   │   │   │   ├── ec
│   │   │   │   │   │   ├── eddsa
│   │   │   │   │   │   └── precomputed
│   │   │   │   │   ├── emoji-regex
│   │   │   │   │   │   └── es2015
│   │   │   │   │   ├── emojis-list
│   │   │   │   │   ├── encodeurl
│   │   │   │   │   ├── end-of-stream
│   │   │   │   │   ├── enhanced-resolve
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── memory-fs
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── entities
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── maps
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── errno
│   │   │   │   │   ├── error-ex
│   │   │   │   │   ├── error-stack-parser
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── es6-promise
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── es6-promise
│   │   │   │   │   │   └── promise
│   │   │   │   │   ├── es6-promisify
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── es-abstract
│   │   │   │   │   │   ├── 2015
│   │   │   │   │   │   ├── 2016
│   │   │   │   │   │   ├── 2017
│   │   │   │   │   │   ├── 2018
│   │   │   │   │   │   ├── 2019
│   │   │   │   │   │   ├── 5
│   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   ├── operations
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── helpers
│   │   │   │   │   ├── escape-html
│   │   │   │   │   ├── escape-string-regexp
│   │   │   │   │   ├── escodegen
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── eslint
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── conf
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── code-path-analysis
│   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   ├── formatters
│   │   │   │   │   │   │   ├── rules
│   │   │   │   │   │   │   ├── testers
│   │   │   │   │   │   │   ├── token-store
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   ├── patterns
│   │   │   │   │   │   │   └── unicode
│   │   │   │   │   │   ├── messages
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   ├── cross-spawn
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── inquirer
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── objects
│   │   │   │   │   │   │   │   ├── prompts
│   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   ├── path-key
│   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   ├── eslint-config-standard
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── eslint-import-resolver-node
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── eslint-loader
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── eslint-module-utils
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   ├── pkg-dir
│   │   │   │   │   │   ├── p-limit
│   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   └── p-try
│   │   │   │   │   ├── eslint-plugin-es
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── rules
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── eslint-plugin-import
│   │   │   │   │   │   ├── config
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   └── rules
│   │   │   │   │   │   ├── memo-parser
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── doctrine
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── find-up
│   │   │   │   │   │   ├── load-json-file
│   │   │   │   │   │   ├── locate-path
│   │   │   │   │   │   ├── path-type
│   │   │   │   │   │   ├── p-limit
│   │   │   │   │   │   ├── p-locate
│   │   │   │   │   │   ├── p-try
│   │   │   │   │   │   ├── read-pkg
│   │   │   │   │   │   └── read-pkg-up
│   │   │   │   │   ├── eslint-plugin-node
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── configs
│   │   │   │   │   │   │   ├── rules
│   │   │   │   │   │   │   │   ├── no-unsupported-features
│   │   │   │   │   │   │   │   └── prefer-global
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── ignore
│   │   │   │   │   ├── eslint-plugin-promise
│   │   │   │   │   │   └── rules
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── eslint-plugin-standard
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   └── rules
│   │   │   │   │   ├── eslint-plugin-vue
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── configs
│   │   │   │   │   │   │   ├── rules
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── eslint-scope
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── eslint-utils
│   │   │   │   │   ├── eslint-visitor-keys
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── espree
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── esprima
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── esquery
│   │   │   │   │   ├── esrecurse
│   │   │   │   │   ├── es-to-primitive
│   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── estraverse
│   │   │   │   │   ├── esutils
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── etag
│   │   │   │   │   ├── eventemitter3
│   │   │   │   │   │   └── umd
│   │   │   │   │   ├── event-pubsub
│   │   │   │   │   ├── events
│   │   │   │   │   │   └── tests
│   │   │   │   │   ├── eventsource
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── evp_bytestokey
│   │   │   │   │   ├── execa
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── cross-spawn
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── get-stream
│   │   │   │   │   │   └── path-key
│   │   │   │   │   ├── exec-sh
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── exit
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── fixtures
│   │   │   │   │   ├── expand-brackets
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── expect
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   └── build-es5
│   │   │   │   │   ├── express
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── middleware
│   │   │   │   │   │   │   └── router
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   └── safe-buffer
│   │   │   │   │   ├── extend
│   │   │   │   │   ├── extend-shallow
│   │   │   │   │   ├── external-editor
│   │   │   │   │   │   └── main
│   │   │   │   │   │   └── errors
│   │   │   │   │   ├── extglob
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── define-property
│   │   │   │   │   ├── extract-from-css
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── extsprintf
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── fast-deep-equal
│   │   │   │   │   ├── fast-glob
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── @nodelib
│   │   │   │   │   │   │   └── fs.stat
│   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   ├── managers
│   │   │   │   │   │   │   └── providers
│   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   │   ├── managers
│   │   │   │   │   │   │   ├── providers
│   │   │   │   │   │   │   │   └── filters
│   │   │   │   │   │   │   ├── types
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   └── package
│   │   │   │   │   │   └── out
│   │   │   │   │   │   ├── adapters
│   │   │   │   │   │   ├── managers
│   │   │   │   │   │   ├── providers
│   │   │   │   │   │   │   └── filters
│   │   │   │   │   │   ├── types
│   │   │   │   │   │   └── utils
│   │   │   │   │   ├── fast-json-stable-stringify
│   │   │   │   │   │   ├── benchmark
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── fast-levenshtein
│   │   │   │   │   ├── fastq
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── faye-websocket
│   │   │   │   │   │   ├── examples
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── faye
│   │   │   │   │   │   └── websocket
│   │   │   │   │   │   └── api
│   │   │   │   │   ├── fb-watchman
│   │   │   │   │   ├── figgy-pudding
│   │   │   │   │   ├── figures
│   │   │   │   │   ├── file-entry-cache
│   │   │   │   │   ├── file-loader
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── schema-utils
│   │   │   │   │   │   ├── declarations
│   │   │   │   │   │   │   ├── keywords
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── keywords
│   │   │   │   │   │   └── util
│   │   │   │   │   ├── filesize
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── file-uri-to-path
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── fill-range
│   │   │   │   │   ├── finalhandler
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── find-babel-config
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── find-cache-dir
│   │   │   │   │   ├── find-up
│   │   │   │   │   ├── flat-cache
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── rimraf
│   │   │   │   │   ├── flatted
│   │   │   │   │   │   ├── cjs
│   │   │   │   │   │   └── esm
│   │   │   │   │   ├── flush-write-stream
│   │   │   │   │   ├── follow-redirects
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   └── ms
│   │   │   │   │   ├── forever-agent
│   │   │   │   │   ├── for-in
│   │   │   │   │   ├── form-data
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── formidable
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── @fortawesome
│   │   │   │   │   │   └── fontawesome-free
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   ├── js
│   │   │   │   │   │   ├── less
│   │   │   │   │   │   ├── metadata
│   │   │   │   │   │   ├── scss
│   │   │   │   │   │   ├── sprites
│   │   │   │   │   │   ├── svgs
│   │   │   │   │   │   │   ├── brands
│   │   │   │   │   │   │   ├── regular
│   │   │   │   │   │   │   └── solid
│   │   │   │   │   │   └── webfonts
│   │   │   │   │   ├── forwarded
│   │   │   │   │   ├── fragment-cache
│   │   │   │   │   ├── fresh
│   │   │   │   │   ├── from2
│   │   │   │   │   ├── fs-extra
│   │   │   │   │   │   ├── docs
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── copy
│   │   │   │   │   │   ├── copy-sync
│   │   │   │   │   │   ├── empty
│   │   │   │   │   │   ├── ensure
│   │   │   │   │   │   ├── fs
│   │   │   │   │   │   ├── json
│   │   │   │   │   │   ├── mkdirs
│   │   │   │   │   │   ├── move
│   │   │   │   │   │   ├── move-sync
│   │   │   │   │   │   ├── output
│   │   │   │   │   │   ├── path-exists
│   │   │   │   │   │   ├── remove
│   │   │   │   │   │   └── util
│   │   │   │   │   ├── fs-minipass
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── minipass
│   │   │   │   │   ├── fs.realpath
│   │   │   │   │   ├── fstream
│   │   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── fs-write-stream-atomic
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── ftp
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   ├── isarray
│   │   │   │   │   │   │   │   └── build
│   │   │   │   │   │   │   ├── readable-stream
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── string_decoder
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── @fullhuman
│   │   │   │   │   │   └── postcss-purgecss
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   ├── src
│   │   │   │   │   │   └── __tests__
│   │   │   │   │   │   └── fixtures
│   │   │   │   │   │   ├── expected
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── config
│   │   │   │   │   │   └── simple
│   │   │   │   │   ├── functional-red-black-tree
│   │   │   │   │   │   ├── bench
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── function-bind
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── gauge
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   ├── gaze
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── get-caller-file
│   │   │   │   │   ├── get-own-enumerable-property-symbols
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── getpass
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── get-stdin
│   │   │   │   │   ├── get-stream
│   │   │   │   │   ├── get-uri
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── get-value
│   │   │   │   │   ├── glob
│   │   │   │   │   ├── globals
│   │   │   │   │   ├── globby
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── pify
│   │   │   │   │   ├── glob-parent
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── is-glob
│   │   │   │   │   ├── glob-to-regexp
│   │   │   │   │   ├── globule
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── graceful-fs
│   │   │   │   │   ├── growly
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── gzip-size
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── pify
│   │   │   │   │   ├── handlebars
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── amd
│   │   │   │   │   │   │   │   └── handlebars
│   │   │   │   │   │   │   │   ├── compiler
│   │   │   │   │   │   │   │   ├── decorators
│   │   │   │   │   │   │   │   └── helpers
│   │   │   │   │   │   │   └── cjs
│   │   │   │   │   │   │   └── handlebars
│   │   │   │   │   │   │   ├── compiler
│   │   │   │   │   │   │   ├── decorators
│   │   │   │   │   │   │   └── helpers
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── handlebars
│   │   │   │   │   │   │   ├── compiler
│   │   │   │   │   │   │   ├── decorators
│   │   │   │   │   │   │   └── helpers
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── uglify-js
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── tools
│   │   │   │   │   │   └── types
│   │   │   │   │   ├── handle-thing
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── @hapi
│   │   │   │   │   │   ├── address
│   │   │   │   │   │   │   ├── bench
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── bourne
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── hoek
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── joi
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   ├── alternatives
│   │   │   │   │   │   │   ├── any
│   │   │   │   │   │   │   ├── array
│   │   │   │   │   │   │   ├── binary
│   │   │   │   │   │   │   ├── boolean
│   │   │   │   │   │   │   ├── date
│   │   │   │   │   │   │   ├── func
│   │   │   │   │   │   │   ├── lazy
│   │   │   │   │   │   │   ├── number
│   │   │   │   │   │   │   ├── object
│   │   │   │   │   │   │   ├── string
│   │   │   │   │   │   │   └── symbol
│   │   │   │   │   │   └── topo
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── har-schema
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── har-validator
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── has
│   │   │   │   │   │   ├── src
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── has-ansi
│   │   │   │   │   ├── has-flag
│   │   │   │   │   ├── hash-base
│   │   │   │   │   ├── hash.js
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── hash
│   │   │   │   │   │   │   └── sha
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── hash-sum
│   │   │   │   │   ├── has-symbols
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── shams
│   │   │   │   │   ├── has-unicode
│   │   │   │   │   ├── has-value
│   │   │   │   │   ├── has-values
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── kind-of
│   │   │   │   │   ├── he
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── man
│   │   │   │   │   ├── hex-color-regex
│   │   │   │   │   ├── highlight.js
│   │   │   │   │   │   ├── docs
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── languages
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   ├── scss
│   │   │   │   │   │   └── styles
│   │   │   │   │   ├── hmac-drbg
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── fixtures
│   │   │   │   │   ├── hoopy
│   │   │   │   │   ├── hosted-git-info
│   │   │   │   │   ├── hpack.js
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── hpack
│   │   │   │   │   │   ├── test
│   │   │   │   │   │   └── tools
│   │   │   │   │   ├── hsla-regex
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── hsl-regex
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── html-comment-regex
│   │   │   │   │   ├── html-encoding-sniffer
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── html-entities
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── html-minifier
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── commander
│   │   │   │   │   │   │   └── typings
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── htmlparser2
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── entities
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── maps
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   └── readable-stream
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── internal
│   │   │   │   │   │   └── streams
│   │   │   │   │   ├── html-tags
│   │   │   │   │   ├── html-webpack-plugin
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── big.js
│   │   │   │   │   │   └── loader-utils
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── http-deceiver
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── http-errors
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── inherits
│   │   │   │   │   ├── http-parser-js
│   │   │   │   │   ├── http-proxy
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── http-proxy
│   │   │   │   │   │   └── passes
│   │   │   │   │   ├── http-proxy-agent
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── http-proxy-middleware
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── https-browserify
│   │   │   │   │   ├── http-signature
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── https-proxy-agent
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   └── ms
│   │   │   │   │   ├── human-signals
│   │   │   │   │   │   └── build
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── iconv-lite
│   │   │   │   │   │   ├── encodings
│   │   │   │   │   │   │   └── tables
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── icss-utils
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── ieee754
│   │   │   │   │   ├── iferr
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── ignore
│   │   │   │   │   ├── import-cwd
│   │   │   │   │   ├── import-fresh
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── resolve-from
│   │   │   │   │   ├── import-from
│   │   │   │   │   ├── import-local
│   │   │   │   │   │   └── fixtures
│   │   │   │   │   ├── imurmurhash
│   │   │   │   │   ├── indent-string
│   │   │   │   │   ├── indexes-of
│   │   │   │   │   ├── infer-owner
│   │   │   │   │   ├── inflight
│   │   │   │   │   ├── inherits
│   │   │   │   │   ├── ini
│   │   │   │   │   ├── in-publish
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── inquirer
│   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── objects
│   │   │   │   │   │   ├── prompts
│   │   │   │   │   │   ├── ui
│   │   │   │   │   │   └── utils
│   │   │   │   │   ├── internal-ip
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── default-gateway
│   │   │   │   │   ├── interpret
│   │   │   │   │   ├── @intervolga
│   │   │   │   │   │   └── optimize-cssnano-plugin
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── invariant
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── invert-kv
│   │   │   │   │   ├── @ionic
│   │   │   │   │   │   ├── cli-framework
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   │   │   ├── astral-regex
│   │   │   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   │   │   │   └── source
│   │   │   │   │   │   │   │   ├── color-convert
│   │   │   │   │   │   │   │   ├── emoji-regex
│   │   │   │   │   │   │   │   │   └── es2015
│   │   │   │   │   │   │   │   ├── has-flag
│   │   │   │   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   │   │   │   ├── rimraf
│   │   │   │   │   │   │   │   ├── slice-ansi
│   │   │   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   │   │   ├── supports-color
│   │   │   │   │   │   │   │   └── wrap-ansi
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── cli-framework-prompts
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   ├── ansi-escapes
│   │   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   │   ├── cli-cursor
│   │   │   │   │   │   │   ├── emoji-regex
│   │   │   │   │   │   │   │   └── es2015
│   │   │   │   │   │   │   ├── figures
│   │   │   │   │   │   │   ├── inquirer
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   │   ├── objects
│   │   │   │   │   │   │   │   ├── prompts
│   │   │   │   │   │   │   │   ├── ui
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   │   │   ├── mute-stream
│   │   │   │   │   │   │   ├── restore-cursor
│   │   │   │   │   │   │   ├── string-width
│   │   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   │   │   └── type-fest
│   │   │   │   │   │   │   └── source
│   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── cjs
│   │   │   │   │   │   │   │   ├── collection
│   │   │   │   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   │   │   │   ├── action-sheet
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── action-sheet-controller
│   │   │   │   │   │   │   │   │   │   ├── alert
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── alert-controller
│   │   │   │   │   │   │   │   │   │   ├── anchor
│   │   │   │   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   │   │   │   └── fonts
│   │   │   │   │   │   │   │   │   │   ├── avatar
│   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   ├── back-button
│   │   │   │   │   │   │   │   │   │   ├── backdrop
│   │   │   │   │   │   │   │   │   │   ├── badge
│   │   │   │   │   │   │   │   │   │   ├── button
│   │   │   │   │   │   │   │   │   │   ├── buttons
│   │   │   │   │   │   │   │   │   │   ├── card
│   │   │   │   │   │   │   │   │   │   ├── card-content
│   │   │   │   │   │   │   │   │   │   ├── card-header
│   │   │   │   │   │   │   │   │   │   ├── card-subtitle
│   │   │   │   │   │   │   │   │   │   ├── card-title
│   │   │   │   │   │   │   │   │   │   ├── checkbox
│   │   │   │   │   │   │   │   │   │   ├── chip
│   │   │   │   │   │   │   │   │   │   ├── col
│   │   │   │   │   │   │   │   │   │   ├── content
│   │   │   │   │   │   │   │   │   │   ├── datetime
│   │   │   │   │   │   │   │   │   │   ├── fab
│   │   │   │   │   │   │   │   │   │   ├── fab-button
│   │   │   │   │   │   │   │   │   │   ├── fab-list
│   │   │   │   │   │   │   │   │   │   ├── footer
│   │   │   │   │   │   │   │   │   │   ├── grid
│   │   │   │   │   │   │   │   │   │   ├── header
│   │   │   │   │   │   │   │   │   │   ├── icon
│   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   │   ├── dir
│   │   │   │   │   │   │   │   │   │   │   └── standalone
│   │   │   │   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   │   │   ├── infinite-scroll
│   │   │   │   │   │   │   │   │   │   ├── infinite-scroll-content
│   │   │   │   │   │   │   │   │   │   ├── input
│   │   │   │   │   │   │   │   │   │   ├── item
│   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   │   └── icons
│   │   │   │   │   │   │   │   │   │   ├── item-divider
│   │   │   │   │   │   │   │   │   │   ├── item-group
│   │   │   │   │   │   │   │   │   │   ├── item-option
│   │   │   │   │   │   │   │   │   │   ├── item-options
│   │   │   │   │   │   │   │   │   │   ├── item-sliding
│   │   │   │   │   │   │   │   │   │   ├── label
│   │   │   │   │   │   │   │   │   │   ├── list
│   │   │   │   │   │   │   │   │   │   ├── list-header
│   │   │   │   │   │   │   │   │   │   ├── loading
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── loading-controller
│   │   │   │   │   │   │   │   │   │   ├── menu
│   │   │   │   │   │   │   │   │   │   ├── menu-button
│   │   │   │   │   │   │   │   │   │   ├── menu-controller
│   │   │   │   │   │   │   │   │   │   ├── menu-toggle
│   │   │   │   │   │   │   │   │   │   ├── modal
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── modal-controller
│   │   │   │   │   │   │   │   │   │   ├── nav
│   │   │   │   │   │   │   │   │   │   ├── nav-link
│   │   │   │   │   │   │   │   │   │   ├── nav-pop
│   │   │   │   │   │   │   │   │   │   ├── nav-push
│   │   │   │   │   │   │   │   │   │   ├── nav-set-root
│   │   │   │   │   │   │   │   │   │   ├── note
│   │   │   │   │   │   │   │   │   │   ├── picker
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── picker-column
│   │   │   │   │   │   │   │   │   │   ├── picker-controller
│   │   │   │   │   │   │   │   │   │   ├── popover
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── popover-controller
│   │   │   │   │   │   │   │   │   │   ├── progress-bar
│   │   │   │   │   │   │   │   │   │   ├── radio
│   │   │   │   │   │   │   │   │   │   ├── radio-group
│   │   │   │   │   │   │   │   │   │   ├── range
│   │   │   │   │   │   │   │   │   │   ├── refresher
│   │   │   │   │   │   │   │   │   │   ├── refresher-content
│   │   │   │   │   │   │   │   │   │   ├── reorder
│   │   │   │   │   │   │   │   │   │   ├── reorder-group
│   │   │   │   │   │   │   │   │   │   ├── ripple-effect
│   │   │   │   │   │   │   │   │   │   ├── route
│   │   │   │   │   │   │   │   │   │   ├── router
│   │   │   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   │   ├── route-redirect
│   │   │   │   │   │   │   │   │   │   ├── router-link
│   │   │   │   │   │   │   │   │   │   ├── router-outlet
│   │   │   │   │   │   │   │   │   │   ├── row
│   │   │   │   │   │   │   │   │   │   ├── searchbar
│   │   │   │   │   │   │   │   │   │   ├── segment
│   │   │   │   │   │   │   │   │   │   ├── segment-button
│   │   │   │   │   │   │   │   │   │   ├── select
│   │   │   │   │   │   │   │   │   │   ├── select-option
│   │   │   │   │   │   │   │   │   │   ├── select-popover
│   │   │   │   │   │   │   │   │   │   ├── skeleton-text
│   │   │   │   │   │   │   │   │   │   ├── slide
│   │   │   │   │   │   │   │   │   │   ├── slides
│   │   │   │   │   │   │   │   │   │   │   └── swiper
│   │   │   │   │   │   │   │   │   │   ├── spinner
│   │   │   │   │   │   │   │   │   │   ├── split-pane
│   │   │   │   │   │   │   │   │   │   ├── tab
│   │   │   │   │   │   │   │   │   │   ├── tab-bar
│   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   │   └── scenarios
│   │   │   │   │   │   │   │   │   │   ├── tab-button
│   │   │   │   │   │   │   │   │   │   ├── tabs
│   │   │   │   │   │   │   │   │   │   ├── text
│   │   │   │   │   │   │   │   │   │   ├── textarea
│   │   │   │   │   │   │   │   │   │   ├── thumbnail
│   │   │   │   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   │   │   ├── title
│   │   │   │   │   │   │   │   │   │   ├── toast
│   │   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   │   ├── toast-controller
│   │   │   │   │   │   │   │   │   │   ├── toggle
│   │   │   │   │   │   │   │   │   │   ├── toolbar
│   │   │   │   │   │   │   │   │   │   └── virtual-scroll
│   │   │   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   │   │   ├── global
│   │   │   │   │   │   │   │   │   ├── themes
│   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   ├── animation
│   │   │   │   │   │   │   │   │   │   └── old-animation
│   │   │   │   │   │   │   │   │   ├── gesture
│   │   │   │   │   │   │   │   │   ├── input-shims
│   │   │   │   │   │   │   │   │   │   └── hacks
│   │   │   │   │   │   │   │   │   ├── menu-controller
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── sanitization
│   │   │   │   │   │   │   │   │   └── transition
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   │   └── polyfills
│   │   │   │   │   │   │   │   ├── esm-es5
│   │   │   │   │   │   │   │   ├── ionic
│   │   │   │   │   │   │   │   │   ├── svg
│   │   │   │   │   │   │   │   │   └── swiper
│   │   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   │   └── ionicons
│   │   │   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   │   │   │   └── collection
│   │   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   │   │   ├── action-sheet
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── action-sheet-controller
│   │   │   │   │   │   │   │   │   ├── alert
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── alert-controller
│   │   │   │   │   │   │   │   │   ├── anchor
│   │   │   │   │   │   │   │   │   ├── app
│   │   │   │   │   │   │   │   │   ├── avatar
│   │   │   │   │   │   │   │   │   ├── back-button
│   │   │   │   │   │   │   │   │   ├── backdrop
│   │   │   │   │   │   │   │   │   ├── badge
│   │   │   │   │   │   │   │   │   ├── button
│   │   │   │   │   │   │   │   │   ├── buttons
│   │   │   │   │   │   │   │   │   ├── card
│   │   │   │   │   │   │   │   │   ├── card-content
│   │   │   │   │   │   │   │   │   ├── card-header
│   │   │   │   │   │   │   │   │   ├── card-subtitle
│   │   │   │   │   │   │   │   │   ├── card-title
│   │   │   │   │   │   │   │   │   ├── checkbox
│   │   │   │   │   │   │   │   │   ├── chip
│   │   │   │   │   │   │   │   │   ├── col
│   │   │   │   │   │   │   │   │   ├── content
│   │   │   │   │   │   │   │   │   ├── datetime
│   │   │   │   │   │   │   │   │   ├── fab
│   │   │   │   │   │   │   │   │   ├── fab-button
│   │   │   │   │   │   │   │   │   ├── fab-list
│   │   │   │   │   │   │   │   │   ├── footer
│   │   │   │   │   │   │   │   │   ├── grid
│   │   │   │   │   │   │   │   │   ├── header
│   │   │   │   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   │   │   ├── infinite-scroll
│   │   │   │   │   │   │   │   │   ├── infinite-scroll-content
│   │   │   │   │   │   │   │   │   ├── input
│   │   │   │   │   │   │   │   │   ├── item
│   │   │   │   │   │   │   │   │   ├── item-divider
│   │   │   │   │   │   │   │   │   ├── item-group
│   │   │   │   │   │   │   │   │   ├── item-option
│   │   │   │   │   │   │   │   │   ├── item-options
│   │   │   │   │   │   │   │   │   ├── item-sliding
│   │   │   │   │   │   │   │   │   ├── label
│   │   │   │   │   │   │   │   │   ├── list
│   │   │   │   │   │   │   │   │   ├── list-header
│   │   │   │   │   │   │   │   │   ├── loading
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── loading-controller
│   │   │   │   │   │   │   │   │   ├── menu
│   │   │   │   │   │   │   │   │   ├── menu-button
│   │   │   │   │   │   │   │   │   ├── menu-controller
│   │   │   │   │   │   │   │   │   ├── menu-toggle
│   │   │   │   │   │   │   │   │   ├── modal
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── modal-controller
│   │   │   │   │   │   │   │   │   ├── nav
│   │   │   │   │   │   │   │   │   ├── nav-link
│   │   │   │   │   │   │   │   │   ├── nav-pop
│   │   │   │   │   │   │   │   │   ├── nav-push
│   │   │   │   │   │   │   │   │   ├── nav-set-root
│   │   │   │   │   │   │   │   │   ├── note
│   │   │   │   │   │   │   │   │   ├── picker
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── picker-column
│   │   │   │   │   │   │   │   │   ├── picker-controller
│   │   │   │   │   │   │   │   │   ├── popover
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── popover-controller
│   │   │   │   │   │   │   │   │   ├── progress-bar
│   │   │   │   │   │   │   │   │   ├── radio
│   │   │   │   │   │   │   │   │   ├── radio-group
│   │   │   │   │   │   │   │   │   ├── range
│   │   │   │   │   │   │   │   │   ├── refresher
│   │   │   │   │   │   │   │   │   ├── refresher-content
│   │   │   │   │   │   │   │   │   ├── reorder
│   │   │   │   │   │   │   │   │   ├── reorder-group
│   │   │   │   │   │   │   │   │   ├── ripple-effect
│   │   │   │   │   │   │   │   │   ├── route
│   │   │   │   │   │   │   │   │   ├── router
│   │   │   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   │   ├── route-redirect
│   │   │   │   │   │   │   │   │   ├── router-link
│   │   │   │   │   │   │   │   │   ├── router-outlet
│   │   │   │   │   │   │   │   │   ├── row
│   │   │   │   │   │   │   │   │   ├── searchbar
│   │   │   │   │   │   │   │   │   ├── segment
│   │   │   │   │   │   │   │   │   ├── segment-button
│   │   │   │   │   │   │   │   │   ├── select
│   │   │   │   │   │   │   │   │   ├── select-option
│   │   │   │   │   │   │   │   │   ├── select-popover
│   │   │   │   │   │   │   │   │   ├── skeleton-text
│   │   │   │   │   │   │   │   │   ├── slide
│   │   │   │   │   │   │   │   │   ├── slides
│   │   │   │   │   │   │   │   │   ├── spinner
│   │   │   │   │   │   │   │   │   ├── split-pane
│   │   │   │   │   │   │   │   │   ├── tab
│   │   │   │   │   │   │   │   │   ├── tab-bar
│   │   │   │   │   │   │   │   │   ├── tab-button
│   │   │   │   │   │   │   │   │   ├── tabs
│   │   │   │   │   │   │   │   │   ├── text
│   │   │   │   │   │   │   │   │   ├── textarea
│   │   │   │   │   │   │   │   │   ├── thumbnail
│   │   │   │   │   │   │   │   │   ├── title
│   │   │   │   │   │   │   │   │   ├── toast
│   │   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   │   ├── toast-controller
│   │   │   │   │   │   │   │   │   ├── toggle
│   │   │   │   │   │   │   │   │   ├── toolbar
│   │   │   │   │   │   │   │   │   └── virtual-scroll
│   │   │   │   │   │   │   │   ├── global
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   ├── animation
│   │   │   │   │   │   │   │   │   └── old-animation
│   │   │   │   │   │   │   │   ├── gesture
│   │   │   │   │   │   │   │   ├── input-shims
│   │   │   │   │   │   │   │   │   └── hacks
│   │   │   │   │   │   │   │   ├── menu-controller
│   │   │   │   │   │   │   │   │   └── animations
│   │   │   │   │   │   │   │   ├── sanitization
│   │   │   │   │   │   │   │   └── transition
│   │   │   │   │   │   │   ├── hydrate
│   │   │   │   │   │   │   └── loader
│   │   │   │   │   │   ├── discover
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── ws
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── utils-array
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── utils-fs
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── fs-extra
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── copy
│   │   │   │   │   │   │   ├── copy-sync
│   │   │   │   │   │   │   ├── empty
│   │   │   │   │   │   │   ├── ensure
│   │   │   │   │   │   │   ├── fs
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   ├── mkdirs
│   │   │   │   │   │   │   ├── move
│   │   │   │   │   │   │   ├── move-sync
│   │   │   │   │   │   │   ├── output
│   │   │   │   │   │   │   ├── path-exists
│   │   │   │   │   │   │   ├── remove
│   │   │   │   │   │   │   └── util
│   │   │   │   │   │   ├── utils-network
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── utils-object
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── utils-process
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── utils-stream
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── utils-subprocess
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── utils-terminal
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   └── vue
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── components
│   │   │   │   │   │   │   └── navigation
│   │   │   │   │   │   └── controllers
│   │   │   │   │   ├── ionic
│   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   ├── devapp
│   │   │   │   │   │   │   └── sso
│   │   │   │   │   │   │   └── success
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── commands
│   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   ├── config
│   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   ├── deploy
│   │   │   │   │   │   │   ├── doctor
│   │   │   │   │   │   │   ├── enterprise
│   │   │   │   │   │   │   ├── git
│   │   │   │   │   │   │   ├── integrations
│   │   │   │   │   │   │   ├── monitoring
│   │   │   │   │   │   │   ├── package
│   │   │   │   │   │   │   ├── ssh
│   │   │   │   │   │   │   └── ssl
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── doctor
│   │   │   │   │   │   │   │   └── ailments
│   │   │   │   │   │   │   ├── integrations
│   │   │   │   │   │   │   │   ├── capacitor
│   │   │   │   │   │   │   │   ├── cordova
│   │   │   │   │   │   │   │   └── enterprise
│   │   │   │   │   │   │   ├── project
│   │   │   │   │   │   │   │   ├── angular
│   │   │   │   │   │   │   │   ├── bare
│   │   │   │   │   │   │   │   ├── custom
│   │   │   │   │   │   │   │   ├── ionic1
│   │   │   │   │   │   │   │   ├── ionic-angular
│   │   │   │   │   │   │   │   ├── react
│   │   │   │   │   │   │   │   └── vue
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   │   └── source
│   │   │   │   │   │   ├── color-convert
│   │   │   │   │   │   ├── has-flag
│   │   │   │   │   │   ├── is-wsl
│   │   │   │   │   │   ├── open
│   │   │   │   │   │   ├── semver
│   │   │   │   │   │   │   └── bin
│   │   │   │   │   │   └── supports-color
│   │   │   │   │   ├── ionicons
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   ├── cjs
│   │   │   │   │   │   │   ├── collection
│   │   │   │   │   │   │   │   ├── icon
│   │   │   │   │   │   │   │   │   └── svg
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   ├── legacy
│   │   │   │   │   │   │   │   └── polyfills
│   │   │   │   │   │   │   ├── fonts
│   │   │   │   │   │   │   ├── ionicons
│   │   │   │   │   │   │   │   └── svg
│   │   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   ├── scss
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   │   └── icon
│   │   │   │   │   │   └── icons
│   │   │   │   │   │   └── imports
│   │   │   │   │   ├── ip
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── ipaddr.js
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── ip-regex
│   │   │   │   │   ├── is-absolute-url
│   │   │   │   │   ├── is-accessor-descriptor
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── kind-of
│   │   │   │   │   ├── is-arguments
│   │   │   │   │   ├── isarray
│   │   │   │   │   ├── is-arrayish
│   │   │   │   │   ├── is-binary-path
│   │   │   │   │   ├── is-buffer
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── is-callable
│   │   │   │   │   ├── is-ci
│   │   │   │   │   ├── is-color-stop
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── test
│   │   │   │   │   │   └── util
│   │   │   │   │   ├── is-data-descriptor
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── kind-of
│   │   │   │   │   ├── is-date-object
│   │   │   │   │   ├── is-descriptor
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── kind-of
│   │   │   │   │   ├── is-directory
│   │   │   │   │   ├── isexe
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── is-extendable
│   │   │   │   │   ├── is-extglob
│   │   │   │   │   ├── is-finite
│   │   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   ├── is-generator-fn
│   │   │   │   │   ├── is-glob
│   │   │   │   │   ├── is-number
│   │   │   │   │   ├── is-obj
│   │   │   │   │   ├── isobject
│   │   │   │   │   ├── is-observable
│   │   │   │   │   ├── is-path-cwd
│   │   │   │   │   ├── is-path-in-cwd
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── is-path-inside
│   │   │   │   │   ├── is-path-inside
│   │   │   │   │   ├── is-plain-obj
│   │   │   │   │   ├── is-plain-object
│   │   │   │   │   ├── is-promise
│   │   │   │   │   ├── is-regex
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── is-regexp
│   │   │   │   │   ├── is-resolvable
│   │   │   │   │   ├── is-stream
│   │   │   │   │   ├── isstream
│   │   │   │   │   ├── is-svg
│   │   │   │   │   ├── is-symbol
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── istanbul-lib-coverage
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── istanbul-lib-instrument
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── semver
│   │   │   │   │   │   └── bin
│   │   │   │   │   ├── istanbul-lib-report
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── istanbul-lib-source-maps
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── istanbul-reports
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── clover
│   │   │   │   │   │   │   ├── cobertura
│   │   │   │   │   │   │   ├── html
│   │   │   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   │   │   └── vendor
│   │   │   │   │   │   │   │   └── templates
│   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   ├── json-summary
│   │   │   │   │   │   │   ├── lcov
│   │   │   │   │   │   │   ├── lcovonly
│   │   │   │   │   │   │   ├── none
│   │   │   │   │   │   │   ├── teamcity
│   │   │   │   │   │   │   ├── text
│   │   │   │   │   │   │   ├── text-lcov
│   │   │   │   │   │   │   └── text-summary
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── is-typedarray
│   │   │   │   │   ├── is-utf8
│   │   │   │   │   ├── is-whitespace
│   │   │   │   │   ├── is-windows
│   │   │   │   │   ├── is-wsl
│   │   │   │   │   ├── javascript-stringify
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── @jest
│   │   │   │   │   │   ├── console
│   │   │   │   │   │   │   └── build
│   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   │   ├── assets
│   │   │   │   │   │   │   │   ├── cli
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── plugins
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── environment
│   │   │   │   │   │   │   └── build
│   │   │   │   │   │   ├── fake-timers
│   │   │   │   │   │   │   └── build
│   │   │   │   │   │   ├── reporters
│   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── source-map
│   │   │   │   │   │   │   └── build
│   │   │   │   │   │   ├── test-result
│   │   │   │   │   │   │   └── build
│   │   │   │   │   │   ├── test-sequencer
│   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── transform
│   │   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   │   └── write-file-atomic
│   │   │   │   │   │   └── types
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── jest-changed-files
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-cli
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   ├── cli
│   │   │   │   │   │   │   └── init
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── jest-config
│   │   │   │   │   │   └── build
│   │   │   │   │   │   └── vendor
│   │   │   │   │   ├── jest-diff
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-docblock
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-each
│   │   │   │   │   │   └── build
│   │   │   │   │   │   └── table
│   │   │   │   │   ├── jest-environment-jsdom
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   └── __mocks__
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── acorn
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── cssstyle
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── properties
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   ├── scripts
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── jsdom
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── jsdom
│   │   │   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   │   ├── level2
│   │   │   │   │   │   │   │   ├── level3
│   │   │   │   │   │   │   │   └── living
│   │   │   │   │   │   │   │   ├── aborting
│   │   │   │   │   │   │   │   ├── attributes
│   │   │   │   │   │   │   │   ├── constraint-validation
│   │   │   │   │   │   │   │   ├── domparsing
│   │   │   │   │   │   │   │   ├── events
│   │   │   │   │   │   │   │   ├── file-api
│   │   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   │   └── svg
│   │   │   │   │   │   │   │   ├── hr-time
│   │   │   │   │   │   │   │   ├── navigator
│   │   │   │   │   │   │   │   ├── nodes
│   │   │   │   │   │   │   │   ├── svg
│   │   │   │   │   │   │   │   ├── traversal
│   │   │   │   │   │   │   │   ├── websockets
│   │   │   │   │   │   │   │   ├── webstorage
│   │   │   │   │   │   │   │   ├── window
│   │   │   │   │   │   │   │   └── xhr
│   │   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── parse5
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   ├── extensions
│   │   │   │   │   │   │   │   ├── location_info
│   │   │   │   │   │   │   │   └── position_tracking
│   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   ├── sax
│   │   │   │   │   │   │   ├── serializer
│   │   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   │   ├── tree_adapters
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── whatwg-url
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── ws
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── jest-environment-jsdom-fifteen
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── jest-environment-node
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-get-type
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-haste-map
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   ├── crawlers
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── jest-jasmine2
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   └── jasmine
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── jest-leak-detector
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-matcher-utils
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-message-util
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-mock
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   └── build-es5
│   │   │   │   │   ├── jest-pnp-resolver
│   │   │   │   │   ├── jest-regex-util
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-resolve
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-resolve-dependencies
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-runner
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── jest-runtime
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── build
│   │   │   │   │   │   └── cli
│   │   │   │   │   ├── jest-serializer
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-serializer-vue
│   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── components
│   │   │   │   │   │   └── __snapshots__
│   │   │   │   │   ├── jest-snapshot
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── semver
│   │   │   │   │   │   └── bin
│   │   │   │   │   ├── jest-transform-stub
│   │   │   │   │   ├── jest-util
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   ├── jest-validate
│   │   │   │   │   │   └── build
│   │   │   │   │   ├── jest-watcher
│   │   │   │   │   │   └── build
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── jest-watch-typeahead
│   │   │   │   │   │   ├── build
│   │   │   │   │   │   │   ├── file_name_plugin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── test_name_plugin
│   │   │   │   │   │   │   ├── test_utils
│   │   │   │   │   │   │   └── types
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── ansi-escapes
│   │   │   │   │   │   ├── slash
│   │   │   │   │   │   ├── string-length
│   │   │   │   │   │   └── type-fest
│   │   │   │   │   │   └── source
│   │   │   │   │   ├── jest-worker
│   │   │   │   │   │   └── build
│   │   │   │   │   │   ├── base
│   │   │   │   │   │   └── workers
│   │   │   │   │   ├── js-base64
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── js-beautify
│   │   │   │   │   │   ├── js
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── unpackers
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── html
│   │   │   │   │   │   │   ├── javascript
│   │   │   │   │   │   │   └── unpackers
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── nopt
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── jsbn
│   │   │   │   │   ├── jsdom
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── jsdom
│   │   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   │   └── resources
│   │   │   │   │   │   │   ├── level2
│   │   │   │   │   │   │   ├── level3
│   │   │   │   │   │   │   └── living
│   │   │   │   │   │   │   ├── aborting
│   │   │   │   │   │   │   ├── attributes
│   │   │   │   │   │   │   ├── constraint-validation
│   │   │   │   │   │   │   ├── domparsing
│   │   │   │   │   │   │   ├── events
│   │   │   │   │   │   │   ├── fetch
│   │   │   │   │   │   │   ├── file-api
│   │   │   │   │   │   │   ├── generated
│   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   └── svg
│   │   │   │   │   │   │   ├── hr-time
│   │   │   │   │   │   │   ├── mutation-observer
│   │   │   │   │   │   │   ├── navigator
│   │   │   │   │   │   │   ├── nodes
│   │   │   │   │   │   │   ├── svg
│   │   │   │   │   │   │   ├── traversal
│   │   │   │   │   │   │   ├── websockets
│   │   │   │   │   │   │   ├── webstorage
│   │   │   │   │   │   │   ├── window
│   │   │   │   │   │   │   └── xhr
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── acorn
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── cssom
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   ├── parse5
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   ├── extensions
│   │   │   │   │   │   │   │   ├── error-reporting
│   │   │   │   │   │   │   │   ├── location-info
│   │   │   │   │   │   │   │   └── position-tracking
│   │   │   │   │   │   │   ├── parser
│   │   │   │   │   │   │   ├── serializer
│   │   │   │   │   │   │   ├── tokenizer
│   │   │   │   │   │   │   ├── tree-adapters
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── tough-cookie
│   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   └── ws
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── jsesc
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── man
│   │   │   │   │   ├── js-levenshtein
│   │   │   │   │   ├── js-message
│   │   │   │   │   ├── json3
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── json5
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── jsonfile
│   │   │   │   │   ├── jsonify
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── json-parse-better-errors
│   │   │   │   │   ├── json-schema
│   │   │   │   │   │   ├── draft-00
│   │   │   │   │   │   ├── draft-01
│   │   │   │   │   │   ├── draft-02
│   │   │   │   │   │   ├── draft-03
│   │   │   │   │   │   │   └── examples
│   │   │   │   │   │   ├── draft-04
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── json-schema-traverse
│   │   │   │   │   │   └── spec
│   │   │   │   │   │   └── fixtures
│   │   │   │   │   ├── json-stable-stringify
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── json-stable-stringify-without-jsonify
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── json-stringify-safe
│   │   │   │   │   │   └── test
│   │   │   │   │   ├── jsprim
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── js-queue
│   │   │   │   │   ├── js-tokens
│   │   │   │   │   ├── js-yaml
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   └── js-yaml
│   │   │   │   │   │   │   ├── schema
│   │   │   │   │   │   │   └── type
│   │   │   │   │   │   │   └── js
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── esprima
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── killable
│   │   │   │   │   ├── kind-of
│   │   │   │   │   ├── kleur
│   │   │   │   │   ├── launch-editor
│   │   │   │   │   │   └── editor-info
│   │   │   │   │   ├── launch-editor-middleware
│   │   │   │   │   ├── lcid
│   │   │   │   │   ├── leek
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── left-pad
│   │   │   │   │   │   └── perf
│   │   │   │   │   ├── leven
│   │   │   │   │   ├── levn
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── lines-and-columns
│   │   │   │   │   │   └── dist
│   │   │   │   │   ├── lint-staged
│   │   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   ├── braces
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── execa
│   │   │   │   │   │   │   │   └── lib
│   │   │   │   │   │   │   ├── fill-range
│   │   │   │   │   │   │   ├── is-number
│   │   │   │   │   │   │   ├── is-stream
│   │   │   │   │   │   │   ├── log-symbols
│   │   │   │   │   │   │   ├── micromatch
│   │   │   │   │   │   │   ├── npm-run-path
│   │   │   │   │   │   │   ├── p-finally
│   │   │   │   │   │   │   └── to-regex-range
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── listr
│   │   │   │   │   │   └── lib
│   │   │   │   │   ├── listr-silent-renderer
│   │   │   │   │   ├── listr-update-renderer
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── ansi-styles
│   │   │   │   │   │   ├── chalk
│   │   │   │   │   │   ├── figures
│   │   │   │   │   │   ├── indent-string
│   │   │   │   │   │   ├── log-symbols
│   │   │   │   │   │   ├── log-update
│   │   │   │   │   │   ├── strip-ansi
│   │   │   │   │   │   ├── supports-color
│   │   │   │   │   │   └── wrap-ansi
│   │   │   │   │   │   └── node_modules
│   │   │   │   │   │   ├── ansi-regex
│   │   │   │   │   │   └── strip-ansi
│   │   │   │   │   ├── listr-verbose-renderer
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment