tighten / nova-google-analytics

Google Analytics integration with Laravel Nova
MIT License
165 stars 30 forks source link

MostVisitedPagesCard and ReferrersList throws js error #51

Closed bendadaniel closed 2 years ago

bendadaniel commented 2 years ago

Hello, when I use MostVisitedPagesCard or ReferrersList dashboard cards. On load dashboard js throws this error:

nova-google-analytics-card:727 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')
    at Proxy.render (nova-google-analytics-card:727:22)
    at renderComponentRoot (runtime-core.esm-bundler.js?d2dd:893:1)
    at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js?d2dd:5030:1)
    at ReactiveEffect.run (reactivity.esm-bundler.js?89dc:167:1)
    at setupRenderEffect (runtime-core.esm-bundler.js?d2dd:5156:1)
    at mountComponent (runtime-core.esm-bundler.js?d2dd:4939:1)
    at processComponent (runtime-core.esm-bundler.js?d2dd:4897:1)
    at patch (runtime-core.esm-bundler.js?d2dd:4489:1)
    at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js?d2dd:5037:1)
    at ReactiveEffect.run (reactivity.esm-bundler.js?89dc:167:1)

Can anyone help me please? :)

krievley commented 2 years ago

@bendadaniel - Are these two cards the only ones throwing this error and the other cards are working for you? Also would you mind posting your package.json dependencies along with the version of the package you are using? 😄

bendadaniel commented 2 years ago

Hello, yes only this 2 cards are not working, others are working fine.

Package.json:

{
"devDependencies": {
        "axios": "^0.21",
        "laravel-mix": "^6.0.6",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14",
        "bootstrap": "^4.5.3",
        "cross-env": "^5.2.1",
        "jquery": "^3.5.1",
        "node-sass": "^4.14.1",
        "popper.js": "^1.12",
        "resolve-url-loader": "^2.3.1",
        "sass-loader": "^8.0.2",
        "vue": "2.6.10",
        "vue-template-compiler": "2.6.10"
    },
    "dependencies": {
        "@sentry/browser": "^5.27.3",
        "@sentry/integrations": "^5.27.3",
        "gulp": "^4.0.2",
        "browser-sync": "^2.26.13",
        "gulp-autoprefixer": "^6.1.0",
        "gulp-livereload": "^4.0.1",
        "gulp-minify": "^3.1.0",
        "gulp-sass": "^4.1.0",
        "gulp-sourcemaps": "^2.6.5",
        "gulp-wait": "0.0.2",
        "vuex": "^3.5.1",
        "v-tooltip": "^2.0.3",
        "vue-toastify": "^1.8.0"
    }
}

Specific versions:

├─┬ @sentry/browser@5.30.0
│ ├─┬ @sentry/core@5.30.0
│ │ ├─┬ @sentry/hub@5.30.0
│ │ │ ├── @sentry/types@5.30.0 deduped
│ │ │ ├── @sentry/utils@5.30.0 deduped
│ │ │ └── tslib@1.14.1
│ │ ├─┬ @sentry/minimal@5.30.0
│ │ │ ├── @sentry/hub@5.30.0 deduped
│ │ │ ├── @sentry/types@5.30.0 deduped
│ │ │ └── tslib@1.14.1
│ │ ├── @sentry/types@5.30.0 deduped
│ │ ├── @sentry/utils@5.30.0 deduped
│ │ └── tslib@1.14.1
│ ├── @sentry/types@5.30.0
│ ├─┬ @sentry/utils@5.30.0
│ │ ├── @sentry/types@5.30.0 deduped
│ │ └── tslib@1.14.1
│ └── tslib@1.14.1
├─┬ @sentry/integrations@5.30.0
│ ├── @sentry/types@5.30.0 deduped
│ ├── @sentry/utils@5.30.0 deduped
│ ├─┬ localforage@1.8.1
│ │ └─┬ lie@3.1.1
│ │   └── immediate@3.0.6
│ └── tslib@1.14.1
├─┬ axios@0.21.4
│ └── follow-redirects@1.15.0
├── bootstrap@4.6.1
├─┬ browser-sync@2.27.10
│ ├─┬ browser-sync-client@2.27.10
│ │ ├── etag@1.8.1 deduped
│ │ ├── fresh@0.5.2 deduped
│ │ ├── mitt@1.2.0
│ │ ├─┬ rxjs@5.5.12
│ │ │ └── symbol-observable@1.0.1
│ │ └── typescript@4.7.3
│ ├─┬ browser-sync-ui@2.27.10
│ │ ├── async-each-series@0.1.1
│ │ ├── connect-history-api-fallback@1.6.0 deduped
│ │ ├── immutable@3.8.2 deduped
│ │ ├── server-destroy@1.0.1 deduped
│ │ ├─┬ socket.io-client@4.5.1
│ │ │ ├── @socket.io/component-emitter@3.1.0
│ │ │ ├── debug@4.3.4 deduped
│ │ │ ├─┬ engine.io-client@6.2.2
│ │ │ │ ├── @socket.io/component-emitter@3.1.0 deduped
│ │ │ │ ├── debug@4.3.4 deduped
│ │ │ │ ├── engine.io-parser@5.0.4 deduped
│ │ │ │ ├── ws@8.2.3
│ │ │ │ └── xmlhttprequest-ssl@2.0.0
│ │ │ └─┬ socket.io-parser@4.2.0
│ │ │   ├── @socket.io/component-emitter@3.1.0 deduped
│ │ │   └── debug@4.3.4 deduped
│ │ └─┬ stream-throttle@0.1.3
│ │   ├── commander@2.20.3
│ │   └── limiter@1.1.5
│ ├── bs-recipes@1.3.4
│ ├── bs-snippet-injector@2.0.1
│ ├─┬ chokidar@3.5.3
│ │ ├─┬ anymatch@3.1.2
│ │ │ ├── normalize-path@3.0.0 deduped
│ │ │ └── picomatch@2.3.1 deduped
│ │ ├─┬ braces@3.0.2
│ │ │ └─┬ fill-range@7.0.1
│ │ │   └─┬ to-regex-range@5.0.1
│ │ │     └── is-number@7.0.0
│ │ ├── fsevents@2.3.2
│ │ ├─┬ glob-parent@5.1.2
│ │ │ └── is-glob@4.0.3 deduped
│ │ ├─┬ is-binary-path@2.1.0
│ │ │ └── binary-extensions@2.2.0
│ │ ├─┬ is-glob@4.0.3
│ │ │ └── is-extglob@2.1.1
│ │ ├── normalize-path@3.0.0
│ │ └─┬ readdirp@3.6.0
│ │   └── picomatch@2.3.1 deduped
│ ├─┬ connect@3.6.6
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ ├─┬ finalhandler@1.1.0
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ ├── escape-html@1.0.3 deduped
│ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ └── ee-first@1.1.1 deduped
│ │ │ ├── parseurl@1.3.3 deduped
│ │ │ ├── statuses@1.3.1
│ │ │ └── unpipe@1.0.0 deduped
│ │ ├── parseurl@1.3.3 deduped
│ │ └── utils-merge@1.0.1
│ ├── connect-history-api-fallback@1.6.0
│ ├── dev-ip@1.0.1
│ ├─┬ easy-extender@2.3.4
│ │ └── lodash@4.17.21 deduped
│ ├─┬ eazy-logger@3.1.0
│ │ └─┬ tfunk@4.0.0
│ │   ├─┬ chalk@1.1.3
│ │   │ ├── ansi-styles@2.2.1
│ │   │ ├── escape-string-regexp@1.0.5 deduped
│ │   │ ├── has-ansi@2.0.0 deduped
│ │   │ ├─┬ strip-ansi@3.0.1
│ │   │ │ └── ansi-regex@2.1.1
│ │   │ └── supports-color@2.0.0
│ │   └── dlv@1.1.3
│ ├── etag@1.8.1
│ ├── fresh@0.5.2
│ ├─┬ fs-extra@3.0.1
│ │ ├── graceful-fs@4.2.10 deduped
│ │ ├─┬ jsonfile@3.0.1
│ │ │ └── graceful-fs@4.2.10 deduped
│ │ └── universalify@0.1.2
│ ├─┬ http-proxy@1.18.1
│ │ ├── eventemitter3@4.0.7
│ │ ├── follow-redirects@1.15.0 deduped
│ │ └── requires-port@1.0.0
│ ├── immutable@3.8.2
│ ├─┬ localtunnel@2.0.2
│ │ ├── axios@0.21.4 deduped
│ │ ├─┬ debug@4.3.2
│ │ │ └── ms@2.1.2 deduped
│ │ ├── openurl@1.1.1
│ │ └─┬ yargs@17.1.1
│ │   ├── cliui@7.0.4 deduped
│ │   ├── escalade@3.1.1 deduped
│ │   ├── get-caller-file@2.0.5 deduped
│ │   ├── require-directory@2.1.1 deduped
│ │   ├── string-width@4.2.3 deduped
│ │   ├── y18n@5.0.8 deduped
│ │   └── yargs-parser@20.2.9
│ ├─┬ micromatch@4.0.5
│ │ ├── braces@3.0.2 deduped
│ │ └── picomatch@2.3.1
│ ├─┬ opn@5.3.0
│ │ └── is-wsl@1.1.0
│ ├─┬ portscanner@2.2.0
│ │ ├─┬ async@2.6.4
│ │ │ └── lodash@4.17.21 deduped
│ │ └─┬ is-number-like@1.0.8
│ │   └── lodash.isfinite@3.3.2
│ ├── qs@6.2.3
│ ├─┬ raw-body@2.5.1
│ │ ├── bytes@3.1.2
│ │ ├─┬ http-errors@2.0.0
│ │ │ ├── depd@2.0.0
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── setprototypeof@1.2.0
│ │ │ ├── statuses@2.0.1
│ │ │ └── toidentifier@1.0.1
│ │ ├─┬ iconv-lite@0.4.24
│ │ │ └── safer-buffer@2.1.2
│ │ └── unpipe@1.0.0
│ ├─┬ resp-modifier@6.0.2
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ └── minimatch@3.1.2 deduped
│ ├── rx@4.1.0
│ ├─┬ send@0.16.2
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0 deduped
│ │ ├── depd@1.1.2
│ │ ├── destroy@1.0.4
│ │ ├── encodeurl@1.0.2
│ │ ├── escape-html@1.0.3
│ │ ├── etag@1.8.1 deduped
│ │ ├── fresh@0.5.2 deduped
│ │ ├─┬ http-errors@1.6.3
│ │ │ ├── depd@1.1.2 deduped
│ │ │ ├── inherits@2.0.3
│ │ │ ├── setprototypeof@1.1.0
│ │ │ └── statuses@1.4.0 deduped
│ │ ├── mime@1.4.1
│ │ ├── ms@2.0.0
│ │ ├─┬ on-finished@2.3.0
│ │ │ └── ee-first@1.1.1
│ │ ├── range-parser@1.2.1
│ │ └── statuses@1.4.0
│ ├─┬ serve-index@1.9.1
│ │ ├─┬ accepts@1.3.8
│ │ │ ├── mime-types@2.1.35 deduped
│ │ │ └── negotiator@0.6.3
│ │ ├── batch@0.6.1
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ ├── escape-html@1.0.3 deduped
│ │ ├─┬ http-errors@1.6.3
│ │ │ ├── depd@1.1.2
│ │ │ ├── inherits@2.0.3
│ │ │ ├── setprototypeof@1.1.0
│ │ │ └── statuses@1.5.0
│ │ ├─┬ mime-types@2.1.35
│ │ │ └── mime-db@1.52.0
│ │ └── parseurl@1.3.3 deduped
│ ├─┬ serve-static@1.13.2
│ │ ├── encodeurl@1.0.2 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── parseurl@1.3.3
│ │ └── send@0.16.2 deduped
│ ├── server-destroy@1.0.1
│ ├─┬ socket.io@4.5.1
│ │ ├── accepts@1.3.8 deduped
│ │ ├── base64id@2.0.0
│ │ ├─┬ debug@4.3.4
│ │ │ └── ms@2.1.2 deduped
│ │ ├─┬ engine.io@6.2.0
│ │ │ ├── @types/cookie@0.4.1
│ │ │ ├── @types/cors@2.8.12
│ │ │ ├── @types/node@17.0.35 deduped
│ │ │ ├── accepts@1.3.8 deduped
│ │ │ ├── base64id@2.0.0 deduped
│ │ │ ├── cookie@0.4.2
│ │ │ ├─┬ cors@2.8.5
│ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ └── vary@1.1.2 deduped
│ │ │ ├── debug@4.3.4 deduped
│ │ │ ├── engine.io-parser@5.0.4
│ │ │ └── ws@8.2.3
│ │ ├── socket.io-adapter@2.4.0
│ │ └─┬ socket.io-parser@4.0.4
│ │   ├── @types/component-emitter@1.2.11
│ │   ├── component-emitter@1.3.0
│ │   └── debug@4.3.4 deduped
│ ├── ua-parser-js@1.0.2
│ └─┬ yargs@17.5.1
│   ├─┬ cliui@7.0.4
│   │ ├── string-width@4.2.3 deduped
│   │ ├── strip-ansi@6.0.1 deduped
│   │ └─┬ wrap-ansi@7.0.0
│   │   ├─┬ ansi-styles@4.3.0
│   │   │ └─┬ color-convert@2.0.1
│   │   │   └── color-name@1.1.4
│   │   ├── string-width@4.2.3 deduped
│   │   └── strip-ansi@6.0.1 deduped
│   ├── escalade@3.1.1
│   ├── get-caller-file@2.0.5
│   ├── require-directory@2.1.1
│   ├─┬ string-width@4.2.3
│   │ ├── emoji-regex@8.0.0
│   │ ├── is-fullwidth-code-point@3.0.0
│   │ └── strip-ansi@6.0.1 deduped
│   ├── y18n@5.0.8
│   └── yargs-parser@21.0.1
├─┬ cross-env@5.2.1
│ └─┬ cross-spawn@6.0.5
│   ├── nice-try@1.0.5
│   ├── path-key@2.0.1
│   ├── semver@5.7.1
│   ├─┬ shebang-command@1.2.0
│   │ └── shebang-regex@1.0.0
│   └─┬ which@1.3.1
│     └── isexe@2.0.0
├─┬ gulp@4.0.2
│ ├─┬ glob-watcher@5.0.5
│ │ ├─┬ anymatch@2.0.0
│ │ │ ├─┬ micromatch@3.1.10
│ │ │ │ ├── arr-diff@4.0.0 deduped
│ │ │ │ ├── array-unique@0.3.2
│ │ │ │ ├── braces@2.3.2 deduped
│ │ │ │ ├─┬ define-property@2.0.2
│ │ │ │ │ ├─┬ is-descriptor@1.0.2
│ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0
│ │ │ │ │ │ │ └── kind-of@6.0.3 deduped
│ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ │ └── kind-of@6.0.3 deduped
│ │ │ │ │ │ └── kind-of@6.0.3 deduped
│ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ ├── extend-shallow@3.0.2 deduped
│ │ │ │ ├─┬ extglob@2.0.4
│ │ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ │ └─┬ is-descriptor@1.0.2
│ │ │ │ │ │   ├─┬ is-accessor-descriptor@1.0.0
│ │ │ │ │ │   │ └── kind-of@6.0.3 deduped
│ │ │ │ │ │   ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │   │ └── kind-of@6.0.3 deduped
│ │ │ │ │ │   └── kind-of@6.0.3 deduped
│ │ │ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├── posix-character-classes@0.1.1
│ │ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ ├─┬ fragment-cache@0.2.1
│ │ │ │ │ └── map-cache@0.2.2
│ │ │ │ ├── kind-of@6.0.3 deduped
│ │ │ │ ├─┬ nanomatch@1.2.13
│ │ │ │ │ ├── arr-diff@4.0.0 deduped
│ │ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ │ ├── define-property@2.0.2 deduped
│ │ │ │ │ ├── extend-shallow@3.0.2 deduped
│ │ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ │ ├── is-windows@1.0.2 deduped
│ │ │ │ │ ├── kind-of@6.0.3 deduped
│ │ │ │ │ ├── object.pick@1.3.0 deduped
│ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ ├─┬ object.pick@1.3.0
│ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ ├─┬ regex-not@1.0.2
│ │ │ │ │ ├── extend-shallow@3.0.2 deduped
│ │ │ │ │ └─┬ safe-regex@1.1.0
│ │ │ │ │   └── ret@0.1.15
│ │ │ │ ├─┬ snapdragon@0.8.2
│ │ │ │ │ ├─┬ base@0.11.2
│ │ │ │ │ │ ├─┬ cache-base@1.0.1
│ │ │ │ │ │ │ ├─┬ collection-visit@1.0.0
│ │ │ │ │ │ │ │ ├─┬ map-visit@1.0.0
│ │ │ │ │ │ │ │ │ └── object-visit@1.0.1 deduped
│ │ │ │ │ │ │ │ └─┬ object-visit@1.0.1
│ │ │ │ │ │ │ │   └── isobject@3.0.1 deduped
│ │ │ │ │ │ │ ├── component-emitter@1.3.0 deduped
│ │ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ │ ├─┬ has-value@1.0.0
│ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ │ │ ├─┬ has-values@1.0.0
│ │ │ │ │ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ │ │ │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ │ │ └─┬ kind-of@4.0.0
│ │ │ │ │ │ │ │ │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ │ │ ├─┬ set-value@2.0.1
│ │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped
│ │ │ │ │ │ │ │ └── split-string@3.1.0 deduped
│ │ │ │ │ │ │ ├─┬ to-object-path@0.3.0
│ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ ├─┬ union-value@1.0.1
│ │ │ │ │ │ │ │ ├── arr-union@3.1.0 deduped
│ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │ │ │ └── set-value@2.0.1 deduped
│ │ │ │ │ │ │ └─┬ unset-value@1.0.0
│ │ │ │ │ │ │   ├─┬ has-value@0.3.1
│ │ │ │ │ │ │   │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ │   │ ├── has-values@0.1.4
│ │ │ │ │ │ │   │ └─┬ isobject@2.1.0
│ │ │ │ │ │ │   │   └── isarray@1.0.0 deduped
│ │ │ │ │ │ │   └── isobject@3.0.1 deduped
│ │ │ │ │ │ ├─┬ class-utils@0.3.6
│ │ │ │ │ │ │ ├── arr-union@3.1.0 deduped
│ │ │ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped
│ │ │ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ │ │ └─┬ static-extend@0.1.2
│ │ │ │ │ │ │   ├─┬ define-property@0.2.5
│ │ │ │ │ │ │   │ └── is-descriptor@0.1.6 deduped
│ │ │ │ │ │ │   └─┬ object-copy@0.1.0
│ │ │ │ │ │ │     ├── copy-descriptor@0.1.1
│ │ │ │ │ │ │     ├─┬ define-property@0.2.5
│ │ │ │ │ │ │     │ └── is-descriptor@0.1.6 deduped
│ │ │ │ │ │ │     └─┬ kind-of@3.2.2
│ │ │ │ │ │ │       └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ ├── component-emitter@1.3.0 deduped
│ │ │ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2
│ │ │ │ │ │ │   ├─┬ is-accessor-descriptor@1.0.0
│ │ │ │ │ │ │   │ └── kind-of@6.0.3 deduped
│ │ │ │ │ │ │   ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ │   │ └── kind-of@6.0.3 deduped
│ │ │ │ │ │ │   └── kind-of@6.0.3 deduped
│ │ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ │ ├─┬ mixin-deep@1.3.2
│ │ │ │ │ │ │ ├── for-in@1.0.2 deduped
│ │ │ │ │ │ │ └─┬ is-extendable@1.0.1
│ │ │ │ │ │ │   └── is-plain-object@2.0.4 deduped
│ │ │ │ │ │ └── pascalcase@0.1.1
│ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │   ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │   └── kind-of@5.1.0
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├── map-cache@0.2.2 deduped
│ │ │ │ │ ├── source-map@0.5.7
│ │ │ │ │ ├── source-map-resolve@0.5.3 deduped
│ │ │ │ │ └── use@3.1.1
│ │ │ │ └─┬ to-regex@3.0.2
│ │ │ │   ├── define-property@2.0.2 deduped
│ │ │ │   ├── extend-shallow@3.0.2 deduped
│ │ │ │   ├── regex-not@1.0.2 deduped
│ │ │ │   └── safe-regex@1.1.0 deduped
│ │ │ └─┬ normalize-path@2.1.1
│ │ │   └── remove-trailing-separator@1.1.0 deduped
│ │ ├─┬ async-done@1.3.2
│ │ │ ├─┬ end-of-stream@1.4.4
│ │ │ │ └── once@1.4.0 deduped
│ │ │ ├── once@1.4.0 deduped
│ │ │ ├── process-nextick-args@2.0.1
│ │ │ └── stream-exhaust@1.0.2
│ │ ├─┬ chokidar@2.1.8
│ │ │ ├── anymatch@2.0.0 deduped
│ │ │ ├── async-each@1.0.3
│ │ │ ├─┬ braces@2.3.2
│ │ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ ├── repeat-string@1.6.1
│ │ │ │ │ └─┬ to-regex-range@2.1.1
│ │ │ │ │   ├── is-number@3.0.0 deduped
│ │ │ │ │   └── repeat-string@1.6.1 deduped
│ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ ├── repeat-element@1.1.4
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ ├─┬ snapdragon-node@2.1.1
│ │ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ │ └─┬ is-descriptor@1.0.2
│ │ │ │ │ │   ├─┬ is-accessor-descriptor@1.0.0
│ │ │ │ │ │   │ └── kind-of@6.0.3 deduped
│ │ │ │ │ │   ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │   │ └── kind-of@6.0.3 deduped
│ │ │ │ │ │   └── kind-of@6.0.3 deduped
│ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ └─┬ snapdragon-util@3.0.1
│ │ │ │ │   └─┬ kind-of@3.2.2
│ │ │ │ │     └── is-buffer@1.1.6 deduped
│ │ │ │ ├─┬ split-string@3.1.0
│ │ │ │ │ └── extend-shallow@3.0.2 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ ├─┬ fsevents@1.2.13
│ │ │ │ ├── UNMET DEPENDENCY bindings@^1.5.0
│ │ │ │ └── nan@2.16.0 deduped
│ │ │ ├─┬ glob-parent@3.1.0
│ │ │ │ ├─┬ is-glob@3.1.0
│ │ │ │ │ └── is-extglob@2.1.1 deduped
│ │ │ │ └── path-dirname@1.0.2
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├─┬ is-binary-path@1.0.1
│ │ │ │ └── binary-extensions@1.13.1
│ │ │ ├── is-glob@4.0.3 deduped
│ │ │ ├── normalize-path@3.0.0 deduped
│ │ │ ├── path-is-absolute@1.0.1 deduped
│ │ │ ├─┬ readdirp@2.2.1
│ │ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ │ ├── micromatch@3.1.10 deduped
│ │ │ │ └── readable-stream@2.3.7 deduped
│ │ │ └── upath@1.2.0
│ │ ├── is-negated-glob@1.0.0
│ │ ├── just-debounce@1.1.0
│ │ ├── normalize-path@3.0.0 deduped
│ │ └─┬ object.defaults@1.1.0
│ │   ├── array-each@1.0.1
│ │   ├── array-slice@1.1.0
│ │   ├─┬ for-own@1.0.0
│ │   │ └── for-in@1.0.2
│ │   └── isobject@3.0.1 deduped
│ ├─┬ gulp-cli@2.3.0
│ │ ├── ansi-colors@1.1.0 deduped
│ │ ├── archy@1.0.0
│ │ ├─┬ array-sort@1.0.0
│ │ │ ├─┬ default-compare@1.0.0
│ │ │ │ └── kind-of@5.1.0
│ │ │ ├── get-value@2.0.6
│ │ │ └── kind-of@5.1.0
│ │ ├── color-support@1.1.3
│ │ ├─┬ concat-stream@1.6.2
│ │ │ ├── buffer-from@1.1.2
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── readable-stream@2.3.7 deduped
│ │ │ └── typedarray@0.0.6
│ │ ├─┬ copy-props@2.0.5
│ │ │ ├─┬ each-props@1.3.2
│ │ │ │ ├── is-plain-object@2.0.4 deduped
│ │ │ │ └── object.defaults@1.1.0 deduped
│ │ │ └── is-plain-object@5.0.0
│ │ ├── fancy-log@1.3.3 deduped
│ │ ├─┬ gulplog@1.0.0
│ │ │ └─┬ glogg@1.0.2
│ │ │   └── sparkles@1.0.1
│ │ ├── interpret@1.4.0
│ │ ├── isobject@3.0.1
│ │ ├─┬ liftoff@3.1.0
│ │ │ ├── extend@3.0.2 deduped
│ │ │ ├─┬ findup-sync@3.0.0
│ │ │ │ ├── detect-file@1.0.0
│ │ │ │ ├── is-glob@4.0.3 deduped
│ │ │ │ ├─┬ micromatch@3.1.10
│ │ │ │ │ ├── arr-diff@4.0.0 deduped
│ │ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ │ ├─┬ braces@2.3.2
│ │ │ │ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ │ │ │ └─┬ to-regex-range@2.1.1
│ │ │ │ │ │ │   ├── is-number@3.0.0 deduped
│ │ │ │ │ │ │   └── repeat-string@1.6.1 deduped
│ │ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ │ ├── repeat-element@1.1.4 deduped
│ │ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ │ │ │ ├── split-string@3.1.0 deduped
│ │ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ │ ├── define-property@2.0.2 deduped
│ │ │ │ │ ├── extend-shallow@3.0.2 deduped
│ │ │ │ │ ├── extglob@2.0.4 deduped
│ │ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ │ ├── kind-of@6.0.3 deduped
│ │ │ │ │ ├── nanomatch@1.2.13 deduped
│ │ │ │ │ ├── object.pick@1.3.0 deduped
│ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ └─┬ resolve-dir@1.0.1
│ │ │ │   ├── expand-tilde@2.0.2 deduped
│ │ │ │   └─┬ global-modules@1.0.0
│ │ │ │     ├─┬ global-prefix@1.0.2
│ │ │ │     │ ├── expand-tilde@2.0.2 deduped
│ │ │ │     │ ├── homedir-polyfill@1.0.3 deduped
│ │ │ │     │ ├── ini@1.3.8
│ │ │ │     │ ├── is-windows@1.0.2 deduped
│ │ │ │     │ └─┬ which@1.3.1
│ │ │ │     │   └── isexe@2.0.0 deduped
│ │ │ │     ├── is-windows@1.0.2 deduped
│ │ │ │     └── resolve-dir@1.0.1 deduped
│ │ │ ├─┬ fined@1.2.0
│ │ │ │ ├─┬ expand-tilde@2.0.2
│ │ │ │ │ └── homedir-polyfill@1.0.3 deduped
│ │ │ │ ├── is-plain-object@2.0.4 deduped
│ │ │ │ ├── object.defaults@1.1.0 deduped
│ │ │ │ ├── object.pick@1.3.0 deduped
│ │ │ │ └─┬ parse-filepath@1.0.2
│ │ │ │   ├── is-absolute@1.0.0 deduped
│ │ │ │   ├── map-cache@0.2.2 deduped
│ │ │ │   └─┬ path-root@0.1.1
│ │ │ │     └── path-root-regex@0.1.2
│ │ │ ├── flagged-respawn@1.0.1
│ │ │ ├── is-plain-object@2.0.4 deduped
│ │ │ ├─┬ object.map@1.0.1
│ │ │ │ ├── for-own@1.0.0 deduped
│ │ │ │ └── make-iterator@1.0.1 deduped
│ │ │ ├─┬ rechoir@0.6.2
│ │ │ │ └── resolve@1.22.0 deduped
│ │ │ └─┬ resolve@1.22.0
│ │ │   ├─┬ is-core-module@2.9.0
│ │ │   │ └─┬ has@1.0.3
│ │ │   │   └── function-bind@1.1.1 deduped
│ │ │   ├── path-parse@1.0.7
│ │ │   └── supports-preserve-symlinks-flag@1.0.0
│ │ ├─┬ matchdep@2.0.0
│ │ │ ├─┬ findup-sync@2.0.0
│ │ │ │ ├── detect-file@1.0.0 deduped
│ │ │ │ ├─┬ is-glob@3.1.0
│ │ │ │ │ └── is-extglob@2.1.1 deduped
│ │ │ │ ├── micromatch@3.1.10 deduped
│ │ │ │ └── resolve-dir@1.0.1 deduped
│ │ │ ├─┬ micromatch@3.1.10
│ │ │ │ ├── arr-diff@4.0.0 deduped
│ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ ├─┬ braces@2.3.2
│ │ │ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ │ │ └─┬ to-regex-range@2.1.1
│ │ │ │ │ │   ├── is-number@3.0.0 deduped
│ │ │ │ │ │   └── repeat-string@1.6.1 deduped
│ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ ├── repeat-element@1.1.4 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ │ │ ├── split-string@3.1.0 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ ├── define-property@2.0.2 deduped
│ │ │ │ ├── extend-shallow@3.0.2 deduped
│ │ │ │ ├── extglob@2.0.4 deduped
│ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ ├── kind-of@6.0.3 deduped
│ │ │ │ ├── nanomatch@1.2.13 deduped
│ │ │ │ ├── object.pick@1.3.0 deduped
│ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ ├── resolve@1.22.0 deduped
│ │ │ └── stack-trace@0.0.10
│ │ ├── mute-stdout@1.0.1
│ │ ├── pretty-hrtime@1.0.3
│ │ ├─┬ replace-homedir@1.0.0
│ │ │ ├─┬ homedir-polyfill@1.0.3
│ │ │ │ └── parse-passwd@1.0.0
│ │ │ ├─┬ is-absolute@1.0.0
│ │ │ │ ├─┬ is-relative@1.0.0
│ │ │ │ │ └─┬ is-unc-path@1.0.0
│ │ │ │ │   └── unc-path-regex@0.1.2
│ │ │ │ └── is-windows@1.0.2
│ │ │ └── remove-trailing-separator@1.1.0 deduped
│ │ ├─┬ semver-greatest-satisfied-range@1.1.0
│ │ │ └─┬ sver-compat@1.5.0
│ │ │   ├── es6-iterator@2.0.3 deduped
│ │ │   └── es6-symbol@3.1.3 deduped
│ │ ├─┬ v8flags@3.2.0
│ │ │ └── homedir-polyfill@1.0.3 deduped
│ │ └─┬ yargs@7.1.2
│ │   ├── camelcase@3.0.0
│ │   ├─┬ cliui@3.2.0
│ │   │ ├── string-width@1.0.2 deduped
│ │   │ ├─┬ strip-ansi@3.0.1
│ │   │ │ └── ansi-regex@2.1.1
│ │   │ └─┬ wrap-ansi@2.1.0
│ │   │   ├── string-width@1.0.2 deduped
│ │   │   └── strip-ansi@3.0.1 deduped
│ │   ├── decamelize@1.2.0 deduped
│ │   ├── get-caller-file@1.0.3
│ │   ├─┬ os-locale@1.4.0
│ │   │ └─┬ lcid@1.0.0
│ │   │   └── invert-kv@1.0.0
│ │   ├── read-pkg-up@1.0.1 deduped
│ │   ├── require-directory@2.1.1 deduped
│ │   ├── require-main-filename@1.0.1
│ │   ├── set-blocking@2.0.0 deduped
│ │   ├─┬ string-width@1.0.2
│ │   │ ├── code-point-at@1.1.0
│ │   │ ├─┬ is-fullwidth-code-point@1.0.0
│ │   │ │ └── number-is-nan@1.0.1
│ │   │ └── strip-ansi@3.0.1 deduped
│ │   ├── which-module@1.0.0
│ │   ├── y18n@3.2.2
│ │   └─┬ yargs-parser@5.0.1
│ │     ├── camelcase@3.0.0 deduped
│ │     └── object.assign@4.1.2 deduped
│ ├─┬ undertaker@1.3.0
│ │ ├── arr-flatten@1.1.0
│ │ ├─┬ arr-map@2.0.2
│ │ │ └─┬ make-iterator@1.0.1
│ │ │   └── kind-of@6.0.3 deduped
│ │ ├─┬ bach@1.2.0
│ │ │ ├─┬ arr-filter@1.1.2
│ │ │ │ └── make-iterator@1.0.1 deduped
│ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ ├── arr-map@2.0.2 deduped
│ │ │ ├── array-each@1.0.1 deduped
│ │ │ ├─┬ array-initial@1.1.0
│ │ │ │ ├── array-slice@1.1.0 deduped
│ │ │ │ └── is-number@4.0.0
│ │ │ ├─┬ array-last@1.3.0
│ │ │ │ └── is-number@4.0.0
│ │ │ ├── async-done@1.3.2 deduped
│ │ │ ├─┬ async-settle@1.0.0
│ │ │ │ └── async-done@1.3.2 deduped
│ │ │ └─┬ now-and-later@2.0.1
│ │ │   └── once@1.4.0 deduped
│ │ ├─┬ collection-map@1.0.0
│ │ │ ├── arr-map@2.0.2 deduped
│ │ │ ├── for-own@1.0.0 deduped
│ │ │ └── make-iterator@1.0.1 deduped
│ │ ├─┬ es6-weak-map@2.0.3
│ │ │ ├─┬ d@1.0.1
│ │ │ │ ├── es5-ext@0.10.61 deduped
│ │ │ │ └── type@1.2.0
│ │ │ ├─┬ es5-ext@0.10.61
│ │ │ │ ├── es6-iterator@2.0.3 deduped
│ │ │ │ ├── es6-symbol@3.1.3 deduped
│ │ │ │ └── next-tick@1.1.0 deduped
│ │ │ ├─┬ es6-iterator@2.0.3
│ │ │ │ ├── d@1.0.1 deduped
│ │ │ │ ├── es5-ext@0.10.61 deduped
│ │ │ │ └── es6-symbol@3.1.3 deduped
│ │ │ └─┬ es6-symbol@3.1.3
│ │ │   ├── d@1.0.1 deduped
│ │ │   └─┬ ext@1.6.0
│ │ │     └── type@2.6.0
│ │ ├── fast-levenshtein@1.1.4
│ │ ├─┬ last-run@1.1.1
│ │ │ ├── default-resolution@2.0.0
│ │ │ └── es6-weak-map@2.0.3 deduped
│ │ ├── object.defaults@1.1.0 deduped
│ │ ├─┬ object.reduce@1.0.1
│ │ │ ├── for-own@1.0.0 deduped
│ │ │ └── make-iterator@1.0.1 deduped
│ │ └── undertaker-registry@1.0.1
│ └─┬ vinyl-fs@3.0.3
│   ├─┬ fs-mkdirp-stream@1.0.0
│   │ ├── graceful-fs@4.2.10 deduped
│   │ └── through2@2.0.5 deduped
│   ├─┬ glob-stream@6.1.0
│   │ ├── extend@3.0.2 deduped
│   │ ├── glob@7.2.3 deduped
│   │ ├─┬ glob-parent@3.1.0
│   │ │ ├─┬ is-glob@3.1.0
│   │ │ │ └── is-extglob@2.1.1 deduped
│   │ │ └── path-dirname@1.0.2 deduped
│   │ ├── is-negated-glob@1.0.0 deduped
│   │ ├─┬ ordered-read-streams@1.0.1
│   │ │ └── readable-stream@2.3.7 deduped
│   │ ├── pumpify@1.5.1 deduped
│   │ ├── readable-stream@2.3.7 deduped
│   │ ├── remove-trailing-separator@1.1.0 deduped
│   │ ├─┬ to-absolute-glob@2.0.2
│   │ │ ├── is-absolute@1.0.0 deduped
│   │ │ └── is-negated-glob@1.0.0 deduped
│   │ └─┬ unique-stream@2.3.1
│   │   ├── json-stable-stringify-without-jsonify@1.0.1
│   │   └─┬ through2-filter@3.0.0
│   │     ├── through2@2.0.5 deduped
│   │     └── xtend@4.0.2 deduped
│   ├── graceful-fs@4.2.10 deduped
│   ├── is-valid-glob@1.0.0
│   ├─┬ lazystream@1.0.1
│   │ └── readable-stream@2.3.7 deduped
│   ├─┬ lead@1.0.0
│   │ └─┬ flush-write-stream@1.1.1
│   │   ├── inherits@2.0.4 deduped
│   │   └── readable-stream@2.3.7 deduped
│   ├─┬ object.assign@4.1.2
│   │ ├─┬ call-bind@1.0.2
│   │ │ ├── function-bind@1.1.1
│   │ │ └─┬ get-intrinsic@1.1.1
│   │ │   ├── function-bind@1.1.1 deduped
│   │ │   ├── has@1.0.3 deduped
│   │ │   └── has-symbols@1.0.3 deduped
│   │ ├─┬ define-properties@1.1.4
│   │ │ ├─┬ has-property-descriptors@1.0.0
│   │ │ │ └── get-intrinsic@1.1.1 deduped
│   │ │ └── object-keys@1.1.1 deduped
│   │ ├── has-symbols@1.0.3
│   │ └── object-keys@1.1.1
│   ├─┬ pumpify@1.5.1
│   │ ├─┬ duplexify@3.7.1
│   │ │ ├── end-of-stream@1.4.4 deduped
│   │ │ ├── inherits@2.0.4 deduped
│   │ │ ├── readable-stream@2.3.7 deduped
│   │ │ └── stream-shift@1.0.1
│   │ ├── inherits@2.0.4 deduped
│   │ └─┬ pump@2.0.1
│   │   ├── end-of-stream@1.4.4 deduped
│   │   └── once@1.4.0 deduped
│   ├─┬ readable-stream@2.3.7
│   │ ├── core-util-is@1.0.3
│   │ ├── inherits@2.0.4 deduped
│   │ ├── isarray@1.0.0
│   │ ├── process-nextick-args@2.0.1 deduped
│   │ ├── safe-buffer@5.1.2 deduped
│   │ ├─┬ string_decoder@1.1.1
│   │ │ └── safe-buffer@5.1.2 deduped
│   │ └── util-deprecate@1.0.2 deduped
│   ├─┬ remove-bom-buffer@3.0.0
│   │ ├── is-buffer@1.1.6 deduped
│   │ └── is-utf8@0.2.1
│   ├─┬ remove-bom-stream@1.2.0
│   │ ├── remove-bom-buffer@3.0.0 deduped
│   │ ├── safe-buffer@5.1.2 deduped
│   │ └── through2@2.0.5 deduped
│   ├─┬ resolve-options@1.1.0
│   │ └── value-or-function@3.0.0 deduped
│   ├── through2@2.0.5 deduped
│   ├─┬ to-through@2.0.0
│   │ └── through2@2.0.5 deduped
│   ├── value-or-function@3.0.0
│   ├── vinyl@2.2.1 deduped
│   └─┬ vinyl-sourcemap@1.1.0
│     ├─┬ append-buffer@1.0.2
│     │ └── buffer-equal@1.0.0
│     ├── convert-source-map@1.8.0 deduped
│     ├── graceful-fs@4.2.10 deduped
│     ├─┬ normalize-path@2.1.1
│     │ └── remove-trailing-separator@1.1.0 deduped
│     ├── now-and-later@2.0.1 deduped
│     ├── remove-bom-buffer@3.0.0 deduped
│     └── vinyl@2.2.1 deduped
├─┬ gulp-autoprefixer@6.1.0
│ ├─┬ autoprefixer@9.8.8
│ │ ├─┬ browserslist@4.20.3
│ │ │ ├── caniuse-lite@1.0.30001341 deduped
│ │ │ ├── electron-to-chromium@1.4.137
│ │ │ ├── escalade@3.1.1 deduped
│ │ │ ├── node-releases@2.0.4
│ │ │ └── picocolors@1.0.0 deduped
│ │ ├── caniuse-lite@1.0.30001341
│ │ ├── normalize-range@0.1.2
│ │ ├── num2fraction@1.2.2
│ │ ├── picocolors@0.2.1
│ │ ├── postcss@7.0.39 deduped
│ │ └── postcss-value-parser@4.2.0
│ ├─┬ fancy-log@1.3.3
│ │ ├─┬ ansi-gray@0.1.1
│ │ │ └── ansi-wrap@0.1.0 deduped
│ │ ├── color-support@1.1.3 deduped
│ │ ├── parse-node-version@1.0.1
│ │ └── time-stamp@1.1.0
│ ├─┬ plugin-error@1.0.1
│ │ ├── ansi-colors@1.1.0 deduped
│ │ ├── arr-diff@4.0.0
│ │ ├── arr-union@3.1.0
│ │ └─┬ extend-shallow@3.0.2
│ │   ├── assign-symbols@1.0.0
│ │   └─┬ is-extendable@1.0.1
│ │     └── is-plain-object@2.0.4 deduped
│ ├─┬ postcss@7.0.39
│ │ ├── picocolors@0.2.1 deduped
│ │ └── source-map@0.6.1 deduped
│ ├─┬ through2@3.0.2
│ │ ├── inherits@2.0.4
│ │ └── readable-stream@2.3.7 deduped
│ └─┬ vinyl-sourcemaps-apply@0.2.1
│   └── source-map@0.5.7
├─┬ gulp-livereload@4.0.2
│ ├─┬ chalk@2.4.2
│ │ ├─┬ ansi-styles@3.2.1
│ │ │ └─┬ color-convert@1.9.3
│ │ │   └── color-name@1.1.3
│ │ ├── escape-string-regexp@1.0.5
│ │ └─┬ supports-color@5.5.0
│ │   └── has-flag@3.0.0
│ ├─┬ debug@3.2.7
│ │ └── ms@2.1.2
│ ├── fancy-log@1.3.3 deduped
│ ├── lodash.assign@4.2.0
│ ├─┬ readable-stream@3.6.0
│ │ ├── inherits@2.0.4 deduped
│ │ ├─┬ string_decoder@1.3.0
│ │ │ └── safe-buffer@5.2.1
│ │ └── util-deprecate@1.0.2
│ ├─┬ tiny-lr@1.1.1
│ │ ├─┬ body@5.1.0
│ │ │ ├── continuable-cache@0.3.1
│ │ │ ├─┬ error@7.2.1
│ │ │ │ └── string-template@0.2.1
│ │ │ ├─┬ raw-body@1.1.7
│ │ │ │ ├── bytes@1.0.0
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── safe-json-parse@1.0.1
│ │ ├─┬ debug@3.2.7
│ │ │ └── ms@2.1.2 deduped
│ │ ├─┬ faye-websocket@0.10.0
│ │ │ └─┬ websocket-driver@0.7.4
│ │ │   ├── http-parser-js@0.5.6
│ │ │   ├── safe-buffer@5.1.2 deduped
│ │ │   └── websocket-extensions@0.1.4
│ │ ├── livereload-js@2.4.0
│ │ ├── object-assign@4.1.1
│ │ └─┬ qs@6.10.3
│ │   └─┬ side-channel@1.0.4
│ │     ├── call-bind@1.0.2 deduped
│ │     ├── get-intrinsic@1.1.1 deduped
│ │     └── object-inspect@1.12.0
│ └─┬ vinyl@2.2.1
│   ├── clone@2.1.2
│   ├── clone-buffer@1.0.0
│   ├── clone-stats@1.0.0
│   ├─┬ cloneable-readable@1.1.3
│   │ ├── inherits@2.0.4 deduped
│   │ ├── process-nextick-args@2.0.1 deduped
│   │ └── readable-stream@2.3.7 deduped
│   ├── remove-trailing-separator@1.1.0
│   └── replace-ext@1.0.1 deduped
├─┬ gulp-minify@3.1.0
│ ├─┬ ansi-colors@1.1.0
│ │ └── ansi-wrap@0.1.0
│ ├─┬ minimatch@3.1.2
│ │ └─┬ brace-expansion@1.1.11
│ │   ├── balanced-match@1.0.2
│ │   └── concat-map@0.0.1
│ ├─┬ plugin-error@0.1.2
│ │ ├─┬ ansi-cyan@0.1.1
│ │ │ └── ansi-wrap@0.1.0 deduped
│ │ ├─┬ ansi-red@0.1.1
│ │ │ └── ansi-wrap@0.1.0 deduped
│ │ ├─┬ arr-diff@1.1.0
│ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ └── array-slice@0.2.3
│ │ ├── arr-union@2.1.0
│ │ └─┬ extend-shallow@1.1.4
│ │   └── kind-of@1.1.0
│ ├─┬ terser@3.17.0
│ │ ├── commander@2.20.3
│ │ ├── source-map@0.6.1 deduped
│ │ └─┬ source-map-support@0.5.21
│ │   ├── buffer-from@1.1.2 deduped
│ │   └── source-map@0.6.1 deduped
│ ├─┬ through2@2.0.5
│ │ ├── readable-stream@2.3.7 deduped
│ │ └── xtend@4.0.2
│ └── vinyl@2.2.1 deduped
├─┬ gulp-sass@4.1.1
│ ├─┬ chalk@2.4.2
│ │ ├── ansi-styles@3.2.1 deduped
│ │ ├── escape-string-regexp@1.0.5 deduped
│ │ └── supports-color@5.5.0 deduped
│ ├── lodash@4.17.21 deduped
│ ├── node-sass@4.14.1 deduped
│ ├── plugin-error@1.0.1 deduped
│ ├── replace-ext@1.0.1
│ ├─┬ strip-ansi@4.0.0
│ │ └── ansi-regex@3.0.1
│ ├── through2@2.0.5 deduped
│ └── vinyl-sourcemaps-apply@0.2.1 deduped
├─┬ gulp-sourcemaps@2.6.5
│ ├─┬ @gulp-sourcemaps/identity-map@1.0.2
│ │ ├── acorn@5.7.4
│ │ ├── css@2.2.4 deduped
│ │ ├─┬ normalize-path@2.1.1
│ │ │ └── remove-trailing-separator@1.1.0 deduped
│ │ ├── source-map@0.6.1 deduped
│ │ └── through2@2.0.5 deduped
│ ├─┬ @gulp-sourcemaps/map-sources@1.0.0
│ │ ├─┬ normalize-path@2.1.1
│ │ │ └── remove-trailing-separator@1.1.0 deduped
│ │ └── through2@2.0.5 deduped
│ ├── acorn@5.7.4
│ ├─┬ convert-source-map@1.8.0
│ │ └── safe-buffer@5.1.2
│ ├─┬ css@2.2.4
│ │ ├── inherits@2.0.4 deduped
│ │ ├── source-map@0.6.1 deduped
│ │ ├─┬ source-map-resolve@0.5.3
│ │ │ ├── atob@2.1.2
│ │ │ ├── decode-uri-component@0.2.0
│ │ │ ├── resolve-url@0.2.1
│ │ │ ├── source-map-url@0.4.1
│ │ │ └── urix@0.1.0 deduped
│ │ └── urix@0.1.0 deduped
│ ├─┬ debug-fabulous@1.1.0
│ │ ├─┬ debug@3.2.7
│ │ │ └── ms@2.1.2 deduped
│ │ ├─┬ memoizee@0.4.15
│ │ │ ├── d@1.0.1 deduped
│ │ │ ├── es5-ext@0.10.61 deduped
│ │ │ ├── es6-weak-map@2.0.3 deduped
│ │ │ ├─┬ event-emitter@0.3.5
│ │ │ │ ├── d@1.0.1 deduped
│ │ │ │ └── es5-ext@0.10.61 deduped
│ │ │ ├── is-promise@2.2.2
│ │ │ ├─┬ lru-queue@0.1.0
│ │ │ │ └── es5-ext@0.10.61 deduped
│ │ │ ├── next-tick@1.1.0
│ │ │ └─┬ timers-ext@0.1.7
│ │ │   ├── es5-ext@0.10.61 deduped
│ │ │   └── next-tick@1.1.0 deduped
│ │ └── object-assign@4.1.1 deduped
│ ├── detect-newline@2.1.0
│ ├── graceful-fs@4.2.10
│ ├── source-map@0.6.1
│ ├── strip-bom-string@1.0.0
│ └── through2@2.0.5 deduped
├─┬ gulp-wait@0.0.2
│ └── map-stream@0.0.4
├── jquery@3.6.0
├─┬ laravel-mix@6.0.43
│ ├─┬ @babel/core@7.18.0
│ │ ├─┬ @ampproject/remapping@2.2.0
│ │ │ ├─┬ @jridgewell/gen-mapping@0.1.1
│ │ │ │ ├── @jridgewell/set-array@1.1.1
│ │ │ │ └── @jridgewell/sourcemap-codec@1.4.13
│ │ │ └─┬ @jridgewell/trace-mapping@0.3.13
│ │ │   ├── @jridgewell/resolve-uri@3.0.7
│ │ │   └── @jridgewell/sourcemap-codec@1.4.13 deduped
│ │ ├─┬ @babel/code-frame@7.16.7
│ │ │ └─┬ @babel/highlight@7.17.12
│ │ │   ├── @babel/helper-validator-identifier@7.16.7 deduped
│ │ │   ├─┬ chalk@2.4.2
│ │ │   │ ├── ansi-styles@3.2.1 deduped
│ │ │   │ ├── escape-string-regexp@1.0.5 deduped
│ │ │   │ └── supports-color@5.5.0 deduped
│ │ │   └── js-tokens@4.0.0
│ │ ├─┬ @babel/generator@7.18.0
│ │ │ ├── @babel/types@7.18.0 deduped
│ │ │ ├─┬ @jridgewell/gen-mapping@0.3.1
│ │ │ │ ├── @jridgewell/set-array@1.1.1 deduped
│ │ │ │ ├── @jridgewell/sourcemap-codec@1.4.13 deduped
│ │ │ │ └── @jridgewell/trace-mapping@0.3.13 deduped
│ │ │ └── jsesc@2.5.2
│ │ ├─┬ @babel/helper-compilation-targets@7.17.10
│ │ │ ├── @babel/compat-data@7.17.10 deduped
│ │ │ ├── @babel/helper-validator-option@7.16.7 deduped
│ │ │ ├── browserslist@4.20.3 deduped
│ │ │ └── semver@6.3.0
│ │ ├─┬ @babel/helper-module-transforms@7.18.0
│ │ │ ├─┬ @babel/helper-environment-visitor@7.16.7
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ ├── @babel/helper-module-imports@7.16.7 deduped
│ │ │ ├─┬ @babel/helper-simple-access@7.17.7
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ ├─┬ @babel/helper-split-export-declaration@7.16.7
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ ├── @babel/helper-validator-identifier@7.16.7
│ │ │ ├── @babel/template@7.16.7 deduped
│ │ │ ├── @babel/traverse@7.18.0 deduped
│ │ │ └── @babel/types@7.18.0 deduped
│ │ ├─┬ @babel/helpers@7.18.0
│ │ │ ├── @babel/template@7.16.7 deduped
│ │ │ ├── @babel/traverse@7.18.0 deduped
│ │ │ └── @babel/types@7.18.0 deduped
│ │ ├── @babel/parser@7.18.0
│ │ ├─┬ @babel/template@7.16.7
│ │ │ ├── @babel/code-frame@7.16.7 deduped
│ │ │ ├── @babel/parser@7.18.0 deduped
│ │ │ └── @babel/types@7.18.0 deduped
│ │ ├─┬ @babel/traverse@7.18.0
│ │ │ ├── @babel/code-frame@7.16.7 deduped
│ │ │ ├── @babel/generator@7.18.0 deduped
│ │ │ ├── @babel/helper-environment-visitor@7.16.7 deduped
│ │ │ ├─┬ @babel/helper-function-name@7.17.9
│ │ │ │ ├── @babel/template@7.16.7 deduped
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ ├─┬ @babel/helper-hoist-variables@7.16.7
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ ├── @babel/helper-split-export-declaration@7.16.7 deduped
│ │ │ ├── @babel/parser@7.18.0 deduped
│ │ │ ├── @babel/types@7.18.0 deduped
│ │ │ ├── debug@4.3.4 deduped
│ │ │ └── globals@11.12.0
│ │ ├─┬ @babel/types@7.18.0
│ │ │ ├── @babel/helper-validator-identifier@7.16.7 deduped
│ │ │ └── to-fast-properties@2.0.0
│ │ ├── convert-source-map@1.8.0 deduped
│ │ ├── debug@4.3.4 deduped
│ │ ├── gensync@1.0.0-beta.2
│ │ ├── json5@2.2.1
│ │ └── semver@6.3.0
│ ├─┬ @babel/plugin-proposal-object-rest-spread@7.18.0
│ │ ├── @babel/compat-data@7.17.10
│ │ ├── @babel/helper-compilation-targets@7.17.10 deduped
│ │ ├── @babel/helper-plugin-utils@7.17.12
│ │ ├─┬ @babel/plugin-syntax-object-rest-spread@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ └─┬ @babel/plugin-transform-parameters@7.17.12
│ │   └── @babel/helper-plugin-utils@7.17.12 deduped
│ ├─┬ @babel/plugin-syntax-dynamic-import@7.8.3
│ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ ├─┬ @babel/plugin-transform-runtime@7.18.0
│ │ ├─┬ @babel/helper-module-imports@7.16.7
│ │ │ └── @babel/types@7.18.0 deduped
│ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ babel-plugin-polyfill-corejs2@0.3.1
│ │ │ ├── @babel/compat-data@7.17.10 deduped
│ │ │ ├─┬ @babel/helper-define-polyfill-provider@0.3.1
│ │ │ │ ├── @babel/helper-compilation-targets@7.17.10 deduped
│ │ │ │ ├── @babel/helper-module-imports@7.16.7 deduped
│ │ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ │ ├── @babel/traverse@7.18.0 deduped
│ │ │ │ ├── debug@4.3.4 deduped
│ │ │ │ ├── lodash.debounce@4.0.8
│ │ │ │ ├── resolve@1.22.0 deduped
│ │ │ │ └── semver@6.3.0
│ │ │ └── semver@6.3.0
│ │ ├─┬ babel-plugin-polyfill-corejs3@0.5.2
│ │ │ ├── @babel/helper-define-polyfill-provider@0.3.1 deduped
│ │ │ └── core-js-compat@3.22.5 deduped
│ │ ├─┬ babel-plugin-polyfill-regenerator@0.3.1
│ │ │ └── @babel/helper-define-polyfill-provider@0.3.1 deduped
│ │ └── semver@6.3.0
│ ├─┬ @babel/preset-env@7.18.0
│ │ ├── @babel/compat-data@7.17.10 deduped
│ │ ├── @babel/helper-compilation-targets@7.17.10 deduped
│ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├── @babel/helper-validator-option@7.16.7
│ │ ├─┬ @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.17.12
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ ├─┬ @babel/helper-skip-transparent-expression-wrappers@7.16.0
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ └── @babel/plugin-proposal-optional-chaining@7.17.12 deduped
│ │ ├─┬ @babel/plugin-proposal-async-generator-functions@7.17.12
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ ├─┬ @babel/helper-remap-async-to-generator@7.16.8
│ │ │ │ ├── @babel/helper-annotate-as-pure@7.16.7 deduped
│ │ │ │ ├─┬ @babel/helper-wrap-function@7.16.8
│ │ │ │ │ ├── @babel/helper-function-name@7.17.9 deduped
│ │ │ │ │ ├── @babel/template@7.16.7 deduped
│ │ │ │ │ ├── @babel/traverse@7.18.0 deduped
│ │ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ └── @babel/plugin-syntax-async-generators@7.8.4 deduped
│ │ ├─┬ @babel/plugin-proposal-class-properties@7.17.12
│ │ │ ├─┬ @babel/helper-create-class-features-plugin@7.18.0
│ │ │ │ ├── @babel/helper-annotate-as-pure@7.16.7 deduped
│ │ │ │ ├── @babel/helper-environment-visitor@7.16.7 deduped
│ │ │ │ ├── @babel/helper-function-name@7.17.9 deduped
│ │ │ │ ├─┬ @babel/helper-member-expression-to-functions@7.17.7
│ │ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ │ ├── @babel/helper-optimise-call-expression@7.16.7 deduped
│ │ │ │ ├── @babel/helper-replace-supers@7.16.7 deduped
│ │ │ │ └── @babel/helper-split-export-declaration@7.16.7 deduped
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-proposal-class-static-block@7.18.0
│ │ │ ├── @babel/helper-create-class-features-plugin@7.18.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-class-static-block@7.14.5 deduped
│ │ ├─┬ @babel/plugin-proposal-dynamic-import@7.16.7
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-dynamic-import@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-export-namespace-from@7.17.12
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-export-namespace-from@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-json-strings@7.17.12
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-json-strings@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-logical-assignment-operators@7.17.12
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-logical-assignment-operators@7.10.4 deduped
│ │ ├─┬ @babel/plugin-proposal-nullish-coalescing-operator@7.17.12
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-numeric-separator@7.16.7
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-numeric-separator@7.10.4 deduped
│ │ ├── @babel/plugin-proposal-object-rest-spread@7.18.0 deduped
│ │ ├─┬ @babel/plugin-proposal-optional-catch-binding@7.16.7
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-optional-chaining@7.17.12
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ ├── @babel/helper-skip-transparent-expression-wrappers@7.16.0 deduped
│ │ │ └── @babel/plugin-syntax-optional-chaining@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-private-methods@7.17.12
│ │ │ ├── @babel/helper-create-class-features-plugin@7.18.0 deduped
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-proposal-private-property-in-object@7.17.12
│ │ │ ├─┬ @babel/helper-annotate-as-pure@7.16.7
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ ├── @babel/helper-create-class-features-plugin@7.18.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/plugin-syntax-private-property-in-object@7.14.5 deduped
│ │ ├─┬ @babel/plugin-proposal-unicode-property-regex@7.17.12
│ │ │ ├─┬ @babel/helper-create-regexp-features-plugin@7.17.12
│ │ │ │ ├── @babel/helper-annotate-as-pure@7.16.7 deduped
│ │ │ │ └─┬ regexpu-core@5.0.1
│ │ │ │   ├── regenerate@1.4.2
│ │ │ │   ├─┬ regenerate-unicode-properties@10.0.1
│ │ │ │   │ └── regenerate@1.4.2 deduped
│ │ │ │   ├── regjsgen@0.6.0
│ │ │ │   ├─┬ regjsparser@0.8.4
│ │ │ │   │ └── jsesc@0.5.0
│ │ │ │   ├─┬ unicode-match-property-ecmascript@2.0.0
│ │ │ │   │ ├── unicode-canonical-property-names-ecmascript@2.0.0
│ │ │ │   │ └── unicode-property-aliases-ecmascript@2.0.0
│ │ │ │   └── unicode-match-property-value-ecmascript@2.0.0
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-async-generators@7.8.4
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-class-properties@7.12.13
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-class-static-block@7.14.5
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├── @babel/plugin-syntax-dynamic-import@7.8.3 deduped
│ │ ├─┬ @babel/plugin-syntax-export-namespace-from@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-import-assertions@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-json-strings@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-logical-assignment-operators@7.10.4
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-numeric-separator@7.10.4
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├── @babel/plugin-syntax-object-rest-spread@7.8.3 deduped
│ │ ├─┬ @babel/plugin-syntax-optional-catch-binding@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-optional-chaining@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-private-property-in-object@7.14.5
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-syntax-top-level-await@7.14.5
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-arrow-functions@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-async-to-generator@7.17.12
│ │ │ ├── @babel/helper-module-imports@7.16.7 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/helper-remap-async-to-generator@7.16.8 deduped
│ │ ├─┬ @babel/plugin-transform-block-scoped-functions@7.16.7
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-block-scoping@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-classes@7.17.12
│ │ │ ├── @babel/helper-annotate-as-pure@7.16.7 deduped
│ │ │ ├── @babel/helper-environment-visitor@7.16.7 deduped
│ │ │ ├── @babel/helper-function-name@7.17.9 deduped
│ │ │ ├─┬ @babel/helper-optimise-call-expression@7.16.7
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ ├─┬ @babel/helper-replace-supers@7.16.7
│ │ │ │ ├── @babel/helper-environment-visitor@7.16.7 deduped
│ │ │ │ ├── @babel/helper-member-expression-to-functions@7.17.7 deduped
│ │ │ │ ├── @babel/helper-optimise-call-expression@7.16.7 deduped
│ │ │ │ ├── @babel/traverse@7.18.0 deduped
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ ├── @babel/helper-split-export-declaration@7.16.7 deduped
│ │ │ └── globals@11.12.0 deduped
│ │ ├─┬ @babel/plugin-transform-computed-properties@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-destructuring@7.18.0
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-dotall-regex@7.16.7
│ │ │ ├── @babel/helper-create-regexp-features-plugin@7.17.12 deduped
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-duplicate-keys@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-exponentiation-operator@7.16.7
│ │ │ ├─┬ @babel/helper-builder-binary-assignment-operator-visitor@7.16.7
│ │ │ │ ├─┬ @babel/helper-explode-assignable-expression@7.16.7
│ │ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ │ └── @babel/types@7.18.0 deduped
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-for-of@7.18.1
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-function-name@7.16.7
│ │ │ ├── @babel/helper-compilation-targets@7.17.10 deduped
│ │ │ ├── @babel/helper-function-name@7.17.9 deduped
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-literals@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-member-expression-literals@7.16.7
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-modules-amd@7.18.0
│ │ │ ├── @babel/helper-module-transforms@7.18.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └─┬ babel-plugin-dynamic-import-node@2.3.3
│ │ │   └── object.assign@4.1.2 deduped
│ │ ├─┬ @babel/plugin-transform-modules-commonjs@7.18.0
│ │ │ ├── @babel/helper-module-transforms@7.18.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ ├── @babel/helper-simple-access@7.17.7 deduped
│ │ │ └── babel-plugin-dynamic-import-node@2.3.3 deduped
│ │ ├─┬ @babel/plugin-transform-modules-systemjs@7.18.0
│ │ │ ├── @babel/helper-hoist-variables@7.16.7 deduped
│ │ │ ├── @babel/helper-module-transforms@7.18.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ ├── @babel/helper-validator-identifier@7.16.7 deduped
│ │ │ └── babel-plugin-dynamic-import-node@2.3.3 deduped
│ │ ├─┬ @babel/plugin-transform-modules-umd@7.18.0
│ │ │ ├── @babel/helper-module-transforms@7.18.0 deduped
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-named-capturing-groups-regex@7.17.12
│ │ │ ├── @babel/helper-create-regexp-features-plugin@7.17.12 deduped
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-new-target@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-object-super@7.16.7
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/helper-replace-supers@7.16.7 deduped
│ │ ├── @babel/plugin-transform-parameters@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-property-literals@7.16.7
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-regenerator@7.18.0
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └─┬ regenerator-transform@0.15.0
│ │ │   └── @babel/runtime@7.18.0 deduped
│ │ ├─┬ @babel/plugin-transform-reserved-words@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-shorthand-properties@7.16.7
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-spread@7.17.12
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ └── @babel/helper-skip-transparent-expression-wrappers@7.16.0 deduped
│ │ ├─┬ @babel/plugin-transform-sticky-regex@7.16.7
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-template-literals@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-typeof-symbol@7.17.12
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-unicode-escapes@7.16.7
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/plugin-transform-unicode-regex@7.16.7
│ │ │ ├── @babel/helper-create-regexp-features-plugin@7.17.12 deduped
│ │ │ └── @babel/helper-plugin-utils@7.17.12 deduped
│ │ ├─┬ @babel/preset-modules@0.1.5
│ │ │ ├── @babel/helper-plugin-utils@7.17.12 deduped
│ │ │ ├── @babel/plugin-proposal-unicode-property-regex@7.17.12 deduped
│ │ │ ├── @babel/plugin-transform-dotall-regex@7.16.7 deduped
│ │ │ ├── @babel/types@7.18.0 deduped
│ │ │ └── esutils@2.0.3
│ │ ├── @babel/types@7.18.0 deduped
│ │ ├── babel-plugin-polyfill-corejs2@0.3.1 deduped
│ │ ├── babel-plugin-polyfill-corejs3@0.5.2 deduped
│ │ ├── babel-plugin-polyfill-regenerator@0.3.1 deduped
│ │ ├─┬ core-js-compat@3.22.5
│ │ │ ├── browserslist@4.20.3 deduped
│ │ │ └── semver@7.0.0
│ │ └── semver@6.3.0
│ ├─┬ @babel/runtime@7.18.0
│ │ └── regenerator-runtime@0.13.9
│ ├─┬ @types/babel__core@7.1.19
│ │ ├── @babel/parser@7.18.0 deduped
│ │ ├── @babel/types@7.18.0 deduped
│ │ ├─┬ @types/babel__generator@7.6.4
│ │ │ └── @babel/types@7.18.0 deduped
│ │ ├─┬ @types/babel__template@7.4.1
│ │ │ ├── @babel/parser@7.18.0 deduped
│ │ │ └── @babel/types@7.18.0 deduped
│ │ └─┬ @types/babel__traverse@7.17.1
│ │   └── @babel/types@7.18.0 deduped
│ ├─┬ @types/clean-css@4.2.5
│ │ ├── @types/node@17.0.35
│ │ └── source-map@0.6.1 deduped
│ ├─┬ @types/imagemin-gifsicle@7.0.1
│ │ └─┬ @types/imagemin@8.0.0
│ │   └── @types/node@17.0.35 deduped
│ ├─┬ @types/imagemin-mozjpeg@8.0.1
│ │ └── @types/imagemin@8.0.0 deduped
│ ├─┬ @types/imagemin-optipng@5.2.1
│ │ └── @types/imagemin@8.0.0 deduped
│ ├─┬ @types/imagemin-svgo@8.0.1
│ │ ├── @types/imagemin@8.0.0 deduped
│ │ └── @types/svgo@1.3.6
│ ├─┬ autoprefixer@10.4.7
│ │ ├── browserslist@4.20.3 deduped
│ │ ├── caniuse-lite@1.0.30001341 deduped
│ │ ├── fraction.js@4.2.0
│ │ ├── normalize-range@0.1.2 deduped
│ │ ├── picocolors@1.0.0 deduped
│ │ └── postcss-value-parser@4.2.0 deduped
│ ├─┬ babel-loader@8.2.5
│ │ ├─┬ find-cache-dir@3.3.2
│ │ │ ├── commondir@1.0.1
│ │ │ ├── make-dir@3.1.0 deduped
│ │ │ └─┬ pkg-dir@4.2.0
│ │ │   └─┬ find-up@4.1.0
│ │ │     ├─┬ locate-path@5.0.0
│ │ │     │ └─┬ p-locate@4.1.0
│ │ │     │   └── p-limit@2.3.0 deduped
│ │ │     └── path-exists@4.0.0
│ │ ├─┬ loader-utils@2.0.2
│ │ │ ├── big.js@5.2.2 deduped
│ │ │ ├── emojis-list@3.0.0 deduped
│ │ │ └── json5@2.2.1 deduped
│ │ ├─┬ make-dir@3.1.0
│ │ │ └── semver@6.3.0
│ │ └── schema-utils@2.7.1 deduped
│ ├─┬ chalk@4.1.2
│ │ ├─┬ ansi-styles@4.3.0
│ │ │ └─┬ color-convert@2.0.1
│ │ │   └── color-name@1.1.4
│ │ └─┬ supports-color@7.2.0
│ │   └── has-flag@4.0.0
│ ├── chokidar@3.5.3 deduped
│ ├─┬ clean-css@5.3.0
│ │ └── source-map@0.6.1 deduped
│ ├─┬ cli-table3@0.6.2
│ │ ├── @colors/colors@1.5.0
│ │ └── string-width@4.2.3 deduped
│ ├── collect.js@4.33.0
│ ├── commander@7.2.0
│ ├─┬ concat@1.0.3
│ │ └── commander@2.20.3
│ ├─┬ css-loader@5.2.7
│ │ ├── icss-utils@5.1.0
│ │ ├── loader-utils@2.0.2 deduped
│ │ ├── postcss@8.4.14 deduped
│ │ ├── postcss-modules-extract-imports@3.0.0
│ │ ├─┬ postcss-modules-local-by-default@4.0.0
│ │ │ ├── icss-utils@5.1.0 deduped
│ │ │ ├─┬ postcss-selector-parser@6.0.10
│ │ │ │ ├── cssesc@3.0.0
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ ├─┬ postcss-modules-scope@3.0.0
│ │ │ └── postcss-selector-parser@6.0.10 deduped
│ │ ├─┬ postcss-modules-values@4.0.0
│ │ │ └── icss-utils@5.1.0 deduped
│ │ ├── postcss-value-parser@4.2.0 deduped
│ │ ├─┬ schema-utils@3.1.1
│ │ │ ├── @types/json-schema@7.0.11 deduped
│ │ │ ├── ajv@6.12.6 deduped
│ │ │ └── ajv-keywords@3.5.2 deduped
│ │ └── semver@7.3.7 deduped
│ ├─┬ cssnano@5.1.9
│ │ ├─┬ cssnano-preset-default@5.2.9
│ │ │ ├── css-declaration-sorter@6.2.2
│ │ │ ├── cssnano-utils@3.1.0
│ │ │ ├─┬ postcss-calc@8.2.4
│ │ │ │ ├── postcss-selector-parser@6.0.10 deduped
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-colormin@5.3.0
│ │ │ │ ├── browserslist@4.20.3 deduped
│ │ │ │ ├─┬ caniuse-api@3.0.0
│ │ │ │ │ ├── browserslist@4.20.3 deduped
│ │ │ │ │ ├── caniuse-lite@1.0.30001341 deduped
│ │ │ │ │ ├── lodash.memoize@4.1.2
│ │ │ │ │ └── lodash.uniq@4.5.0
│ │ │ │ ├── colord@2.9.2
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-convert-values@5.1.1
│ │ │ │ ├── browserslist@4.20.3 deduped
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├── postcss-discard-comments@5.1.1
│ │ │ ├── postcss-discard-duplicates@5.1.0
│ │ │ ├── postcss-discard-empty@5.1.1
│ │ │ ├── postcss-discard-overridden@5.1.0
│ │ │ ├─┬ postcss-merge-longhand@5.1.5
│ │ │ │ ├── postcss-value-parser@4.2.0 deduped
│ │ │ │ └─┬ stylehacks@5.1.0
│ │ │ │   ├── browserslist@4.20.3 deduped
│ │ │ │   └── postcss-selector-parser@6.0.10 deduped
│ │ │ ├─┬ postcss-merge-rules@5.1.1
│ │ │ │ ├── browserslist@4.20.3 deduped
│ │ │ │ ├── caniuse-api@3.0.0 deduped
│ │ │ │ ├── cssnano-utils@3.1.0 deduped
│ │ │ │ └── postcss-selector-parser@6.0.10 deduped
│ │ │ ├─┬ postcss-minify-font-values@5.1.0
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-minify-gradients@5.1.1
│ │ │ │ ├── colord@2.9.2 deduped
│ │ │ │ ├── cssnano-utils@3.1.0 deduped
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-minify-params@5.1.3
│ │ │ │ ├── browserslist@4.20.3 deduped
│ │ │ │ ├── cssnano-utils@3.1.0 deduped
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-minify-selectors@5.2.0
│ │ │ │ └── postcss-selector-parser@6.0.10 deduped
│ │ │ ├── postcss-normalize-charset@5.1.0
│ │ │ ├─┬ postcss-normalize-display-values@5.1.0
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-normalize-positions@5.1.0
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-normalize-repeat-style@5.1.0
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-normalize-string@5.1.0
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-normalize-timing-functions@5.1.0
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-normalize-unicode@5.1.0
│ │ │ │ ├── browserslist@4.20.3 deduped
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-normalize-url@5.1.0
│ │ │ │ ├── normalize-url@6.1.0
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-normalize-whitespace@5.1.1
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-ordered-values@5.1.1
│ │ │ │ ├── cssnano-utils@3.1.0 deduped
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-reduce-initial@5.1.0
│ │ │ │ ├── browserslist@4.20.3 deduped
│ │ │ │ └── caniuse-api@3.0.0 deduped
│ │ │ ├─┬ postcss-reduce-transforms@5.1.0
│ │ │ │ └── postcss-value-parser@4.2.0 deduped
│ │ │ ├─┬ postcss-svgo@5.1.0
│ │ │ │ ├── postcss-value-parser@4.2.0 deduped
│ │ │ │ └─┬ svgo@2.8.0
│ │ │ │   ├── @trysound/sax@0.2.0
│ │ │ │   ├── commander@7.2.0 deduped
│ │ │ │   ├─┬ css-select@4.3.0
│ │ │ │   │ ├── boolbase@1.0.0
│ │ │ │   │ ├── css-what@6.1.0
│ │ │ │   │ ├── domhandler@4.3.1 deduped
│ │ │ │   │ ├── domutils@2.8.0 deduped
│ │ │ │   │ └─┬ nth-check@2.0.1
│ │ │ │   │   └── boolbase@1.0.0 deduped
│ │ │ │   ├─┬ css-tree@1.1.3
│ │ │ │   │ ├── mdn-data@2.0.14
│ │ │ │   │ └── source-map@0.6.1 deduped
│ │ │ │   ├─┬ csso@4.2.0
│ │ │ │   │ └── css-tree@1.1.3 deduped
│ │ │ │   ├── picocolors@1.0.0 deduped
│ │ │ │   └── stable@0.1.8
│ │ │ └─┬ postcss-unique-selectors@5.1.1
│ │ │   └── postcss-selector-parser@6.0.10 deduped
│ │ ├── lilconfig@2.0.5
│ │ └── yaml@1.10.2
│ ├── dotenv@10.0.0
│ ├── dotenv-expand@5.1.0
│ ├─┬ file-loader@6.2.0
│ │ ├── loader-utils@2.0.2 deduped
│ │ └─┬ schema-utils@3.1.1
│ │   ├── @types/json-schema@7.0.11 deduped
│ │   ├── ajv@6.12.6 deduped
│ │   └── ajv-keywords@3.5.2 deduped
│ ├─┬ fs-extra@10.1.0
│ │ ├── graceful-fs@4.2.10 deduped
│ │ ├─┬ jsonfile@6.1.0
│ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ └── universalify@2.0.0 deduped
│ │ └── universalify@2.0.0
│ ├─┬ glob@7.2.3
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.6
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.4 deduped
│ │ ├── minimatch@3.1.2 deduped
│ │ ├─┬ once@1.4.0
│ │ │ └── wrappy@1.0.2 deduped
│ │ └── path-is-absolute@1.0.1
│ ├─┬ html-loader@1.3.2
│ │ ├─┬ html-minifier-terser@5.1.1
│ │ │ ├─┬ camel-case@4.1.2
│ │ │ │ ├─┬ pascal-case@3.1.2
│ │ │ │ │ ├─┬ no-case@3.0.4
│ │ │ │ │ │ ├─┬ lower-case@2.0.2
│ │ │ │ │ │ │ └── tslib@2.4.0 deduped
│ │ │ │ │ │ └── tslib@2.4.0 deduped
│ │ │ │ │ └── tslib@2.4.0 deduped
│ │ │ │ └── tslib@2.4.0
│ │ │ ├─┬ clean-css@4.2.4
│ │ │ │ └── source-map@0.6.1 deduped
│ │ │ ├── commander@4.1.1
│ │ │ ├── he@1.2.0 deduped
│ │ │ ├─┬ param-case@3.0.4
│ │ │ │ ├─┬ dot-case@3.0.4
│ │ │ │ │ ├── no-case@3.0.4 deduped
│ │ │ │ │ └── tslib@2.4.0 deduped
│ │ │ │ └── tslib@2.4.0 deduped
│ │ │ ├── relateurl@0.2.7
│ │ │ └─┬ terser@4.8.0
│ │ │   ├── commander@2.20.3
│ │ │   ├── source-map@0.6.1 deduped
│ │ │   └── source-map-support@0.5.21 deduped
│ │ ├─┬ htmlparser2@4.1.0
│ │ │ ├── domelementtype@2.3.0
│ │ │ ├─┬ domhandler@3.3.0
│ │ │ │ └── domelementtype@2.3.0 deduped
│ │ │ ├─┬ domutils@2.8.0
│ │ │ │ ├─┬ dom-serializer@1.4.1
│ │ │ │ │ ├── domelementtype@2.3.0 deduped
│ │ │ │ │ ├── domhandler@4.3.1 deduped
│ │ │ │ │ └── entities@2.2.0 deduped
│ │ │ │ ├── domelementtype@2.3.0 deduped
│ │ │ │ └─┬ domhandler@4.3.1
│ │ │ │   └── domelementtype@2.3.0 deduped
│ │ │ └── entities@2.2.0
│ │ ├── loader-utils@2.0.2 deduped
│ │ └─┬ schema-utils@3.1.1
│ │   ├── @types/json-schema@7.0.11 deduped
│ │   ├── ajv@6.12.6 deduped
│ │   └── ajv-keywords@3.5.2 deduped
│ ├─┬ imagemin@7.0.1
│ │ ├── file-type@12.4.2
│ │ ├─┬ globby@10.0.2
│ │ │ ├─┬ @types/glob@7.2.0
│ │ │ │ ├── @types/minimatch@3.0.5
│ │ │ │ └── @types/node@17.0.35 deduped
│ │ │ ├── array-union@2.1.0
│ │ │ ├─┬ dir-glob@3.0.1
│ │ │ │ └── path-type@4.0.0 deduped
│ │ │ ├─┬ fast-glob@3.2.11
│ │ │ │ ├── @nodelib/fs.stat@2.0.5
│ │ │ │ ├─┬ @nodelib/fs.walk@1.2.8
│ │ │ │ │ ├─┬ @nodelib/fs.scandir@2.1.5
│ │ │ │ │ │ ├── @nodelib/fs.stat@2.0.5 deduped
│ │ │ │ │ │ └─┬ run-parallel@1.2.0
│ │ │ │ │ │   └── queue-microtask@1.2.3
│ │ │ │ │ └─┬ fastq@1.13.0
│ │ │ │ │   └── reusify@1.0.4
│ │ │ │ ├── glob-parent@5.1.2 deduped
│ │ │ │ ├── merge2@1.4.1 deduped
│ │ │ │ └── micromatch@4.0.5 deduped
│ │ │ ├── glob@7.2.3 deduped
│ │ │ ├── ignore@5.2.0
│ │ │ ├── merge2@1.4.1
│ │ │ └── slash@3.0.0
│ │ ├── graceful-fs@4.2.10 deduped
│ │ ├── junk@3.1.0
│ │ ├── make-dir@3.1.0 deduped
│ │ ├── p-pipe@3.1.0
│ │ └── replace-ext@1.0.1 deduped
│ ├─┬ img-loader@4.0.0
│ │ └─┬ loader-utils@1.4.0
│ │   ├── big.js@5.2.2 deduped
│ │   ├── emojis-list@3.0.0 deduped
│ │   └─┬ json5@1.0.1
│ │     └── minimist@1.2.6 deduped
│ ├── lodash@4.17.21 deduped
│ ├─┬ md5@2.3.0
│ │ ├── charenc@0.0.2
│ │ ├── crypt@0.0.2
│ │ └── is-buffer@1.1.6
│ ├─┬ mini-css-extract-plugin@1.6.2
│ │ ├── loader-utils@2.0.2 deduped
│ │ ├─┬ schema-utils@3.1.1
│ │ │ ├── @types/json-schema@7.0.11 deduped
│ │ │ ├── ajv@6.12.6 deduped
│ │ │ └── ajv-keywords@3.5.2 deduped
│ │ └─┬ webpack-sources@1.4.3
│ │   ├── source-list-map@2.0.1
│ │   └── source-map@0.6.1 deduped
│ ├─┬ node-libs-browser@2.2.1
│ │ ├─┬ assert@1.5.0
│ │ │ ├── object-assign@4.1.1 deduped
│ │ │ └─┬ util@0.10.3
│ │ │   └── inherits@2.0.1
│ │ ├─┬ browserify-zlib@0.2.0
│ │ │ └── pako@1.0.11
│ │ ├─┬ buffer@4.9.2
│ │ │ ├── base64-js@1.5.1
│ │ │ ├── ieee754@1.2.1
│ │ │ └── isarray@1.0.0 deduped
│ │ ├── console-browserify@1.2.0
│ │ ├── constants-browserify@1.0.0
│ │ ├─┬ crypto-browserify@3.12.0
│ │ │ ├─┬ browserify-cipher@1.0.1
│ │ │ │ ├─┬ browserify-aes@1.2.0
│ │ │ │ │ ├── buffer-xor@1.0.3
│ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ browserify-des@1.0.2
│ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ ├─┬ des.js@1.0.1
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └─┬ evp_bytestokey@1.0.3
│ │ │ │   ├── md5.js@1.3.5 deduped
│ │ │ │   └── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ browserify-sign@4.2.1
│ │ │ │ ├── bn.js@5.2.0
│ │ │ │ ├─┬ browserify-rsa@4.1.0
│ │ │ │ │ ├── bn.js@5.2.0 deduped
│ │ │ │ │ └── randombytes@2.1.0 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── create-hmac@1.1.7 deduped
│ │ │ │ ├─┬ elliptic@6.5.4
│ │ │ │ │ ├── bn.js@4.12.0
│ │ │ │ │ ├── brorand@1.1.0
│ │ │ │ │ ├─┬ hash.js@1.1.7
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ ├─┬ hmac-drbg@1.0.1
│ │ │ │ │ │ ├── hash.js@1.1.7 deduped
│ │ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├── minimalistic-assert@1.0.1
│ │ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├─┬ parse-asn1@5.1.6
│ │ │ │ │ ├─┬ asn1.js@5.4.1
│ │ │ │ │ │ ├── bn.js@4.12.0
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ │ └── safer-buffer@2.1.2 deduped
│ │ │ │ │ ├── browserify-aes@1.2.0 deduped
│ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped
│ │ │ │ │ ├── pbkdf2@3.1.2 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ readable-stream@3.6.0
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├── string_decoder@1.3.0 deduped
│ │ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ │ └── safe-buffer@5.2.1
│ │ │ ├─┬ create-ecdh@4.0.4
│ │ │ │ ├── bn.js@4.12.0
│ │ │ │ └── elliptic@6.5.4 deduped
│ │ │ ├─┬ create-hash@1.2.0
│ │ │ │ ├─┬ cipher-base@1.0.4
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├─┬ md5.js@1.3.5
│ │ │ │ │ ├─┬ hash-base@3.1.0
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ ├─┬ readable-stream@3.6.0
│ │ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ │ ├── string_decoder@1.3.0 deduped
│ │ │ │ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ │ │ │ └── safe-buffer@5.2.1
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ ripemd160@2.0.2
│ │ │ │ │ ├── hash-base@3.1.0 deduped
│ │ │ │ │ └── inherits@2.0.4 deduped
│ │ │ │ └─┬ sha.js@2.4.11
│ │ │ │   ├── inherits@2.0.4 deduped
│ │ │ │   └── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ create-hmac@1.1.7
│ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├── ripemd160@2.0.2 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ └── sha.js@2.4.11 deduped
│ │ │ ├─┬ diffie-hellman@5.0.3
│ │ │ │ ├── bn.js@4.12.0
│ │ │ │ ├─┬ miller-rabin@4.0.1
│ │ │ │ │ ├── bn.js@4.12.0
│ │ │ │ │ └── brorand@1.1.0 deduped
│ │ │ │ └── randombytes@2.1.0 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├─┬ pbkdf2@3.1.2
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── create-hmac@1.1.7 deduped
│ │ │ │ ├── ripemd160@2.0.2 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ └── sha.js@2.4.11 deduped
│ │ │ ├─┬ public-encrypt@4.0.3
│ │ │ │ ├── bn.js@4.12.0
│ │ │ │ ├── browserify-rsa@4.1.0 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── parse-asn1@5.1.6 deduped
│ │ │ │ ├── randombytes@2.1.0 deduped
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ randombytes@2.1.0
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ └─┬ randomfill@1.0.4
│ │ │   ├── randombytes@2.1.0 deduped
│ │ │   └── safe-buffer@5.1.2 deduped
│ │ ├── domain-browser@1.2.0
│ │ ├── events@3.3.0
│ │ ├── https-browserify@1.0.0
│ │ ├── os-browserify@0.3.0
│ │ ├── path-browserify@0.0.1
│ │ ├── process@0.11.10
│ │ ├── punycode@1.4.1
│ │ ├── querystring-es3@0.2.1
│ │ ├── readable-stream@2.3.7 deduped
│ │ ├─┬ stream-browserify@2.0.2
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ └── readable-stream@2.3.7 deduped
│ │ ├─┬ stream-http@2.8.3
│ │ │ ├── builtin-status-codes@3.0.0
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── readable-stream@2.3.7 deduped
│ │ │ ├── to-arraybuffer@1.0.1
│ │ │ └── xtend@4.0.2 deduped
│ │ ├── string_decoder@1.3.0 deduped
│ │ ├─┬ timers-browserify@2.0.12
│ │ │ └── setimmediate@1.0.5
│ │ ├── tty-browserify@0.0.0
│ │ ├─┬ url@0.11.0
│ │ │ ├── punycode@1.3.2
│ │ │ └── querystring@0.2.0
│ │ ├─┬ util@0.11.1
│ │ │ └── inherits@2.0.3
│ │ └── vm-browserify@1.1.2
│ ├─┬ postcss-load-config@3.1.4
│ │ ├── lilconfig@2.0.5 deduped
│ │ └── yaml@1.10.2 deduped
│ ├─┬ postcss-loader@6.2.1
│ │ ├─┬ cosmiconfig@7.0.1
│ │ │ ├── @types/parse-json@4.0.0
│ │ │ ├─┬ import-fresh@3.3.0
│ │ │ │ ├─┬ parent-module@1.0.1
│ │ │ │ │ └── callsites@3.1.0
│ │ │ │ └── resolve-from@4.0.0
│ │ │ ├─┬ parse-json@5.2.0
│ │ │ │ ├── @babel/code-frame@7.16.7 deduped
│ │ │ │ ├─┬ error-ex@1.3.2
│ │ │ │ │ └── is-arrayish@0.2.1
│ │ │ │ ├── json-parse-even-better-errors@2.3.1 deduped
│ │ │ │ └── lines-and-columns@1.2.4
│ │ │ ├── path-type@4.0.0
│ │ │ └── yaml@1.10.2 deduped
│ │ ├── klona@2.0.5
│ │ └── semver@7.3.7 deduped
│ ├─┬ semver@7.3.7
│ │ └─┬ lru-cache@6.0.0
│ │   └── yallist@4.0.0
│ ├─┬ strip-ansi@6.0.1
│ │ └── ansi-regex@5.0.1
│ ├─┬ style-loader@2.0.0
│ │ ├── loader-utils@2.0.2 deduped
│ │ └─┬ schema-utils@3.1.1
│ │   ├── @types/json-schema@7.0.11 deduped
│ │   ├── ajv@6.12.6 deduped
│ │   └── ajv-keywords@3.5.2 deduped
│ ├─┬ terser@5.13.1
│ │ ├── acorn@8.7.1
│ │ ├── commander@2.20.3
│ │ ├─┬ source-map@0.8.0-beta.0
│ │ │ └─┬ whatwg-url@7.1.0
│ │ │   ├── lodash.sortby@4.7.0
│ │ │   ├─┬ tr46@1.0.1
│ │ │   │ └── punycode@2.1.1 deduped
│ │ │   └── webidl-conversions@4.0.2
│ │ └── source-map-support@0.5.21 deduped
│ ├─┬ terser-webpack-plugin@5.3.1
│ │ ├─┬ jest-worker@27.5.1
│ │ │ ├── @types/node@17.0.35 deduped
│ │ │ ├── merge-stream@2.0.0
│ │ │ └─┬ supports-color@8.1.1
│ │ │   └── has-flag@4.0.0
│ │ ├─┬ schema-utils@3.1.1
│ │ │ ├── @types/json-schema@7.0.11 deduped
│ │ │ ├── ajv@6.12.6 deduped
│ │ │ └── ajv-keywords@3.5.2 deduped
│ │ ├─┬ serialize-javascript@6.0.0
│ │ │ └── randombytes@2.1.0 deduped
│ │ ├── source-map@0.6.1 deduped
│ │ └── terser@5.13.1 deduped
│ ├─┬ vue-style-loader@4.1.3
│ │ ├── hash-sum@1.0.2
│ │ └─┬ loader-utils@1.4.0
│ │   ├── big.js@5.2.2 deduped
│ │   ├── emojis-list@3.0.0 deduped
│ │   └─┬ json5@1.0.1
│ │     └── minimist@1.2.6 deduped
│ ├─┬ webpack@5.72.1
│ │ ├─┬ @types/eslint-scope@3.7.3
│ │ │ ├─┬ @types/eslint@8.4.2
│ │ │ │ ├── @types/estree@0.0.51 deduped
│ │ │ │ └── @types/json-schema@7.0.11 deduped
│ │ │ └── @types/estree@0.0.51 deduped
│ │ ├── @types/estree@0.0.51
│ │ ├─┬ @webassemblyjs/ast@1.11.1
│ │ │ ├─┬ @webassemblyjs/helper-numbers@1.11.1
│ │ │ │ ├── @webassemblyjs/floating-point-hex-parser@1.11.1
│ │ │ │ ├── @webassemblyjs/helper-api-error@1.11.1 deduped
│ │ │ │ └── @xtuc/long@4.2.2
│ │ │ └── @webassemblyjs/helper-wasm-bytecode@1.11.1
│ │ ├─┬ @webassemblyjs/wasm-edit@1.11.1
│ │ │ ├── @webassemblyjs/ast@1.11.1 deduped
│ │ │ ├── @webassemblyjs/helper-buffer@1.11.1
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.11.1 deduped
│ │ │ ├─┬ @webassemblyjs/helper-wasm-section@1.11.1
│ │ │ │ ├── @webassemblyjs/ast@1.11.1 deduped
│ │ │ │ ├── @webassemblyjs/helper-buffer@1.11.1 deduped
│ │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.11.1 deduped
│ │ │ │ └── @webassemblyjs/wasm-gen@1.11.1 deduped
│ │ │ ├─┬ @webassemblyjs/wasm-gen@1.11.1
│ │ │ │ ├── @webassemblyjs/ast@1.11.1 deduped
│ │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.11.1 deduped
│ │ │ │ ├── @webassemblyjs/ieee754@1.11.1 deduped
│ │ │ │ ├── @webassemblyjs/leb128@1.11.1 deduped
│ │ │ │ └── @webassemblyjs/utf8@1.11.1 deduped
│ │ │ ├─┬ @webassemblyjs/wasm-opt@1.11.1
│ │ │ │ ├── @webassemblyjs/ast@1.11.1 deduped
│ │ │ │ ├── @webassemblyjs/helper-buffer@1.11.1 deduped
│ │ │ │ ├── @webassemblyjs/wasm-gen@1.11.1 deduped
│ │ │ │ └── @webassemblyjs/wasm-parser@1.11.1 deduped
│ │ │ ├── @webassemblyjs/wasm-parser@1.11.1 deduped
│ │ │ └─┬ @webassemblyjs/wast-printer@1.11.1
│ │ │   ├── @webassemblyjs/ast@1.11.1 deduped
│ │ │   └── @xtuc/long@4.2.2 deduped
│ │ ├─┬ @webassemblyjs/wasm-parser@1.11.1
│ │ │ ├── @webassemblyjs/ast@1.11.1 deduped
│ │ │ ├── @webassemblyjs/helper-api-error@1.11.1
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.11.1 deduped
│ │ │ ├─┬ @webassemblyjs/ieee754@1.11.1
│ │ │ │ └── @xtuc/ieee754@1.2.0
│ │ │ ├─┬ @webassemblyjs/leb128@1.11.1
│ │ │ │ └── @xtuc/long@4.2.2 deduped
│ │ │ └── @webassemblyjs/utf8@1.11.1
│ │ ├── acorn@8.7.1 deduped
│ │ ├── acorn-import-assertions@1.8.0
│ │ ├── browserslist@4.20.3 deduped
│ │ ├── chrome-trace-event@1.0.3
│ │ ├─┬ enhanced-resolve@5.9.3
│ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ └── tapable@2.2.1 deduped
│ │ ├── es-module-lexer@0.9.3
│ │ ├─┬ eslint-scope@5.1.1
│ │ │ ├─┬ esrecurse@4.3.0
│ │ │ │ └── estraverse@5.3.0
│ │ │ └── estraverse@4.3.0
│ │ ├── events@3.3.0 deduped
│ │ ├── glob-to-regexp@0.4.1
│ │ ├── graceful-fs@4.2.10 deduped
│ │ ├── json-parse-even-better-errors@2.3.1
│ │ ├── loader-runner@4.3.0
│ │ ├── mime-types@2.1.35 deduped
│ │ ├── neo-async@2.6.2 deduped
│ │ ├─┬ schema-utils@3.1.1
│ │ │ ├── @types/json-schema@7.0.11 deduped
│ │ │ ├── ajv@6.12.6 deduped
│ │ │ └── ajv-keywords@3.5.2 deduped
│ │ ├── tapable@2.2.1
│ │ ├── terser-webpack-plugin@5.3.1 deduped
│ │ ├─┬ watchpack@2.3.1
│ │ │ ├── glob-to-regexp@0.4.1 deduped
│ │ │ └── graceful-fs@4.2.10 deduped
│ │ └── webpack-sources@3.2.3
│ ├─┬ webpack-cli@4.9.2
│ │ ├── @discoveryjs/json-ext@0.5.7
│ │ ├── @webpack-cli/configtest@1.1.1
│ │ ├─┬ @webpack-cli/info@1.4.1
│ │ │ └── envinfo@7.8.1
│ │ ├── @webpack-cli/serve@1.6.1
│ │ ├── colorette@2.0.16
│ │ ├── commander@7.2.0 deduped
│ │ ├─┬ execa@5.1.1
│ │ │ ├─┬ cross-spawn@7.0.3
│ │ │ │ ├── path-key@3.1.1
│ │ │ │ ├─┬ shebang-command@2.0.0
│ │ │ │ │ └── shebang-regex@3.0.0
│ │ │ │ └── which@2.0.2 deduped
│ │ │ ├── get-stream@6.0.1
│ │ │ ├── human-signals@2.1.0
│ │ │ ├── is-stream@2.0.1
│ │ │ ├── merge-stream@2.0.0 deduped
│ │ │ ├─┬ npm-run-path@4.0.1
│ │ │ │ └── path-key@3.1.1 deduped
│ │ │ ├─┬ onetime@5.1.2
│ │ │ │ └── mimic-fn@2.1.0
│ │ │ ├── signal-exit@3.0.7
│ │ │ └── strip-final-newline@2.0.0
│ │ ├── fastest-levenshtein@1.0.12
│ │ ├─┬ import-local@3.1.0
│ │ │ ├── pkg-dir@4.2.0 deduped
│ │ │ └─┬ resolve-cwd@3.0.0
│ │ │   └── resolve-from@5.0.0
│ │ ├── interpret@2.2.0
│ │ ├─┬ rechoir@0.7.1
│ │ │ └── resolve@1.22.0 deduped
│ │ └── webpack-merge@5.8.0 deduped
│ ├─┬ webpack-dev-server@4.9.0
│ │ ├─┬ @types/bonjour@3.5.10
│ │ │ └── @types/node@17.0.35 deduped
│ │ ├─┬ @types/connect-history-api-fallback@1.3.5
│ │ │ ├─┬ @types/express-serve-static-core@4.17.28
│ │ │ │ ├── @types/node@17.0.35 deduped
│ │ │ │ ├── @types/qs@6.9.7 deduped
│ │ │ │ └── @types/range-parser@1.2.4
│ │ │ └── @types/node@17.0.35 deduped
│ │ ├─┬ @types/express@4.17.13
│ │ │ ├─┬ @types/body-parser@1.19.2
│ │ │ │ ├─┬ @types/connect@3.4.35
│ │ │ │ │ └── @types/node@17.0.35 deduped
│ │ │ │ └── @types/node@17.0.35 deduped
│ │ │ ├── @types/express-serve-static-core@4.17.28 deduped
│ │ │ ├── @types/qs@6.9.7
│ │ │ └─┬ @types/serve-static@1.13.10
│ │ │   ├── @types/mime@1.3.2
│ │ │   └── @types/node@17.0.35 deduped
│ │ ├─┬ @types/serve-index@1.9.1
│ │ │ └── @types/express@4.17.13 deduped
│ │ ├─┬ @types/sockjs@0.3.33
│ │ │ └── @types/node@17.0.35 deduped
│ │ ├─┬ @types/ws@8.5.3
│ │ │ └── @types/node@17.0.35 deduped
│ │ ├── ansi-html-community@0.0.8
│ │ ├─┬ bonjour-service@1.0.12
│ │ │ ├── array-flatten@2.1.2
│ │ │ ├── dns-equal@1.0.0
│ │ │ ├── fast-deep-equal@3.1.3
│ │ │ └─┬ multicast-dns@7.2.5
│ │ │   ├─┬ dns-packet@5.3.1
│ │ │   │ └── @leichtgewicht/ip-codec@2.0.4
│ │ │   └── thunky@1.1.0
│ │ ├── chokidar@3.5.3 deduped
│ │ ├── colorette@2.0.16 deduped
│ │ ├─┬ compression@1.7.4
│ │ │ ├── accepts@1.3.8 deduped
│ │ │ ├── bytes@3.0.0
│ │ │ ├─┬ compressible@2.0.18
│ │ │ │ └── mime-db@1.52.0 deduped
│ │ │ ├─┬ debug@2.6.9
│ │ │ │ └── ms@2.0.0
│ │ │ ├── on-headers@1.0.2
│ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ └── vary@1.1.2
│ │ ├── connect-history-api-fallback@1.6.0 deduped
│ │ ├─┬ default-gateway@6.0.3
│ │ │ └── execa@5.1.1 deduped
│ │ ├─┬ express@4.18.1
│ │ │ ├── accepts@1.3.8 deduped
│ │ │ ├── array-flatten@1.1.1
│ │ │ ├─┬ body-parser@1.20.0
│ │ │ │ ├── bytes@3.1.2
│ │ │ │ ├── content-type@1.0.4 deduped
│ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ ├── depd@2.0.0 deduped
│ │ │ │ ├── destroy@1.2.0
│ │ │ │ ├── http-errors@2.0.0 deduped
│ │ │ │ ├── iconv-lite@0.4.24 deduped
│ │ │ │ ├── on-finished@2.4.1 deduped
│ │ │ │ ├── qs@6.10.3 deduped
│ │ │ │ ├── raw-body@2.5.1 deduped
│ │ │ │ ├── type-is@1.6.18 deduped
│ │ │ │ └── unpipe@1.0.0 deduped
│ │ │ ├─┬ content-disposition@0.5.4
│ │ │ │ └── safe-buffer@5.2.1
│ │ │ ├── content-type@1.0.4
│ │ │ ├── cookie@0.5.0
│ │ │ ├── cookie-signature@1.0.6
│ │ │ ├─┬ debug@2.6.9
│ │ │ │ └── ms@2.0.0
│ │ │ ├── depd@2.0.0 deduped
│ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ ├── escape-html@1.0.3 deduped
│ │ │ ├── etag@1.8.1 deduped
│ │ │ ├─┬ finalhandler@1.2.0
│ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ │ ├── escape-html@1.0.3 deduped
│ │ │ │ ├── on-finished@2.4.1 deduped
│ │ │ │ ├── parseurl@1.3.3 deduped
│ │ │ │ ├── statuses@2.0.1 deduped
│ │ │ │ └── unpipe@1.0.0 deduped
│ │ │ ├── fresh@0.5.2 deduped
│ │ │ ├── http-errors@2.0.0 deduped
│ │ │ ├── merge-descriptors@1.0.1
│ │ │ ├── methods@1.1.2
│ │ │ ├─┬ on-finished@2.4.1
│ │ │ │ └── ee-first@1.1.1 deduped
│ │ │ ├── parseurl@1.3.3 deduped
│ │ │ ├── path-to-regexp@0.1.7
│ │ │ ├─┬ proxy-addr@2.0.7
│ │ │ │ ├── forwarded@0.2.0
│ │ │ │ └── ipaddr.js@1.9.1
│ │ │ ├── qs@6.10.3 deduped
│ │ │ ├── range-parser@1.2.1 deduped
│ │ │ ├── safe-buffer@5.2.1
│ │ │ ├─┬ send@0.18.0
│ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ ├── depd@2.0.0 deduped
│ │ │ │ ├── destroy@1.2.0 deduped
│ │ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ │ ├── escape-html@1.0.3 deduped
│ │ │ │ ├── etag@1.8.1 deduped
│ │ │ │ ├── fresh@0.5.2 deduped
│ │ │ │ ├── http-errors@2.0.0 deduped
│ │ │ │ ├── mime@1.6.0
│ │ │ │ ├── ms@2.1.3
│ │ │ │ ├── on-finished@2.4.1 deduped
│ │ │ │ ├── range-parser@1.2.1 deduped
│ │ │ │ └── statuses@2.0.1 deduped
│ │ │ ├─┬ serve-static@1.15.0
│ │ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ │ ├── escape-html@1.0.3 deduped
│ │ │ │ ├── parseurl@1.3.3 deduped
│ │ │ │ └── send@0.18.0 deduped
│ │ │ ├── setprototypeof@1.2.0 deduped
│ │ │ ├── statuses@2.0.1 deduped
│ │ │ ├─┬ type-is@1.6.18
│ │ │ │ ├── media-typer@0.3.0
│ │ │ │ └── mime-types@2.1.35 deduped
│ │ │ ├── utils-merge@1.0.1 deduped
│ │ │ └── vary@1.1.2 deduped
│ │ ├── graceful-fs@4.2.10 deduped
│ │ ├── html-entities@2.3.3
│ │ ├─┬ http-proxy-middleware@2.0.6
│ │ │ ├─┬ @types/http-proxy@1.17.9
│ │ │ │ └── @types/node@17.0.35 deduped
│ │ │ ├── http-proxy@1.18.1 deduped
│ │ │ ├── is-glob@4.0.3 deduped
│ │ │ ├── is-plain-obj@3.0.0
│ │ │ └── micromatch@4.0.5 deduped
│ │ ├── ipaddr.js@2.0.1
│ │ ├─┬ open@8.4.0
│ │ │ ├── define-lazy-prop@2.0.0
│ │ │ ├── is-docker@2.2.1
│ │ │ └─┬ is-wsl@2.2.0
│ │ │   └── is-docker@2.2.1 deduped
│ │ ├─┬ p-retry@4.6.2
│ │ │ ├── @types/retry@0.12.0
│ │ │ └── retry@0.13.1
│ │ ├─┬ rimraf@3.0.2
│ │ │ └── glob@7.2.3 deduped
│ │ ├─┬ schema-utils@4.0.0
│ │ │ ├── @types/json-schema@7.0.11 deduped
│ │ │ ├─┬ ajv@8.11.0
│ │ │ │ ├── fast-deep-equal@3.1.3 deduped
│ │ │ │ ├── json-schema-traverse@1.0.0
│ │ │ │ ├── require-from-string@2.0.2
│ │ │ │ └── uri-js@4.4.1 deduped
│ │ │ ├─┬ ajv-formats@2.1.1
│ │ │ │ └─┬ ajv@8.11.0
│ │ │ │   ├── fast-deep-equal@3.1.3 deduped
│ │ │ │   ├── json-schema-traverse@1.0.0
│ │ │ │   ├── require-from-string@2.0.2 deduped
│ │ │ │   └── uri-js@4.4.1 deduped
│ │ │ └─┬ ajv-keywords@5.1.0
│ │ │   └── fast-deep-equal@3.1.3 deduped
│ │ ├─┬ selfsigned@2.0.1
│ │ │ └── node-forge@1.3.1
│ │ ├── serve-index@1.9.1 deduped
│ │ ├─┬ sockjs@0.3.24
│ │ │ ├─┬ faye-websocket@0.11.4
│ │ │ │ └── websocket-driver@0.7.4 deduped
│ │ │ ├── uuid@8.3.2
│ │ │ └── websocket-driver@0.7.4 deduped
│ │ ├─┬ spdy@4.0.2
│ │ │ ├── debug@4.3.4 deduped
│ │ │ ├── handle-thing@2.0.1
│ │ │ ├── http-deceiver@1.2.7
│ │ │ ├── select-hose@2.0.0
│ │ │ └─┬ spdy-transport@3.0.0
│ │ │   ├── debug@4.3.4 deduped
│ │ │   ├── detect-node@2.1.0
│ │ │   ├─┬ hpack.js@2.1.6
│ │ │   │ ├── inherits@2.0.4 deduped
│ │ │   │ ├── obuf@1.1.2 deduped
│ │ │   │ ├── readable-stream@2.3.7 deduped
│ │ │   │ └── wbuf@1.7.3 deduped
│ │ │   ├── obuf@1.1.2
│ │ │   ├─┬ readable-stream@3.6.0
│ │ │   │ ├── inherits@2.0.4 deduped
│ │ │   │ ├── string_decoder@1.3.0 deduped
│ │ │   │ └── util-deprecate@1.0.2 deduped
│ │ │   └─┬ wbuf@1.7.3
│ │ │     └── minimalistic-assert@1.0.1 deduped
│ │ ├─┬ webpack-dev-middleware@5.3.3
│ │ │ ├── colorette@2.0.16 deduped
│ │ │ ├─┬ memfs@3.4.3
│ │ │ │ └── fs-monkey@1.0.3
│ │ │ ├── mime-types@2.1.35 deduped
│ │ │ ├── range-parser@1.2.1 deduped
│ │ │ └─┬ schema-utils@4.0.0
│ │ │   ├── @types/json-schema@7.0.11 deduped
│ │ │   ├─┬ ajv@8.11.0
│ │ │   │ ├── fast-deep-equal@3.1.3 deduped
│ │ │   │ ├── json-schema-traverse@1.0.0
│ │ │   │ ├── require-from-string@2.0.2 deduped
│ │ │   │ └── uri-js@4.4.1 deduped
│ │ │   ├── ajv-formats@2.1.1 deduped
│ │ │   └─┬ ajv-keywords@5.1.0
│ │ │     └── fast-deep-equal@3.1.3 deduped
│ │ └── ws@8.6.0
│ ├─┬ webpack-merge@5.8.0
│ │ ├── clone-deep@4.0.1 deduped
│ │ └── wildcard@2.0.0
│ ├─┬ webpack-notifier@1.15.0
│ │ ├─┬ node-notifier@9.0.1
│ │ │ ├── growly@1.3.0
│ │ │ ├── is-wsl@2.2.0 deduped
│ │ │ ├── semver@7.3.7 deduped
│ │ │ ├── shellwords@0.1.1
│ │ │ ├── uuid@8.3.2 deduped
│ │ │ └─┬ which@2.0.2
│ │ │   └── isexe@2.0.0 deduped
│ │ └── strip-ansi@6.0.1 deduped
│ ├─┬ webpackbar@5.0.2
│ │ ├── chalk@4.1.2 deduped
│ │ ├── consola@2.15.3
│ │ ├── pretty-time@1.1.0
│ │ └── std-env@3.1.1
│ └── yargs@17.5.1 deduped
├── lodash@4.17.21
├─┬ node-sass@4.14.1
│ ├── async-foreach@0.1.3
│ ├─┬ chalk@1.1.3
│ │ ├── ansi-styles@2.2.1
│ │ ├── escape-string-regexp@1.0.5 deduped
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.1.1
│ │ ├─┬ strip-ansi@3.0.1
│ │ │ └── ansi-regex@2.1.1
│ │ └── supports-color@2.0.0
│ ├─┬ cross-spawn@3.0.1
│ │ ├─┬ lru-cache@4.1.5
│ │ │ ├── pseudomap@1.0.2
│ │ │ └── yallist@2.1.2
│ │ └─┬ which@1.3.1
│ │   └── isexe@2.0.0 deduped
│ ├─┬ gaze@1.1.3
│ │ └─┬ globule@1.3.3
│ │   ├─┬ glob@7.1.7
│ │   │ ├── fs.realpath@1.0.0 deduped
│ │   │ ├── inflight@1.0.6 deduped
│ │   │ ├── inherits@2.0.4 deduped
│ │   │ ├── minimatch@3.0.8 deduped
│ │   │ ├── once@1.4.0 deduped
│ │   │ └── path-is-absolute@1.0.1 deduped
│ │   ├── lodash@4.17.21 deduped
│ │   └─┬ minimatch@3.0.8
│ │     └── brace-expansion@1.1.11 deduped
│ ├── get-stdin@4.0.1
│ ├── glob@7.2.3 deduped
│ ├── in-publish@2.0.1
│ ├── lodash@4.17.21 deduped
│ ├─┬ meow@3.7.0
│ │ ├─┬ camelcase-keys@2.1.0
│ │ │ ├── camelcase@2.1.1
│ │ │ └── map-obj@1.0.1 deduped
│ │ ├── decamelize@1.2.0
│ │ ├─┬ loud-rejection@1.6.0
│ │ │ ├─┬ currently-unhandled@0.4.1
│ │ │ │ └── array-find-index@1.0.2
│ │ │ └── signal-exit@3.0.7 deduped
│ │ ├── map-obj@1.0.1
│ │ ├── minimist@1.2.6
│ │ ├─┬ normalize-package-data@2.5.0
│ │ │ ├── hosted-git-info@2.8.9
│ │ │ ├── resolve@1.22.0 deduped
│ │ │ ├── semver@5.7.1
│ │ │ └─┬ validate-npm-package-license@3.0.4
│ │ │   ├─┬ spdx-correct@3.1.1
│ │ │   │ ├── spdx-expression-parse@3.0.1 deduped
│ │ │   │ └── spdx-license-ids@3.0.11
│ │ │   └─┬ spdx-expression-parse@3.0.1
│ │ │     ├── spdx-exceptions@2.3.0
│ │ │     └── spdx-license-ids@3.0.11 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ ├─┬ read-pkg-up@1.0.1
│ │ │ ├─┬ find-up@1.1.2
│ │ │ │ ├─┬ path-exists@2.1.0
│ │ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │   └── pinkie@2.0.4
│ │ │ └─┬ read-pkg@1.1.0
│ │ │   ├─┬ load-json-file@1.1.0
│ │ │   │ ├── graceful-fs@4.2.10 deduped
│ │ │   │ ├─┬ parse-json@2.2.0
│ │ │   │ │ └── error-ex@1.3.2 deduped
│ │ │   │ ├── pify@2.3.0
│ │ │   │ ├── pinkie-promise@2.0.1 deduped
│ │ │   │ └─┬ strip-bom@2.0.0
│ │ │   │   └── is-utf8@0.2.1 deduped
│ │ │   ├── normalize-package-data@2.5.0 deduped
│ │ │   └─┬ path-type@1.1.0
│ │ │     ├── graceful-fs@4.2.10 deduped
│ │ │     ├── pify@2.3.0 deduped
│ │ │     └── pinkie-promise@2.0.1 deduped
│ │ ├─┬ redent@1.0.0
│ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ └─┬ repeating@2.0.1
│ │ │ │   └── is-finite@1.1.0
│ │ │ └─┬ strip-indent@1.0.1
│ │ │   └── get-stdin@4.0.1 deduped
│ │ └── trim-newlines@1.0.0
│ ├─┬ mkdirp@0.5.6
│ │ └── minimist@1.2.6 deduped
│ ├── nan@2.16.0
│ ├─┬ node-gyp@3.8.0
│ │ ├─┬ fstream@1.0.12
│ │ │ ├── graceful-fs@4.2.10 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── mkdirp@0.5.6 deduped
│ │ │ └─┬ rimraf@2.7.1
│ │ │   └── glob@7.2.3 deduped
│ │ ├── glob@7.2.3 deduped
│ │ ├── graceful-fs@4.2.10 deduped
│ │ ├── mkdirp@0.5.6 deduped
│ │ ├─┬ nopt@3.0.6
│ │ │ └── abbrev@1.1.1
│ │ ├── npmlog@4.1.2 deduped
│ │ ├─┬ osenv@0.1.5
│ │ │ ├── os-homedir@1.0.2
│ │ │ └── os-tmpdir@1.0.2
│ │ ├── request@2.88.2 deduped
│ │ ├─┬ rimraf@2.7.1
│ │ │ └── glob@7.2.3 deduped
│ │ ├── semver@5.3.0
│ │ ├─┬ tar@2.2.2
│ │ │ ├─┬ block-stream@0.0.9
│ │ │ │ └── inherits@2.0.4 deduped
│ │ │ ├── fstream@1.0.12 deduped
│ │ │ └── inherits@2.0.4 deduped
│ │ └─┬ which@1.3.1
│ │   └── isexe@2.0.0 deduped
│ ├─┬ npmlog@4.1.2
│ │ ├─┬ are-we-there-yet@1.1.7
│ │ │ ├── delegates@1.0.0
│ │ │ └── readable-stream@2.3.7 deduped
│ │ ├── console-control-strings@1.1.0
│ │ ├─┬ gauge@2.7.4
│ │ │ ├── aproba@1.2.0
│ │ │ ├── console-control-strings@1.1.0 deduped
│ │ │ ├── has-unicode@2.0.1
│ │ │ ├── object-assign@4.1.1 deduped
│ │ │ ├── signal-exit@3.0.7 deduped
│ │ │ ├─┬ string-width@1.0.2
│ │ │ │ ├── code-point-at@1.1.0 deduped
│ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│ │ │ │ │ └── number-is-nan@1.0.1 deduped
│ │ │ │ └── strip-ansi@3.0.1 deduped
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.1.1
│ │ │ └─┬ wide-align@1.1.5
│ │ │   └── string-width@4.2.3 deduped
│ │ └── set-blocking@2.0.0
│ ├─┬ request@2.88.2
│ │ ├── aws-sign2@0.7.0
│ │ ├── aws4@1.11.0
│ │ ├── caseless@0.12.0
│ │ ├─┬ combined-stream@1.0.8
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@3.0.2
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@2.3.3
│ │ │ ├── asynckit@0.4.0
│ │ │ ├── combined-stream@1.0.8 deduped
│ │ │ └── mime-types@2.1.35 deduped
│ │ ├─┬ har-validator@5.1.5
│ │ │ ├── ajv@6.12.6 deduped
│ │ │ └── har-schema@2.0.0
│ │ ├─┬ http-signature@1.2.0
│ │ │ ├── assert-plus@1.0.0
│ │ │ ├─┬ jsprim@1.4.2
│ │ │ │ ├── assert-plus@1.0.0 deduped
│ │ │ │ ├── extsprintf@1.3.0
│ │ │ │ ├── json-schema@0.4.0
│ │ │ │ └─┬ verror@1.10.0
│ │ │ │   ├── assert-plus@1.0.0 deduped
│ │ │ │   ├── core-util-is@1.0.2
│ │ │ │   └── extsprintf@1.3.0 deduped
│ │ │ └─┬ sshpk@1.17.0
│ │ │   ├─┬ asn1@0.2.6
│ │ │   │ └── safer-buffer@2.1.2 deduped
│ │ │   ├── assert-plus@1.0.0 deduped
│ │ │   ├─┬ bcrypt-pbkdf@1.0.2
│ │ │   │ └── tweetnacl@0.14.5 deduped
│ │ │   ├─┬ dashdash@1.14.1
│ │ │   │ └── assert-plus@1.0.0 deduped
│ │ │   ├─┬ ecc-jsbn@0.1.2
│ │ │   │ ├── jsbn@0.1.1 deduped
│ │ │   │ └── safer-buffer@2.1.2 deduped
│ │ │   ├─┬ getpass@0.1.7
│ │ │   │ └── assert-plus@1.0.0 deduped
│ │ │   ├── jsbn@0.1.1
│ │ │   ├── safer-buffer@2.1.2 deduped
│ │ │   └── tweetnacl@0.14.5
│ │ ├── is-typedarray@1.0.0
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1
│ │ ├── mime-types@2.1.35 deduped
│ │ ├── oauth-sign@0.9.0
│ │ ├── performance-now@2.1.0
│ │ ├── qs@6.5.3
│ │ ├── safe-buffer@5.1.2 deduped
│ │ ├─┬ tough-cookie@2.5.0
│ │ │ ├── psl@1.8.0
│ │ │ └── punycode@2.1.1
│ │ ├─┬ tunnel-agent@0.6.0
│ │ │ └── safe-buffer@5.1.2 deduped
│ │ └── uuid@3.4.0
│ ├─┬ sass-graph@2.2.5
│ │ ├── glob@7.2.3 deduped
│ │ ├── lodash@4.17.21 deduped
│ │ ├─┬ scss-tokenizer@0.2.3
│ │ │ ├── js-base64@2.6.4
│ │ │ └─┬ source-map@0.4.4
│ │ │   └── amdefine@1.0.1
│ │ └─┬ yargs@13.3.2
│ │   ├─┬ cliui@5.0.0
│ │   │ ├── string-width@3.1.0 deduped
│ │   │ ├─┬ strip-ansi@5.2.0
│ │   │ │ └── ansi-regex@4.1.1
│ │   │ └─┬ wrap-ansi@5.1.0
│ │   │   ├── ansi-styles@3.2.1 deduped
│ │   │   ├── string-width@3.1.0 deduped
│ │   │   └── strip-ansi@5.2.0 deduped
│ │   ├─┬ find-up@3.0.0
│ │   │ └─┬ locate-path@3.0.0
│ │   │   ├─┬ p-locate@3.0.0
│ │   │   │ └─┬ p-limit@2.3.0
│ │   │   │   └── p-try@2.2.0
│ │   │   └── path-exists@3.0.0
│ │   ├── get-caller-file@2.0.5 deduped
│ │   ├── require-directory@2.1.1 deduped
│ │   ├── require-main-filename@2.0.0
│ │   ├── set-blocking@2.0.0 deduped
│ │   ├─┬ string-width@3.1.0
│ │   │ ├── emoji-regex@7.0.3
│ │   │ ├── is-fullwidth-code-point@2.0.0
│ │   │ └── strip-ansi@5.2.0 deduped
│ │   ├── which-module@2.0.0
│ │   ├── y18n@4.0.3
│ │   └─┬ yargs-parser@13.1.2
│ │     ├── camelcase@5.3.1
│ │     └── decamelize@1.2.0 deduped
│ ├─┬ stdout-stream@1.4.1
│ │ └── readable-stream@2.3.7 deduped
│ └─┬ true-case-path@1.0.3
│   └── glob@7.2.3 deduped
├── popper.js@1.16.1
├─┬ postcss@8.4.14
│ ├── nanoid@3.3.4
│ ├── picocolors@1.0.0
│ └── source-map-js@1.0.2
├─┬ resolve-url-loader@2.3.2
│ ├─┬ adjust-sourcemap-loader@1.2.0
│ │ ├── assert@1.5.0 deduped
│ │ ├── camelcase@1.2.1
│ │ ├─┬ loader-utils@1.4.0
│ │ │ ├── big.js@5.2.2 deduped
│ │ │ ├── emojis-list@3.0.0 deduped
│ │ │ └─┬ json5@1.0.1
│ │ │   └── minimist@1.2.6 deduped
│ │ ├── lodash.assign@4.2.0 deduped
│ │ ├─┬ lodash.defaults@3.1.2
│ │ │ ├─┬ lodash.assign@3.2.0
│ │ │ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ │ │ ├── lodash._basecopy@3.0.1
│ │ │ │ │ └── lodash.keys@3.1.2 deduped
│ │ │ │ ├─┬ lodash._createassigner@3.1.1
│ │ │ │ │ ├── lodash._bindcallback@3.0.1
│ │ │ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ │ │ └── lodash.restparam@3.6.1 deduped
│ │ │ │ └─┬ lodash.keys@3.1.2
│ │ │ │   ├── lodash._getnative@3.9.1
│ │ │ │   ├── lodash.isarguments@3.1.0
│ │ │ │   └── lodash.isarray@3.0.4
│ │ │ └── lodash.restparam@3.6.1
│ │ ├── object-path@0.9.2
│ │ └── regex-parser@2.2.11
│ ├── camelcase@4.1.0
│ ├── convert-source-map@1.8.0 deduped
│ ├─┬ loader-utils@1.4.0
│ │ ├── big.js@5.2.2
│ │ ├── emojis-list@3.0.0
│ │ └─┬ json5@1.0.1
│ │   └── minimist@1.2.6 deduped
│ ├── lodash.defaults@4.2.0
│ ├─┬ rework@1.0.1
│ │ ├── convert-source-map@0.3.5
│ │ └── css@2.2.4 deduped
│ ├── rework-visit@1.0.0
│ ├── source-map@0.5.7
│ └── urix@0.1.0
├─┬ sass-loader@8.0.2
│ ├─┬ clone-deep@4.0.1
│ │ ├─┬ is-plain-object@2.0.4
│ │ │ └── isobject@3.0.1 deduped
│ │ ├── kind-of@6.0.3
│ │ └─┬ shallow-clone@3.0.1
│ │   └── kind-of@6.0.3 deduped
│ ├─┬ loader-utils@1.4.0
│ │ ├── big.js@5.2.2 deduped
│ │ ├── emojis-list@3.0.0 deduped
│ │ └─┬ json5@1.0.1
│ │   └── minimist@1.2.6 deduped
│ ├── neo-async@2.6.2
│ ├─┬ schema-utils@2.7.1
│ │ ├── @types/json-schema@7.0.11
│ │ ├─┬ ajv@6.12.6
│ │ │ ├── fast-deep-equal@3.1.3 deduped
│ │ │ ├── fast-json-stable-stringify@2.1.0
│ │ │ ├── json-schema-traverse@0.4.1
│ │ │ └─┬ uri-js@4.4.1
│ │ │   └── punycode@2.1.1 deduped
│ │ └── ajv-keywords@3.5.2
│ └── semver@6.3.0
├─┬ v-tooltip@2.1.3
│ ├── @babel/runtime@7.18.0 deduped
│ ├── lodash@4.17.21 deduped
│ ├── popper.js@1.16.1 deduped
│ └─┬ vue-resize@1.0.1
│   └── @babel/runtime@7.18.0 deduped
├── vue@2.6.10
├─┬ vue-template-compiler@2.6.10
│ ├── de-indent@1.0.2
│ └── he@1.2.0
├─┬ vue-toastify@1.8.1
│ └── vue@2.6.14
└── vuex@3.6.2

NPM version: 6.14.8

Node version: 12.19.0

krievley commented 2 years ago

Do you have any errors when compiling by running npm run dev? Or do the errors only appear when loading the page?

I also noticed that you are using gulp and browsersync. Since I am unable to replicate the error locally, there might be an issue there. I would try running php artisan serve in your root directory and previewing your dashboard. If you still have errors, then please post them here.

bendadaniel commented 2 years ago

Hello, npm run dev works fine everywhere (in nova-components, project roots etc.), there are no compilation errors. I am using gulp only for scss and browsersync is no use actively so there should not be a problem. I also running project by php artisan serve, there are no loading errors on dashboard. These 2 cards just no shown and there is 2 error in browser console. :(

krievley commented 2 years ago

Do you see any errors on the "network" tab of your developer tools? There should be calls to API routes, and I'm wondering if you are seeing any errors there.

Since I am unable to replicate this locally, I think it is an issue with with how the Vue components are being compiled. Would you mind sharing your webpack.mix.js configuration and the script your are running from package.json?