VM Composer 1.0.0 Packages
VM Composer 1.0.0 Packages
Backend Tools
Python (3.6) (PSF)
Name: appdirs
Version: 1.4.4
Summary: A small Python module for determining appropriate platform-specific dirs, e.g. a “user data dir”.
Home-page: http://github.com/ActiveState/appdirs
Author: Trent Mick
Author-email: trentm@gmail.com
License: MIT
—
Name: astroid
Version: 2.8.2
Summary: An abstract syntax tree for Python with inference support.
Home-page: https://github.com/PyCQA/astroid
Author: Python Code Quality Authority
Author-email: code-quality@python.org
License: LGPL-2.1-or-later
—
Name: attrs
Version: 20.3.0
Summary: Classes Without Boilerplate
Home-page: https://www.attrs.org/
Author: Hynek Schlawack
Author-email: hs@ox.cx
License: MIT
—
Name: certifi
Version: 2020.12.5
Summary: Python package for providing Mozilla’s CA Bundle.
Home-page: https://certifiio.readthedocs.io/en/latest/
Author: Kenneth Reitz
Author-email: me@kennethreitz.com
License: MPL-2.0
—
Name: cfgv
Version: 3.2.0
Summary: Validate configuration and produce human readable error messages.
Home-page: https://github.com/asottile/cfgv
Author: Anthony Sottile
Author-email: asottile@umich.edu
License: MIT
—
Name: chardet
Version: 4.0.0
Summary: Universal encoding detector for Python 2 and 3
Home-page: https://github.com/chardet/chardet
Author: Mark Pilgrim
Author-email: mark@diveintomark.org
License: LGPL
—
Name: click
Version: 7.1.2
Summary: Composable command line interface toolkit
Home-page: https://palletsprojects.com/p/click/
Author: None
Author-email: None
License: BSD-3-Clause
—
Name: distlib
Version: 0.3.1
Summary: Distribution utilities
Home-page: https://bitbucket.org/pypa/distlib
Author: Vinay Sajip
Author-email: vinay_sajip@red-dove.com
License: Python license
—
Name: docker
Version: 4.4.1
Summary: A Python library for the Docker Engine API.
Home-page: https://github.com/docker/docker-py
Author: None
Author-email: None
License: Apache License 2.0
—
Name: fastjsonschema
Version: 2.15.0
Summary: Fastest Python implementation of JSON schema
Home-page: https://github.com/seznam/python-fastjsonschema
Author: Michal Horejsek
Author-email: horejsekmichal@gmail.com
License: BSD
—
Name: filelock
Version: 3.0.12
Summary: A platform independent file lock.
Home-page: https://github.com/benediktschmitt/py-filelock
Author: Benedikt Schmitt
Author-email: benedikt@benediktschmitt.de
License: Public Domain
—
Name: identify
Version: 1.5.13
Summary: File identification library for Python
Home-page: https://github.com/pre-commit/identify
Author: Chris Kuehl
Author-email: ckuehl@ocf.berkeley.edu
License: MIT
—
Name: idna
Version: 2.10
Summary: Internationalized Domain Names in Applications (IDNA)
Home-page: https://github.com/kjd/idna
Author: Kim Davies
Author-email: kim@cynosure.com.au
License: BSD-like
—
Name: importlib-metadata
Version: 3.4.0
Summary: Read metadata from Python packages
Home-page: https://github.com/python/importlib_metadata
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: Apache 2.0
—
Name: importlib-resources
Version: 5.1.0
Summary: Read resources from Python packages
Home-page: https://github.com/python/importlib_resources
Author: Barry Warsaw
Author-email: barry@python.org
License: Apache2
—
Name: iniconfig
Version: 1.1.1
Summary: iniconfig: brain-dead simple config-ini parsing
Home-page: http://github.com/RonnyPfannschmidt/iniconfig
Author: Ronny Pfannschmidt, Holger Krekel
Author-email: opensource@ronnypfannschmidt.de, holger.krekel@gmail.com
License: MIT License
—
Name: isort
Version: 5.7.0
Summary: A Python utility / library to sort Python imports.
Home-page: https://pycqa.github.io/isort/
Author: Timothy Crosley
Author-email: timothy.crosley@gmail.com
License: MIT
—
Name: Jinja2
Version: 2.11.3
Summary: A very fast and expressive template engine.
Home-page: https://palletsprojects.com/p/jinja/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
—
Name: lazy-object-proxy
Version: 1.4.3
Summary: A fast and thorough lazy object proxy.
Home-page: https://github.com/ionelmc/python-lazy-object-proxy
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD-2-Clause
—
Name: MarkupSafe
Version: 1.1.1
Summary: Safely add untrusted strings to HTML/XML markup.
Home-page: https://palletsprojects.com/p/markupsafe/
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: BSD-3-Clause
—
Name: mccabe
Version: 0.6.1
Summary: McCabe checker, plugin for flake8
Home-page: https://github.com/pycqa/mccabe
Author: Ian Cordasco
Author-email: graffatcolmingov@gmail.com
License: Expat license
—
Name: mypy-extensions
Version: 0.4.3
Summary: Experimental type system extensions for programs checked with the mypy typechecker.
Home-page: https://github.com/python/mypy_extensions
Author: The mypy developers
Author-email: jukka.lehtosalo@iki.fi
License: MIT License
—
Name: nodeenv
Version: 1.5.0
Summary: Node.js virtual environment builder
Home-page: https://github.com/ekalinin/nodeenv
Author: Eugene Kalinin
Author-email: e.v.kalinin@gmail.com
License: BSD
—
Name: packaging
Version: 20.9
Summary: Core utilities for Python packages
Home-page: https://github.com/pypa/packaging
Author: Donald Stufft and individual contributors
Author-email: donald@stufft.io
License: BSD-2-Clause or Apache-2.0
—
Name: pathspec
Version: 0.8.1
Summary: Utility library for gitignore style pattern matching of file paths.
Home-page: https://github.com/cpburnz/python-path-specification
Author: Caleb P. Burns
Author-email: cpburnz@gmail.com
License: MPL 2.0
—
Name: pluggy
Version: 0.13.1
Summary: plugin and hook calling mechanisms for python
Home-page: https://github.com/pytest-dev/pluggy
Author: Holger Krekel
Author-email: holger@merlinux.eu
License: MIT license
—
Name: pre-commit
Version: 2.10.0
Summary: A framework for managing and maintaining multi-language pre-commit hooks.
Home-page: https://github.com/pre-commit/pre-commit
Author: Anthony Sottile
Author-email: asottile@umich.edu
License: MIT
—
Name: py
Version: 1.10.0
Summary: library with cross-python path, ini-parsing, io, code, log facilities
Home-page: https://py.readthedocs.io/
Author: holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others
Author-email: pytest-dev@python.org
License: MIT license
—
Name: pylint
Version: 2.11.1
Summary: python code static checker
Home-page: UNKNOWN
Author: Python Code Quality Authority
Author-email: code-quality@python.org
License: GPL-2.0-or-later
—
Name: pyparsing
Version: 2.4.7
Summary: Python parsing module
Home-page: https://github.com/pyparsing/pyparsing/
Author: Paul McGuire
Author-email: ptmcg@users.sourceforge.net
License: MIT License
—
Name: pytest
Version: 6.2.2
Summary: pytest: simple powerful testing with Python
Home-page: https://docs.pytest.org/en/latest/
Author: Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others
Author-email: None
License: MIT
—
Name: PyYAML
Version: 5.4.1
Summary: YAML parser and emitter for Python
Home-page: https://pyyaml.org/
Author: Kirill Simonov
Author-email: xi@resolvent.net
License: MIT
—
Name: regex
Version: 2020.11.13
Summary: Alternative regular expression module, to replace re.
Home-page: https://bitbucket.org/mrabarnett/mrab-regex
Author: Matthew Barnett
Author-email: regex@mrabarnett.plus.com
License: Apache Software License
—
Name: requests
Version: 2.25.1
Summary: Python HTTP for Humans.
Home-page: https://requests.readthedocs.io
Author: Kenneth Reitz
Author-email: me@kennethreitz.org
License: Apache 2.0
—
Name: six
Version: 1.15.0
Summary: Python 2 and 3 compatibility utilities
Home-page: https://github.com/benjaminp/six
Author: Benjamin Peterson
Author-email: benjamin@python.org
License: MIT
—
Name: toml
Version: 0.10.2
Summary: Python Library for Tom’s Obvious, Minimal Language
Home-page: https://github.com/uiri/toml
Author: William Pearson
Author-email: uiri@xqz.ca
License: MIT
—
Name: typed-ast
Version: 1.4.2
Summary: a fork of Python 2 and 3 ast modules with type comment support
Home-page: https://github.com/python/typed_ast
Author: David Fisher
Author-email: UNKNOWN
License: Apache License 2.0
—
Name: typing-extensions
Version: 3.10.0.2
Summary: Backported and Experimental Type Hints for Python 3.5+
Home-page: https://github.com/python/typing/blob/master/typing_extensions/README.rst
Author: Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee
Author-email: levkivskyi@gmail.com
License: PSF
—
Name: urllib3
Version: 1.26.3
Summary: HTTP library with thread-safe connection pooling, file post, and more.
Home-page: https://urllib3.readthedocs.io/
Author: Andrey Petrov
Author-email: andrey.petrov@shazow.net
License: MIT
—
Name: virtualenv
Version: 20.4.2
Summary: Virtual Python Environment builder
Home-page: https://virtualenv.pypa.io/
Author: Bernat Gabor
Author-email: gaborjbernat@gmail.com
License: MIT
—
Name: websocket-client
Version: 0.57.0
Summary: WebSocket client for Python. hybi13 is supported.
Home-page: https://github.com/websocket-client/websocket-client.git
Author: liris
Author-email: liris.pp@gmail.com
License: BSD
—
Name: wrapt
Version: 1.12.1
Summary: Module for decorators, wrappers and monkey patching.
Home-page: https://github.com/GrahamDumpleton/wrapt
Author: Graham Dumpleton
Author-email: Graham.Dumpleton@gmail.com
License: BSD
—
Name: zipp
Version: 3.4.0
Summary: Backport of pathlib-compatible object wrapper for zip files
Home-page: https://github.com/jaraco/zipp
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: MIT
Frontend (GUI)
Python (3.6) (PSF)
Name: pyfdt
Version: 0.3
Summary: Python Flattened Device Tree Library
Home-page: https://github.com/superna9999/pyfdt
Author: Neil ‘Superna’ Armstrong
Author-email: superna9999@gmail.com
License: Apache License 2.0
Node (>14)
├─ (Apache-2.0 OR MPL-1.1)
│ └─ harmony-reflect@1.6.2
│ ├─ URL: https://tvcutsem@github.com/tvcutsem/harmony-reflect.git
│ └─ VendorUrl: https://github.com/tvcutsem/harmony-reflect
├─ (BSD-2-Clause OR MIT OR Apache-2.0)
│ └─ rc@1.2.8
│ ├─ URL: https://github.com/dominictarr/rc.git
│ ├─ VendorName: Dominic Tarr
│ └─ VendorUrl: dominictarr.com
├─ (BSD-3-Clause OR GPL-2.0)
│ └─ node-forge@0.10.0
│ ├─ URL: https://github.com/digitalbazaar/forge
│ ├─ VendorName: Digital Bazaar, Inc.
│ └─ VendorUrl: https://github.com/digitalbazaar/forge
├─ (MIT AND BSD-3-Clause)
│ └─ sha.js@2.4.11
│ ├─ URL: git://github.com/crypto-browserify/sha.js.git
│ ├─ VendorName: Dominic Tarr
│ └─ VendorUrl: https://github.com/crypto-browserify/sha.js
├─ (MIT AND Zlib)
│ └─ pako@1.0.11
│ ├─ URL: https://github.com/nodeca/pako.git
│ └─ VendorUrl: https://github.com/nodeca/pako
├─ (MIT OR Apache-2.0)
│ ├─ atob@2.1.2
│ │ ├─ URL: git://git.coolaj86.com/coolaj86/atob.js.git
│ │ ├─ VendorName: AJ ONeal
│ │ └─ VendorUrl: https://git.coolaj86.com/coolaj86/atob.js.git
│ └─ btoa@1.2.1
│ ├─ URL: git://git.coolaj86.com/coolaj86/btoa.js.git
│ ├─ VendorName: AJ ONeal
│ └─ VendorUrl: https://git.coolaj86.com/coolaj86/btoa.js.git
├─ (MIT OR CC0-1.0)
│ ├─ type-fest@0.13.1
│ │ ├─ URL: https://github.com/sindresorhus/type-fest.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ type-fest@0.18.1
│ │ ├─ URL: https://github.com/sindresorhus/type-fest.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ type-fest@0.20.2
│ │ ├─ URL: https://github.com/sindresorhus/type-fest.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ type-fest@0.21.3
│ │ ├─ URL: https://github.com/sindresorhus/type-fest.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ type-fest@0.3.1
│ │ ├─ URL: https://github.com/sindresorhus/type-fest.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ type-fest@0.6.0
│ │ ├─ URL: https://github.com/sindresorhus/type-fest.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ type-fest@0.8.1
│ │ ├─ URL: https://github.com/sindresorhus/type-fest.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ └─ type-fest@1.2.2
│ ├─ URL: https://github.com/sindresorhus/type-fest.git
│ ├─ VendorName: Sindre Sorhus
│ └─ VendorUrl: https://sindresorhus.com
├─ (MIT OR GPL-3.0-or-later)
│ └─ jszip@3.7.0
│ ├─ URL: https://github.com/Stuk/jszip.git
│ └─ VendorName: Stuart Knightley
├─ (WTFPL OR MIT)
│ └─ path-is-inside@1.0.2
│ ├─ URL: https://github.com/domenic/path-is-inside.git
│ ├─ VendorName: Domenic Denicola
│ └─ VendorUrl: https://domenic.me
├─ 0BSD
│ ├─ tslib@1.14.1
│ │ ├─ URL: https://github.com/Microsoft/tslib.git
│ │ ├─ VendorName: Microsoft Corp.
│ │ └─ VendorUrl: https://www.typescriptlang.org/
│ ├─ tslib@2.1.0
│ │ ├─ URL: https://github.com/Microsoft/tslib.git
│ │ ├─ VendorName: Microsoft Corp.
│ │ └─ VendorUrl: https://www.typescriptlang.org/
│ └─ tslib@2.3.0
│ ├─ URL: https://github.com/Microsoft/tslib.git
│ ├─ VendorName: Microsoft Corp.
│ └─ VendorUrl: https://www.typescriptlang.org/
├─ Apache-2.0
│ ├─ @cnakazawa/watch@1.0.4
│ │ ├─ URL: git://github.com/mikeal/watch.git
│ │ ├─ VendorName: Mikeal Rogers
│ │ └─ VendorUrl: https://github.com/mikeal/watch
│ ├─ @craco/craco@6.2.0
│ │ ├─ URL: https://github.com/gsoft-inc/craco.git
│ │ ├─ VendorName: Groupe Sharegate inc.
│ │ └─ VendorUrl: https://github.com/gsoft-inc/craco
│ ├─ @humanwhocodes/config-array@0.5.0
│ │ ├─ URL: git+https://github.com/humanwhocodes/config-array.git
│ │ ├─ VendorName: Nicholas C. Zakas
│ │ └─ VendorUrl: https://github.com/humanwhocodes/config-array#readme
│ ├─ @malept/cross-spawn-promise@1.1.1
│ │ ├─ URL: https://github.com/malept/cross-spawn-promise
│ │ └─ VendorName: Mark Lee
│ ├─ @surma/rollup-plugin-off-main-thread@1.4.2
│ │ ├─ URL: https://github.com/surma/rollup-plugin-off-main-thread
│ │ └─ VendorName: Surma
│ ├─ @xtuc/long@4.2.2
│ │ ├─ URL: https://github.com/dcodeIO/long.js.git
│ │ └─ VendorName: Daniel Wirtz
│ ├─ ansi-html@0.0.7
│ │ ├─ URL: git://github.com/Tjatse/ansi-html.git
│ │ ├─ VendorName: Tjatse
│ │ └─ VendorUrl: https://github.com/Tjatse/ansi-html
│ ├─ aria-query@4.2.2
│ │ ├─ URL: git+https://github.com/A11yance/aria-query.git
│ │ ├─ VendorName: Jesse Beach
│ │ └─ VendorUrl: https://github.com/A11yance/aria-query#readme
│ ├─ aws-sign2@0.7.0
│ │ ├─ URL: https://github.com/mikeal/aws-sign
│ │ ├─ VendorName: Mikeal Rogers
│ │ └─ VendorUrl: http://www.futurealoof.com
│ ├─ axobject-query@2.2.0
│ │ ├─ URL: git+https://github.com/A11yance/axobject-query.git
│ │ ├─ VendorName: Jesse Beach
│ │ └─ VendorUrl: https://github.com/A11yance/axobject-query#readme
│ ├─ bser@2.1.1
│ │ ├─ URL: https://github.com/facebook/watchman
│ │ ├─ VendorName: Wez Furlong
│ │ └─ VendorUrl: https://facebook.github.io/watchman/docs/bser.html
│ ├─ caseless@0.12.0
│ │ ├─ URL: https://github.com/mikeal/caseless
│ │ └─ VendorName: Mikeal Rogers
│ ├─ doctrine@2.1.0
│ │ ├─ URL: https://github.com/eslint/doctrine.git
│ │ └─ VendorUrl: https://github.com/eslint/doctrine
│ ├─ doctrine@3.0.0
│ │ ├─ URL: https://github.com/eslint/doctrine.git
│ │ └─ VendorUrl: https://github.com/eslint/doctrine
│ ├─ ejs@2.7.4
│ │ ├─ URL: git://github.com/mde/ejs.git
│ │ ├─ VendorName: Matthew Eernisse
│ │ └─ VendorUrl: https://github.com/mde/ejs
│ ├─ ejs@3.1.6
│ │ ├─ URL: git://github.com/mde/ejs.git
│ │ ├─ VendorName: Matthew Eernisse
│ │ └─ VendorUrl: https://github.com/mde/ejs
│ ├─ eslint-visitor-keys@1.3.0
│ │ ├─ URL: https://github.com/eslint/eslint-visitor-keys.git
│ │ ├─ VendorName: Toru Nagashima
│ │ └─ VendorUrl: https://github.com/eslint/eslint-visitor-keys#readme
│ ├─ eslint-visitor-keys@2.1.0
│ │ ├─ URL: https://github.com/eslint/eslint-visitor-keys.git
│ │ ├─ VendorName: Toru Nagashima
│ │ └─ VendorUrl: https://github.com/eslint/eslint-visitor-keys#readme
│ ├─ fast-diff@1.2.0
│ │ ├─ URL: https://github.com/jhchen/fast-diff
│ │ └─ VendorName: Jason Chen
│ ├─ faye-websocket@0.11.4
│ │ ├─ URL: git://github.com/faye/faye-websocket-node.git
│ │ ├─ VendorName: James Coglan
│ │ └─ VendorUrl: https://github.com/faye/faye-websocket-node
│ ├─ fb-watchman@2.0.1
│ │ ├─ URL: git@github.com:facebook/watchman.git
│ │ ├─ VendorName: Wez Furlong
│ │ └─ VendorUrl: https://facebook.github.io/watchman/
│ ├─ filelist@1.0.2
│ │ ├─ URL: git://github.com/mde/filelist.git
│ │ ├─ VendorName: Matthew Eernisse
│ │ └─ VendorUrl: https://github.com/mde/filelist
│ ├─ forever-agent@0.6.1
│ │ ├─ URL: https://github.com/mikeal/forever-agent
│ │ ├─ VendorName: Mikeal Rogers
│ │ └─ VendorUrl: http://www.futurealoof.com
│ ├─ human-signals@1.1.1
│ │ ├─ URL: https://github.com/ehmicky/human-signals.git
│ │ ├─ VendorName: ehmicky
│ │ └─ VendorUrl: https://git.io/JeluP
│ ├─ human-signals@2.1.0
│ │ ├─ URL: https://github.com/ehmicky/human-signals.git
│ │ ├─ VendorName: ehmicky
│ │ └─ VendorUrl: https://git.io/JeluP
│ ├─ jake@10.8.2
│ │ ├─ URL: git://github.com/jakejs/jake.git
│ │ ├─ VendorName: Matthew Eernisse
│ │ └─ VendorUrl: http://fleegix.org
│ ├─ native-url@0.2.6
│ │ ├─ URL: git+https://github.com/GoogleChromeLabs/native-url.git
│ │ ├─ VendorName: Janicklas Ralph
│ │ └─ VendorUrl: https://github.com/GoogleChromeLabs/native-url#readme
│ ├─ oauth-sign@0.9.0
│ │ ├─ URL: https://github.com/mikeal/oauth-sign
│ │ ├─ VendorName: Mikeal Rogers
│ │ └─ VendorUrl: http://www.futurealoof.com
│ ├─ paths-js@0.4.11
│ │ ├─ URL: https://github.com/andreaferretti/paths-js.git
│ │ ├─ VendorName: Andrea Ferretti
│ │ └─ VendorUrl: https://github.com/andreaferretti/paths-js
│ ├─ request@2.88.2
│ │ ├─ URL: https://github.com/request/request.git
│ │ └─ VendorName: Mikeal Rogers
│ ├─ rxjs@6.6.7
│ │ ├─ URL: https://github.com/reactivex/rxjs.git
│ │ ├─ VendorName: Ben Lesh
│ │ └─ VendorUrl: https://github.com/ReactiveX/RxJS
│ ├─ rxjs@7.2.0
│ │ ├─ URL: https://github.com/reactivex/rxjs.git
│ │ ├─ VendorName: Ben Lesh
│ │ └─ VendorUrl: https://rxjs.dev/
│ ├─ source-map-explorer@2.5.2
│ │ ├─ URL: git+https://github.com/danvk/source-map-explorer.git
│ │ ├─ VendorName: Dan Vanderkam
│ │ └─ VendorUrl: https://github.com/danvk/source-map-explorer#readme
│ ├─ spdx-correct@3.1.1
│ │ ├─ URL: https://github.com/jslicense/spdx-correct.js.git
│ │ ├─ VendorName: Kyle E. Mitchell
│ │ └─ VendorUrl: https://kemitchell.com
│ ├─ sumchecker@3.0.1
│ │ ├─ URL: git+https://github.com/malept/sumchecker.git
│ │ ├─ VendorName: Mark Lee
│ │ └─ VendorUrl: https://github.com/malept/sumchecker#readme
│ ├─ true-case-path@1.0.3
│ │ ├─ URL: git+https://github.com/barsh/true-case-path.git
│ │ ├─ VendorName: barsh
│ │ └─ VendorUrl: https://github.com/barsh/true-case-path#readme
│ ├─ tunnel-agent@0.6.0
│ │ ├─ URL: https://github.com/mikeal/tunnel-agent
│ │ ├─ VendorName: Mikeal Rogers
│ │ └─ VendorUrl: http://www.futurealoof.com
│ ├─ typescript@4.3.5
│ │ ├─ URL: https://github.com/Microsoft/TypeScript.git
│ │ ├─ VendorName: Microsoft Corp.
│ │ └─ VendorUrl: https://www.typescriptlang.org/
│ ├─ validate-npm-package-license@3.0.4
│ │ ├─ URL: https://github.com/kemitchell/validate-npm-package-license.js.git
│ │ ├─ VendorName: Kyle E. Mitchell
│ │ └─ VendorUrl: https://kemitchell.com
│ ├─ walker@1.0.7
│ │ ├─ URL: https://github.com/daaku/nodejs-walker
│ │ ├─ VendorName: Naitik Shah
│ │ └─ VendorUrl: https://github.com/daaku/nodejs-walker
│ ├─ websocket-driver@0.7.4
│ │ ├─ URL: git://github.com/faye/websocket-driver-node.git
│ │ ├─ VendorName: James Coglan
│ │ └─ VendorUrl: https://github.com/faye/websocket-driver-node
│ ├─ websocket-extensions@0.1.4
│ │ ├─ URL: git://github.com/faye/websocket-extensions-node.git
│ │ ├─ VendorName: James Coglan
│ │ └─ VendorUrl: http://github.com/faye/websocket-extensions-node
│ └─ xml-name-validator@3.0.0
│ ├─ URL: https://github.com/jsdom/xml-name-validator.git
│ ├─ VendorName: Domenic Denicola
│ └─ VendorUrl: https://domenic.me/
├─ BSD-2-Clause
│ ├─ @typescript-eslint/parser@4.28.4
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/typescript-estree@3.10.1
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/typescript-estree@4.28.4
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ browser-process-hrtime@1.0.0
│ │ ├─ URL: git://github.com/kumavis/browser-process-hrtime.git
│ │ └─ VendorName: kumavis
│ ├─ configstore@5.0.1
│ │ ├─ URL: https://github.com/yeoman/configstore.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ css-select@2.1.0
│ │ ├─ URL: git://github.com/fb55/css-select.git
│ │ └─ VendorName: Felix Boehm
│ ├─ css-select@4.1.3
│ │ ├─ URL: git://github.com/fb55/css-select.git
│ │ └─ VendorName: Felix Boehm
│ ├─ css-what@3.4.2
│ │ ├─ URL: https://github.com/fb55/css-what
│ │ ├─ VendorName: Felix Böhm
│ │ └─ VendorUrl: http://feedic.com
│ ├─ css-what@5.0.1
│ │ ├─ URL: https://github.com/fb55/css-what
│ │ ├─ VendorName: Felix Böhm
│ │ └─ VendorUrl: http://feedic.com
│ ├─ damerau-levenshtein@1.0.7
│ │ ├─ URL: https://github.com/tad-lispy/node-damerau-levenshtein.git
│ │ └─ VendorName: The Spanish Inquisition
│ ├─ default-gateway@4.2.0
│ │ ├─ URL: https://github.com/silverwind/default-gateway.git
│ │ └─ VendorName: silverwind
│ ├─ domelementtype@1.3.1
│ │ ├─ URL: git://github.com/fb55/domelementtype.git
│ │ └─ VendorName: Felix Boehm
│ ├─ domelementtype@2.2.0
│ │ ├─ URL: git://github.com/fb55/domelementtype.git
│ │ └─ VendorName: Felix Boehm
│ ├─ domhandler@4.2.0
│ │ ├─ URL: git://github.com/fb55/domhandler.git
│ │ └─ VendorName: Felix Boehm
│ ├─ domutils@1.7.0
│ │ ├─ URL: git://github.com/FB55/domutils.git
│ │ └─ VendorName: Felix Boehm
│ ├─ domutils@2.7.0
│ │ ├─ URL: git://github.com/fb55/domutils.git
│ │ └─ VendorName: Felix Boehm
│ ├─ dotenv-expand@5.1.0
│ │ └─ VendorName: motdotla
│ ├─ dotenv@10.0.0
│ │ └─ URL: git://github.com/motdotla/dotenv.git
│ ├─ dotenv@8.2.0
│ │ └─ URL: git://github.com/motdotla/dotenv.git
│ ├─ dotenv@9.0.2
│ │ └─ URL: git://github.com/motdotla/dotenv.git
│ ├─ entities@2.2.0
│ │ ├─ URL: git://github.com/fb55/entities.git
│ │ └─ VendorName: Felix Boehm
│ ├─ escodegen@2.0.0
│ │ ├─ URL: http://github.com/estools/escodegen.git
│ │ └─ VendorUrl: http://github.com/estools/escodegen
│ ├─ eslint-scope@4.0.3
│ │ ├─ URL: https://github.com/eslint/eslint-scope.git
│ │ └─ VendorUrl: http://github.com/eslint/eslint-scope
│ ├─ eslint-scope@5.1.1
│ │ ├─ URL: https://github.com/eslint/eslint-scope.git
│ │ └─ VendorUrl: http://github.com/eslint/eslint-scope
│ ├─ espree@7.3.1
│ │ ├─ URL: https://github.com/eslint/espree.git
│ │ ├─ VendorName: Nicholas C. Zakas
│ │ └─ VendorUrl: https://github.com/eslint/espree
│ ├─ esprima@4.0.1
│ │ ├─ URL: https://github.com/jquery/esprima.git
│ │ ├─ VendorName: Ariya Hidayat
│ │ └─ VendorUrl: http://esprima.org/
│ ├─ esrecurse@4.3.0
│ │ ├─ URL: https://github.com/estools/esrecurse.git
│ │ └─ VendorUrl: https://github.com/estools/esrecurse
│ ├─ estraverse@4.3.0
│ │ ├─ URL: http://github.com/estools/estraverse.git
│ │ └─ VendorUrl: https://github.com/estools/estraverse
│ ├─ estraverse@5.2.0
│ │ ├─ URL: http://github.com/estools/estraverse.git
│ │ └─ VendorUrl: https://github.com/estools/estraverse
│ ├─ esutils@2.0.3
│ │ ├─ URL: http://github.com/estools/esutils.git
│ │ └─ VendorUrl: https://github.com/estools/esutils
│ ├─ extract-zip@1.7.0
│ │ ├─ URL: https://github.com/maxogden/extract-zip.git
│ │ └─ VendorName: max ogden
│ ├─ http-cache-semantics@4.1.0
│ │ ├─ URL: https://github.com/kornelski/http-cache-semantics.git
│ │ ├─ VendorName: Kornel Lesiński
│ │ └─ VendorUrl: https://kornel.ski/
│ ├─ mississippi@3.0.0
│ │ ├─ URL: git+https://github.com/maxogden/mississippi.git
│ │ ├─ VendorName: max ogden
│ │ └─ VendorUrl: https://github.com/maxogden/mississippi#readme
│ ├─ normalize-package-data@2.5.0
│ │ ├─ URL: git://github.com/npm/normalize-package-data.git
│ │ └─ VendorName: Meryn Stol
│ ├─ normalize-package-data@3.0.2
│ │ ├─ URL: git://github.com/npm/normalize-package-data.git
│ │ └─ VendorName: Meryn Stol
│ ├─ nth-check@1.0.2
│ │ ├─ URL: https://github.com/fb55/nth-check
│ │ ├─ VendorName: Felix Boehm
│ │ └─ VendorUrl: https://github.com/fb55/nth-check
│ ├─ nth-check@2.0.0
│ │ ├─ URL: https://github.com/fb55/nth-check
│ │ ├─ VendorName: Felix Boehm
│ │ └─ VendorUrl: https://github.com/fb55/nth-check
│ ├─ regjsparser@0.6.9
│ │ ├─ URL: git@github.com:jviereck/regjsparser.git
│ │ ├─ VendorName: ‘Julian Viereck’
│ │ └─ VendorUrl: https://github.com/jviereck/regjsparser
│ ├─ stringify-object@3.3.0
│ │ ├─ URL: https://github.com/yeoman/stringify-object.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ terser@4.8.0
│ │ ├─ URL: https://github.com/terser/terser
│ │ ├─ VendorName: Mihai Bazon
│ │ └─ VendorUrl: https://terser.org/
│ ├─ terser@5.7.1
│ │ ├─ URL: https://github.com/terser/terser
│ │ ├─ VendorName: Mihai Bazon
│ │ └─ VendorUrl: https://terser.org/
│ ├─ update-notifier@5.1.0
│ │ ├─ URL: https://github.com/yeoman/update-notifier.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ uri-js@4.4.1
│ │ ├─ URL: http://github.com/garycourt/uri-js
│ │ ├─ VendorName: Gary Court
│ │ └─ VendorUrl: https://github.com/garycourt/uri-js
│ ├─ webidl-conversions@5.0.0
│ │ ├─ URL: https://github.com/jsdom/webidl-conversions.git
│ │ ├─ VendorName: Domenic Denicola
│ │ └─ VendorUrl: https://domenic.me/
│ └─ webidl-conversions@6.1.0
│ ├─ URL: https://github.com/jsdom/webidl-conversions.git
│ ├─ VendorName: Domenic Denicola
│ └─ VendorUrl: https://domenic.me/
├─ BSD-3-Clause
│ ├─ @hapi/address@2.1.4
│ │ └─ URL: git://github.com/hapijs/address
│ ├─ @hapi/bourne@1.3.2
│ │ └─ URL: git://github.com/hapijs/bourne
│ ├─ @hapi/hoek@8.5.1
│ │ └─ URL: git://github.com/hapijs/hoek
│ ├─ @hapi/hoek@9.2.0
│ │ └─ URL: git://github.com/hapijs/hoek
│ ├─ @hapi/joi@15.1.1
│ │ ├─ URL: git://github.com/hapijs/joi
│ │ └─ VendorUrl: https://github.com/hapijs/joi
│ ├─ @hapi/topo@3.1.6
│ │ └─ URL: git://github.com/hapijs/topo
│ ├─ @hapi/topo@5.1.0
│ │ └─ URL: git://github.com/hapijs/topo
│ ├─ @humanwhocodes/object-schema@1.2.0
│ │ ├─ URL: git+https://github.com/humanwhocodes/object-schema.git
│ │ ├─ VendorName: Nicholas C. Zakas
│ │ └─ VendorUrl: https://github.com/humanwhocodes/object-schema#readme
│ ├─ @sideway/address@4.1.2
│ │ └─ URL: git://github.com/sideway/address
│ ├─ @sideway/formula@3.0.0
│ │ └─ URL: git://github.com/sideway/formula
│ ├─ @sideway/pinpoint@2.0.0
│ │ └─ URL: git://github.com/sideway/pinpoint
│ ├─ @sinonjs/commons@1.8.3
│ │ ├─ URL: git+https://github.com/sinonjs/commons.git
│ │ └─ VendorUrl: https://github.com/sinonjs/commons#readme
│ ├─ @sinonjs/fake-timers@6.0.1
│ │ ├─ URL: http://github.com/sinonjs/fake-timers.git
│ │ ├─ VendorName: Christian Johansen
│ │ └─ VendorUrl: http://github.com/sinonjs/fake-timers
│ ├─ @xtuc/ieee754@1.2.0
│ │ ├─ URL: git://github.com/feross/ieee754.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: http://feross.org
│ ├─ abab@2.0.5
│ │ ├─ URL: git+https://github.com/jsdom/abab.git
│ │ ├─ VendorName: Jeff Carpenter
│ │ └─ VendorUrl: https://github.com/jsdom/abab#readme
│ ├─ babel-plugin-istanbul@6.0.0
│ │ ├─ URL: git+https://github.com/istanbuljs/babel-plugin-istanbul.git
│ │ ├─ VendorName: Thai Pangsakulyanont @dtinth
│ │ └─ VendorUrl: https://github.com/istanbuljs/babel-plugin-istanbul#readme
│ ├─ bcrypt-pbkdf@1.0.2
│ │ └─ URL: git://github.com/joyent/node-bcrypt-pbkdf.git
│ ├─ duplexer3@0.1.4
│ │ ├─ URL: https://github.com/floatdrop/duplexer3.git
│ │ ├─ VendorName: Conrad Pankoff
│ │ └─ VendorUrl: http://www.fknsrs.biz/
│ ├─ eslint-plugin-flowtype@5.8.1
│ │ ├─ URL: https://github.com/gajus/eslint-plugin-flowtype
│ │ ├─ VendorName: Gajus Kuizinas
│ │ └─ VendorUrl: http://gajus.com
│ ├─ esquery@1.4.0
│ │ ├─ URL: https://github.com/estools/esquery.git
│ │ ├─ VendorName: Joel Feenstra
│ │ └─ VendorUrl: https://github.com/estools/esquery/
│ ├─ filesize@6.1.0
│ │ ├─ URL: git://github.com/avoidwork/filesize.js.git
│ │ ├─ VendorName: Jason Mulligan
│ │ └─ VendorUrl: https://filesizejs.com/
│ ├─ global-agent@2.2.0
│ │ ├─ URL: https://github.com/gajus/global-agent
│ │ ├─ VendorName: Gajus Kuizinas
│ │ └─ VendorUrl: http://gajus.com
│ ├─ global-tunnel-ng@2.7.1
│ │ ├─ URL: https://github.com/np-maintain/global-tunnel.git
│ │ └─ VendorName: GoInstant Inc., a salesforce.com company
│ ├─ hoist-non-react-statics@3.3.2
│ │ ├─ URL: git://github.com/mridgway/hoist-non-react-statics.git
│ │ └─ VendorName: Michael Ridgway
│ ├─ ieee754@1.2.1
│ │ ├─ URL: git://github.com/feross/ieee754.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: https://feross.org
│ ├─ istanbul-lib-coverage@3.0.0
│ │ ├─ URL: git+ssh://git@github.com/istanbuljs/istanbuljs.git
│ │ ├─ VendorName: Krishnan Anantheswaran
│ │ └─ VendorUrl: https://istanbul.js.org/
│ ├─ istanbul-lib-instrument@4.0.3
│ │ ├─ URL: git+ssh://git@github.com/istanbuljs/istanbuljs.git
│ │ ├─ VendorName: Krishnan Anantheswaran
│ │ └─ VendorUrl: https://istanbul.js.org/
│ ├─ istanbul-lib-report@3.0.0
│ │ ├─ URL: git+ssh://git@github.com/istanbuljs/istanbuljs.git
│ │ ├─ VendorName: Krishnan Anantheswaran
│ │ └─ VendorUrl: https://istanbul.js.org/
│ ├─ istanbul-lib-source-maps@4.0.0
│ │ ├─ URL: git+ssh://git@github.com/istanbuljs/istanbuljs.git
│ │ ├─ VendorName: Krishnan Anantheswaran
│ │ └─ VendorUrl: https://istanbul.js.org/
│ ├─ istanbul-reports@3.0.2
│ │ ├─ URL: git+ssh://git@github.com/istanbuljs/istanbuljs.git
│ │ ├─ VendorName: Krishnan Anantheswaran
│ │ └─ VendorUrl: https://istanbul.js.org/
│ ├─ joi@17.4.1
│ │ └─ URL: git://github.com/sideway/joi
│ ├─ js-base64@2.6.4
│ │ ├─ URL: git://github.com/dankogai/js-base64.git
│ │ └─ VendorName: Dan Kogai
│ ├─ makeerror@1.0.11
│ │ ├─ URL: https://github.com/daaku/nodejs-makeerror
│ │ └─ VendorName: Naitik Shah
│ ├─ qs@6.5.2
│ │ ├─ URL: https://github.com/ljharb/qs.git
│ │ └─ VendorUrl: https://github.com/ljharb/qs
│ ├─ qs@6.7.0
│ │ ├─ URL: https://github.com/ljharb/qs.git
│ │ └─ VendorUrl: https://github.com/ljharb/qs
│ ├─ react-transition-group@2.9.0
│ │ ├─ URL: https://github.com/reactjs/react-transition-group.git
│ │ └─ VendorUrl: https://github.com/reactjs/react-transition-group#readme
│ ├─ react-transition-group@4.4.2
│ │ ├─ URL: https://github.com/reactjs/react-transition-group.git
│ │ └─ VendorUrl: https://github.com/reactjs/react-transition-group#readme
│ ├─ roarr@2.15.4
│ │ ├─ URL: git@github.com:gajus/roarr.git
│ │ ├─ VendorName: Gajus Kuizinas
│ │ └─ VendorUrl: http://gajus.com
│ ├─ serialize-javascript@4.0.0
│ │ ├─ URL: git+https://github.com/yahoo/serialize-javascript.git
│ │ ├─ VendorName: Eric Ferraiuolo
│ │ └─ VendorUrl: https://github.com/yahoo/serialize-javascript
│ ├─ serialize-javascript@5.0.1
│ │ ├─ URL: git+https://github.com/yahoo/serialize-javascript.git
│ │ ├─ VendorName: Eric Ferraiuolo
│ │ └─ VendorUrl: https://github.com/yahoo/serialize-javascript
│ ├─ source-map-js@0.6.2
│ │ ├─ URL: http://github.com/7rulnik/source-map.git
│ │ ├─ VendorName: Valentin 7rulnik Semirulnik
│ │ └─ VendorUrl: https://github.com/7rulnik/source-map
│ ├─ source-map@0.4.4
│ │ ├─ URL: http://github.com/mozilla/source-map.git
│ │ ├─ VendorName: Nick Fitzgerald
│ │ └─ VendorUrl: https://github.com/mozilla/source-map
│ ├─ source-map@0.5.7
│ │ ├─ URL: http://github.com/mozilla/source-map.git
│ │ ├─ VendorName: Nick Fitzgerald
│ │ └─ VendorUrl: https://github.com/mozilla/source-map
│ ├─ source-map@0.6.1
│ │ ├─ URL: http://github.com/mozilla/source-map.git
│ │ ├─ VendorName: Nick Fitzgerald
│ │ └─ VendorUrl: https://github.com/mozilla/source-map
│ ├─ source-map@0.7.3
│ │ ├─ URL: http://github.com/mozilla/source-map.git
│ │ ├─ VendorName: Nick Fitzgerald
│ │ └─ VendorUrl: https://github.com/mozilla/source-map
│ ├─ sprintf-js@1.0.3
│ │ ├─ URL: https://github.com/alexei/sprintf.js.git
│ │ ├─ VendorName: Alexandru Marasteanu
│ │ └─ VendorUrl: http://alexei.ro/
│ ├─ sprintf-js@1.1.2
│ │ ├─ URL: https://github.com/alexei/sprintf.js.git
│ │ └─ VendorName: Alexandru Mărășteanu
│ ├─ table@6.7.1
│ │ ├─ URL: https://github.com/gajus/table
│ │ ├─ VendorName: Gajus Kuizinas
│ │ └─ VendorUrl: http://gajus.com
│ ├─ tmpl@1.0.4
│ │ ├─ URL: https://github.com/daaku/nodejs-tmpl
│ │ ├─ VendorName: Naitik Shah
│ │ └─ VendorUrl: https://github.com/nshah/nodejs-tmpl
│ ├─ tough-cookie@2.5.0
│ │ ├─ URL: git://github.com/salesforce/tough-cookie.git
│ │ ├─ VendorName: Jeremy Stashewsky
│ │ └─ VendorUrl: https://github.com/salesforce/tough-cookie
│ └─ tough-cookie@4.0.0
│ ├─ URL: git://github.com/salesforce/tough-cookie.git
│ ├─ VendorName: Jeremy Stashewsky
│ └─ VendorUrl: https://github.com/salesforce/tough-cookie
├─ BSD-3-Clause OR MIT
│ └─ amdefine@1.0.1
│ ├─ URL: https://github.com/jrburke/amdefine.git
│ ├─ VendorName: James Burke
│ └─ VendorUrl: http://github.com/jrburke/amdefine
├─ BSD*
│ └─ json-schema@0.2.3
│ ├─ URL: http://github.com/kriszyp/json-schema
│ └─ VendorName: Kris Zyp
├─ CC-BY-3.0
│ └─ spdx-exceptions@2.3.0
│ ├─ URL: https://github.com/kemitchell/spdx-exceptions.json.git
│ └─ VendorName: The Linux Foundation
├─ CC-BY-4.0
│ └─ caniuse-lite@1.0.30001246
│ ├─ URL: https://github.com/browserslist/caniuse-lite.git
│ ├─ VendorName: Ben Briggs
│ └─ VendorUrl: http://beneb.info
├─ CC0-1.0
│ ├─ @csstools/convert-colors@1.4.0
│ │ ├─ URL: https://github.com/jonathantneal/convert-colors.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/convert-colors#readme
│ ├─ @csstools/normalize.css@10.1.0
│ │ ├─ URL: https://github.com/csstools/normalize.css.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/normalize.css#readme
│ ├─ css-blank-pseudo@0.1.4
│ │ ├─ URL: https://github.com/csstools/css-blank-pseudo.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/css-blank-pseudo#readme
│ ├─ css-has-pseudo@0.10.0
│ │ ├─ URL: https://github.com/csstools/css-has-pseudo.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/css-has-pseudo#readme
│ ├─ css-prefers-color-scheme@3.1.1
│ │ ├─ URL: https://github.com/csstools/css-prefers-color-scheme.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/css-prefers-color-scheme#readme
│ ├─ cssdb@4.4.0
│ │ ├─ URL: https://github.com/csstools/cssdb.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/cssdb#readme
│ ├─ mdn-data@2.0.14
│ │ ├─ URL: https://github.com/mdn/data.git
│ │ ├─ VendorName: Mozilla Developer Network
│ │ └─ VendorUrl: https://developer.mozilla.org/
│ ├─ mdn-data@2.0.4
│ │ ├─ URL: https://github.com/mdn/data.git
│ │ ├─ VendorName: Mozilla Developer Network
│ │ └─ VendorUrl: https://developer.mozilla.org/
│ ├─ postcss-browser-comments@3.0.0
│ │ ├─ URL: https://github.com/csstools/postcss-browser-comments.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/postcss-browser-comments#readme
│ ├─ postcss-color-functional-notation@2.0.1
│ │ ├─ URL: https://github.com/jonathantneal/postcss-color-functional-notation.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-color-functional-notation#readme
│ ├─ postcss-color-mod-function@3.0.3
│ │ ├─ URL: https://github.com/jonathantneal/postcss-color-mod-function.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-color-mod-function#readme
│ ├─ postcss-dir-pseudo-class@5.0.0
│ │ ├─ URL: https://github.com/jonathantneal/postcss-dir-pseudo-class.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-dir-pseudo-class#readme
│ ├─ postcss-double-position-gradients@1.0.0
│ │ ├─ URL: https://github.com/jonathantneal/postcss-double-position-gradients.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-double-position-gradients#readme
│ ├─ postcss-env-function@2.0.2
│ │ ├─ URL: https://github.com/jonathantneal/postcss-env-function.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-env-function#readme
│ ├─ postcss-focus-visible@4.0.0
│ │ ├─ URL: https://github.com/jonathantneal/postcss-focus-visible.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-focus-visible#readme
│ ├─ postcss-focus-within@3.0.0
│ │ ├─ URL: https://github.com/jonathantneal/postcss-focus-within.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-focus-within#readme
│ ├─ postcss-gap-properties@2.0.0
│ │ ├─ URL: https://github.com/jonathantneal/postcss-gap-properties.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-gap-properties#readme
│ ├─ postcss-image-set-function@3.0.1
│ │ ├─ URL: https://github.com/jonathantneal/postcss-image-set-function.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-image-set-function#readme
│ ├─ postcss-lab-function@2.0.1
│ │ ├─ URL: https://github.com/jonathantneal/postcss-lab-function.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-lab-function#readme
│ ├─ postcss-logical@3.0.0
│ │ ├─ URL: https://github.com/jonathantneal/postcss-logical.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-logical#readme
│ ├─ postcss-nesting@7.0.1
│ │ ├─ URL: https://github.com/jonathantneal/postcss-nesting.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-nesting#readme
│ ├─ postcss-normalize@8.0.1
│ │ ├─ URL: https://github.com/csstools/postcss-normalize.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/postcss-normalize#readme
│ ├─ postcss-overflow-shorthand@2.0.0
│ │ ├─ URL: https://github.com/jonathantneal/postcss-overflow-shorthand.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-overflow-shorthand#readme
│ ├─ postcss-place@4.0.1
│ │ ├─ URL: https://github.com/jonathantneal/postcss-place.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-place#readme
│ ├─ postcss-preset-env@6.7.0
│ │ ├─ URL: https://github.com/csstools/postcss-preset-env.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/postcss-preset-env#readme
│ ├─ postcss-pseudo-class-any-link@6.0.0
│ │ ├─ URL: https://github.com/jonathantneal/postcss-pseudo-class-any-link.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/jonathantneal/postcss-pseudo-class-any-link#readme
│ ├─ sanitize.css@10.0.0
│ │ ├─ URL: https://github.com/csstools/sanitize.css.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/csstools/sanitize.css#readme
│ └─ spdx-license-ids@3.0.9
│ ├─ URL: https://github.com/jslicense/spdx-license-ids.git
│ ├─ VendorName: Shinnosuke Watanabe
│ └─ VendorUrl: https://github.com/shinnn
├─ ISC
│ ├─ @istanbuljs/load-nyc-config@1.1.0
│ │ ├─ URL: git+https://github.com/istanbuljs/load-nyc-config.git
│ │ └─ VendorUrl: https://github.com/istanbuljs/load-nyc-config#readme
│ ├─ @webassemblyjs/helper-fsm@1.9.0
│ │ └─ VendorName: Mauro Bringolf
│ ├─ abbrev@1.1.1
│ │ ├─ URL: http://github.com/isaacs/abbrev-js
│ │ └─ VendorName: Isaac Z. Schlueter
│ ├─ ansi-align@3.0.0
│ │ ├─ URL: git+https://github.com/nexdrew/ansi-align.git
│ │ ├─ VendorName: nexdrew
│ │ └─ VendorUrl: https://github.com/nexdrew/ansi-align#readme
│ ├─ anymatch@2.0.0
│ │ ├─ URL: https://github.com/micromatch/anymatch
│ │ ├─ VendorName: Elan Shanker
│ │ └─ VendorUrl: https://github.com/micromatch/anymatch
│ ├─ anymatch@3.1.2
│ │ ├─ URL: https://github.com/micromatch/anymatch
│ │ ├─ VendorName: Elan Shanker
│ │ └─ VendorUrl: https://github.com/micromatch/anymatch
│ ├─ aproba@1.2.0
│ │ ├─ URL: https://github.com/iarna/aproba
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/iarna/aproba
│ ├─ are-we-there-yet@1.1.5
│ │ ├─ URL: https://github.com/iarna/are-we-there-yet.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/iarna/are-we-there-yet
│ ├─ ast-types-flow@0.0.7
│ │ ├─ URL: git+https://github.com/kyldvs/ast-types-flow.git
│ │ ├─ VendorName: kyldvs
│ │ └─ VendorUrl: https://github.com/kyldvs/ast-types-flow#readme
│ ├─ at-least-node@1.0.0
│ │ ├─ URL: git+https://github.com/RyanZim/at-least-node.git
│ │ ├─ VendorName: Ryan Zimmerman
│ │ └─ VendorUrl: https://github.com/RyanZim/at-least-node#readme
│ ├─ boolbase@1.0.0
│ │ ├─ URL: https://github.com/fb55/boolbase
│ │ ├─ VendorName: Felix Boehm
│ │ └─ VendorUrl: https://github.com/fb55/boolbase
│ ├─ browserify-sign@4.2.1
│ │ └─ URL: https://github.com/crypto-browserify/browserify-sign.git
│ ├─ cacache@12.0.4
│ │ ├─ URL: https://github.com/npm/cacache
│ │ └─ VendorName: Kat Marchán
│ ├─ cacache@15.2.0
│ │ └─ URL: https://github.com/npm/cacache
│ ├─ capture-exit@2.0.0
│ │ ├─ URL: git+https://github.com/stefanpenner/capture-exit.git
│ │ ├─ VendorName: Stefan Penner
│ │ └─ VendorUrl: https://github.com/stefanpenner/capture-exit#readme
│ ├─ chownr@1.1.4
│ │ ├─ URL: git://github.com/isaacs/chownr.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ chownr@2.0.0
│ │ ├─ URL: git://github.com/isaacs/chownr.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ cliui@5.0.0
│ │ ├─ URL: http://github.com/yargs/cliui.git
│ │ └─ VendorName: Ben Coe
│ ├─ cliui@6.0.0
│ │ ├─ URL: http://github.com/yargs/cliui.git
│ │ └─ VendorName: Ben Coe
│ ├─ cliui@7.0.4
│ │ ├─ URL: https://github.com/yargs/cliui.git
│ │ └─ VendorName: Ben Coe
│ ├─ console-control-strings@1.1.0
│ │ ├─ URL: https://github.com/iarna/console-control-strings
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: http://re-becca.org/
│ ├─ copy-concurrently@1.0.5
│ │ ├─ URL: git+https://github.com/npm/copy-concurrently.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://www.npmjs.com/package/copy-concurrently
│ ├─ d@1.0.1
│ │ ├─ URL: git://github.com/medikoo/d.git
│ │ ├─ VendorName: Mariusz Nowak
│ │ └─ VendorUrl: http://www.medikoo.com/
│ ├─ electron-to-chromium@1.3.785
│ │ ├─ URL: https://github.com/kilian/electron-to-chromium/
│ │ └─ VendorName: Kilian Valkhof
│ ├─ es5-ext@0.10.53
│ │ ├─ URL: https://github.com/medikoo/es5-ext.git
│ │ ├─ VendorName: Mariusz Nowak
│ │ └─ VendorUrl: http://www.medikoo.com/
│ ├─ es6-symbol@3.1.3
│ │ ├─ URL: git://github.com/medikoo/es6-symbol.git
│ │ ├─ VendorName: Mariusz Nowak
│ │ └─ VendorUrl: http://www.medikoo.com/
│ ├─ ext@1.4.0
│ │ ├─ URL: https://github.com/medikoo/es5-ext/tree/ext
│ │ ├─ VendorName: Mariusz Nowak
│ │ └─ VendorUrl: http://www.medikoo.com/
│ ├─ fastq@1.11.1
│ │ ├─ URL: git+https://github.com/mcollina/fastq.git
│ │ ├─ VendorName: Matteo Collina
│ │ └─ VendorUrl: https://github.com/mcollina/fastq#readme
│ ├─ figgy-pudding@3.5.2
│ │ ├─ URL: https://github.com/npm/figgy-pudding
│ │ └─ VendorName: Kat Marchán
│ ├─ flatted@3.2.1
│ │ ├─ URL: git+https://github.com/WebReflection/flatted.git
│ │ ├─ VendorName: Andrea Giammarchi
│ │ └─ VendorUrl: https://github.com/WebReflection/flatted#readme
│ ├─ fs-minipass@2.1.0
│ │ ├─ URL: git+https://github.com/npm/fs-minipass.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://github.com/npm/fs-minipass#readme
│ ├─ fs-write-stream-atomic@1.0.10
│ │ ├─ URL: https://github.com/npm/fs-write-stream-atomic
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://github.com/npm/fs-write-stream-atomic
│ ├─ fs.realpath@1.0.0
│ │ ├─ URL: git+https://github.com/isaacs/fs.realpath.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ gauge@2.7.4
│ │ ├─ URL: https://github.com/iarna/gauge
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/iarna/gauge
│ ├─ get-caller-file@2.0.5
│ │ ├─ URL: git+https://github.com/stefanpenner/get-caller-file.git
│ │ ├─ VendorName: Stefan Penner
│ │ └─ VendorUrl: https://github.com/stefanpenner/get-caller-file#readme
│ ├─ get-own-enumerable-property-symbols@3.0.2
│ │ ├─ URL: git+https://github.com/mightyiam/get-own-enumerable-property-symbols.git
│ │ ├─ VendorName: Shahar Or
│ │ └─ VendorUrl: https://github.com/mightyiam/get-own-enumerable-property-symbols#readme
│ ├─ glob-parent@3.1.0
│ │ ├─ URL: https://github.com/es128/glob-parent
│ │ ├─ VendorName: Elan Shanker
│ │ └─ VendorUrl: https://github.com/es128/glob-parent
│ ├─ glob-parent@5.1.2
│ │ ├─ URL: https://github.com/gulpjs/glob-parent.git
│ │ ├─ VendorName: Gulp Team
│ │ └─ VendorUrl: https://gulpjs.com/
│ ├─ glob@7.1.7
│ │ ├─ URL: git://github.com/isaacs/node-glob.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ graceful-fs@4.2.6
│ │ └─ URL: https://github.com/isaacs/node-graceful-fs
│ ├─ har-schema@2.0.0
│ │ ├─ URL: https://github.com/ahmadnassri/har-schema.git
│ │ ├─ VendorName: Ahmad Nassri
│ │ └─ VendorUrl: https://github.com/ahmadnassri/har-schema
│ ├─ has-unicode@2.0.1
│ │ ├─ URL: https://github.com/iarna/has-unicode
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/iarna/has-unicode
│ ├─ hosted-git-info@2.8.9
│ │ ├─ URL: git+https://github.com/npm/hosted-git-info.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/npm/hosted-git-info
│ ├─ hosted-git-info@4.0.2
│ │ ├─ URL: git+https://github.com/npm/hosted-git-info.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/npm/hosted-git-info
│ ├─ icss-utils@4.1.1
│ │ ├─ URL: git+https://github.com/css-modules/icss-utils.git
│ │ ├─ VendorName: Glen Maddern
│ │ └─ VendorUrl: https://github.com/css-modules/icss-utils#readme
│ ├─ infer-owner@1.0.4
│ │ ├─ URL: https://github.com/npm/infer-owner
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://izs.me
│ ├─ inflight@1.0.6
│ │ ├─ URL: https://github.com/npm/inflight.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://github.com/isaacs/inflight
│ ├─ inherits@2.0.1
│ │ └─ URL: git://github.com/isaacs/inherits
│ ├─ inherits@2.0.3
│ │ └─ URL: git://github.com/isaacs/inherits
│ ├─ inherits@2.0.4
│ │ └─ URL: git://github.com/isaacs/inherits
│ ├─ ini@1.3.8
│ │ ├─ URL: git://github.com/isaacs/ini.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ ini@2.0.0
│ │ ├─ URL: git://github.com/isaacs/ini.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ is-resolvable@1.1.0
│ │ ├─ URL: https://github.com/shinnn/is-resolvable.git
│ │ ├─ VendorName: Shinnosuke Watanabe
│ │ └─ VendorUrl: https://github.com/shinnn
│ ├─ isexe@2.0.0
│ │ ├─ URL: git+https://github.com/isaacs/isexe.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://github.com/isaacs/isexe#readme
│ ├─ json-stringify-safe@5.0.1
│ │ ├─ URL: git://github.com/isaacs/json-stringify-safe
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://github.com/isaacs/json-stringify-safe
│ ├─ killable@1.0.1
│ │ ├─ URL: https://github.com/marten-de-vries/killable.git
│ │ └─ VendorName: Marten de Vries
│ ├─ lru-cache@4.1.5
│ │ ├─ URL: git://github.com/isaacs/node-lru-cache.git
│ │ └─ VendorName: Isaac Z. Schlueter
│ ├─ lru-cache@5.1.1
│ │ ├─ URL: git://github.com/isaacs/node-lru-cache.git
│ │ └─ VendorName: Isaac Z. Schlueter
│ ├─ lru-cache@6.0.0
│ │ ├─ URL: git://github.com/isaacs/node-lru-cache.git
│ │ └─ VendorName: Isaac Z. Schlueter
│ ├─ minimalistic-assert@1.0.1
│ │ ├─ URL: https://github.com/calvinmetcalf/minimalistic-assert.git
│ │ └─ VendorUrl: https://github.com/calvinmetcalf/minimalistic-assert
│ ├─ minimatch@3.0.4
│ │ ├─ URL: git://github.com/isaacs/minimatch.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me
│ ├─ minipass-collect@1.0.2
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://izs.me
│ ├─ minipass-flush@1.0.5
│ │ ├─ URL: git+https://github.com/isaacs/minipass-flush.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://izs.me
│ ├─ minipass-pipeline@1.2.4
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://izs.me
│ ├─ minipass@3.1.3
│ │ ├─ URL: git+https://github.com/isaacs/minipass.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ move-concurrently@1.0.1
│ │ ├─ URL: git+https://github.com/npm/move-concurrently.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://www.npmjs.com/package/move-concurrently
│ ├─ noms@0.0.0
│ │ ├─ URL: https://github.com/calvinmetcalf/noms
│ │ └─ VendorName: Calvin Metcalf
│ ├─ nopt@5.0.0
│ │ ├─ URL: https://github.com/npm/nopt.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ npmlog@4.1.2
│ │ ├─ URL: https://github.com/npm/npmlog.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ once@1.4.0
│ │ ├─ URL: git://github.com/isaacs/once
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ parse-asn1@5.1.6
│ │ └─ URL: git://github.com/crypto-browserify/parse-asn1.git
│ ├─ postcss-color-gray@5.0.0
│ │ ├─ URL: https://github.com/postcss/postcss-color-gray.git
│ │ ├─ VendorName: Shinnosuke Watanabe
│ │ └─ VendorUrl: https://github.com/postcss/postcss-color-gray#readme
│ ├─ postcss-modules-extract-imports@2.0.0
│ │ ├─ URL: https://github.com/css-modules/postcss-modules-extract-imports.git
│ │ ├─ VendorName: Glen Maddern
│ │ └─ VendorUrl: https://github.com/css-modules/postcss-modules-extract-imports
│ ├─ postcss-modules-scope@2.2.0
│ │ ├─ URL: https://github.com/css-modules/postcss-modules-scope.git
│ │ ├─ VendorName: Glen Maddern
│ │ └─ VendorUrl: https://github.com/css-modules/postcss-modules-scope
│ ├─ postcss-modules-values@3.0.0
│ │ ├─ URL: git+https://github.com/css-modules/postcss-modules-values.git
│ │ ├─ VendorName: Glen Maddern
│ │ └─ VendorUrl: https://github.com/css-modules/postcss-modules-values#readme
│ ├─ promise-inflight@1.0.1
│ │ ├─ URL: git+https://github.com/iarna/promise-inflight.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/iarna/promise-inflight#readme
│ ├─ proto-list@1.2.4
│ │ ├─ URL: https://github.com/isaacs/proto-list
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ pseudomap@1.0.2
│ │ ├─ URL: git+https://github.com/isaacs/pseudomap.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://github.com/isaacs/pseudomap#readme
│ ├─ remove-trailing-separator@1.1.0
│ │ ├─ URL: git+https://github.com/darsain/remove-trailing-separator.git
│ │ ├─ VendorName: darsain
│ │ └─ VendorUrl: https://github.com/darsain/remove-trailing-separator#readme
│ ├─ require-main-filename@2.0.0
│ │ ├─ URL: git+ssh://git@github.com/yargs/require-main-filename.git
│ │ ├─ VendorName: Ben Coe
│ │ └─ VendorUrl: https://github.com/yargs/require-main-filename#readme
│ ├─ rimraf@2.6.3
│ │ ├─ URL: git://github.com/isaacs/rimraf.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ rimraf@2.7.1
│ │ ├─ URL: git://github.com/isaacs/rimraf.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ rimraf@3.0.2
│ │ ├─ URL: git://github.com/isaacs/rimraf.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ run-queue@1.0.3
│ │ ├─ URL: git+https://github.com/iarna/run-queue.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://npmjs.com/package/run-queue
│ ├─ sax@1.2.4
│ │ ├─ URL: git://github.com/isaacs/sax-js.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ saxes@5.0.1
│ │ ├─ URL: https://github.com/lddubeau/saxes.git
│ │ └─ VendorName: Louis-Dominique Dubeau
│ ├─ semver@5.7.1
│ │ └─ URL: https://github.com/npm/node-semver
│ ├─ semver@6.3.0
│ │ └─ URL: https://github.com/npm/node-semver
│ ├─ semver@7.0.0
│ │ └─ URL: https://github.com/npm/node-semver
│ ├─ semver@7.3.2
│ │ └─ URL: https://github.com/npm/node-semver
│ ├─ semver@7.3.5
│ │ └─ URL: https://github.com/npm/node-semver
│ ├─ set-blocking@2.0.0
│ │ ├─ URL: git+https://github.com/yargs/set-blocking.git
│ │ ├─ VendorName: Ben Coe
│ │ └─ VendorUrl: https://github.com/yargs/set-blocking#readme
│ ├─ setprototypeof@1.1.0
│ │ ├─ URL: https://github.com/wesleytodd/setprototypeof.git
│ │ ├─ VendorName: Wes Todd
│ │ └─ VendorUrl: https://github.com/wesleytodd/setprototypeof
│ ├─ setprototypeof@1.1.1
│ │ ├─ URL: https://github.com/wesleytodd/setprototypeof.git
│ │ ├─ VendorName: Wes Todd
│ │ └─ VendorUrl: https://github.com/wesleytodd/setprototypeof
│ ├─ sigmund@1.0.1
│ │ ├─ URL: git://github.com/isaacs/sigmund
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ signal-exit@3.0.3
│ │ ├─ URL: https://github.com/tapjs/signal-exit.git
│ │ ├─ VendorName: Ben Coe
│ │ └─ VendorUrl: https://github.com/tapjs/signal-exit
│ ├─ ssri@6.0.2
│ │ ├─ URL: https://github.com/zkat/ssri
│ │ └─ VendorName: Kat Marchán
│ ├─ ssri@8.0.1
│ │ ├─ URL: https://github.com/npm/ssri
│ │ └─ VendorName: Kat Marchán
│ ├─ tar@6.1.0
│ │ ├─ URL: https://github.com/npm/node-tar.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ test-exclude@6.0.0
│ │ ├─ URL: git+https://github.com/istanbuljs/test-exclude.git
│ │ ├─ VendorName: Ben Coe
│ │ └─ VendorUrl: https://istanbul.js.org/
│ ├─ type@1.2.0
│ │ ├─ URL: https://github.com/medikoo/type.git
│ │ ├─ VendorName: Mariusz Nowak
│ │ └─ VendorUrl: https://www.medikoo.com/
│ ├─ type@2.5.0
│ │ ├─ URL: https://github.com/medikoo/type.git
│ │ ├─ VendorName: Mariusz Nowak
│ │ └─ VendorUrl: https://www.medikoo.com/
│ ├─ unique-filename@1.1.1
│ │ ├─ URL: https://github.com/iarna/unique-filename.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/iarna/unique-filename
│ ├─ unique-slug@2.0.2
│ │ ├─ URL: git://github.com/iarna/unique-slug.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: http://re-becca.org
│ ├─ v8-to-istanbul@7.1.2
│ │ ├─ URL: https://github.com/istanbuljs/v8-to-istanbul.git
│ │ └─ VendorName: Ben Coe
│ ├─ which-module@2.0.0
│ │ ├─ URL: git+https://github.com/nexdrew/which-module.git
│ │ ├─ VendorName: nexdrew
│ │ └─ VendorUrl: https://github.com/nexdrew/which-module#readme
│ ├─ which@1.3.1
│ │ ├─ URL: git://github.com/isaacs/node-which.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me
│ ├─ which@2.0.2
│ │ ├─ URL: git://github.com/isaacs/node-which.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me
│ ├─ wide-align@1.1.3
│ │ ├─ URL: https://github.com/iarna/wide-align
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: http://re-becca.org/
│ ├─ wrappy@1.0.2
│ │ ├─ URL: https://github.com/npm/wrappy
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: https://github.com/npm/wrappy
│ ├─ write-file-atomic@3.0.3
│ │ ├─ URL: git://github.com/npm/write-file-atomic.git
│ │ ├─ VendorName: Rebecca Turner
│ │ └─ VendorUrl: https://github.com/npm/write-file-atomic
│ ├─ y18n@4.0.3
│ │ ├─ URL: git@github.com:yargs/y18n.git
│ │ ├─ VendorName: Ben Coe
│ │ └─ VendorUrl: https://github.com/yargs/y18n
│ ├─ y18n@5.0.8
│ │ ├─ URL: https://github.com/yargs/y18n.git
│ │ ├─ VendorName: Ben Coe
│ │ └─ VendorUrl: https://github.com/yargs/y18n
│ ├─ yallist@2.1.2
│ │ ├─ URL: git+https://github.com/isaacs/yallist.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ yallist@3.1.1
│ │ ├─ URL: git+https://github.com/isaacs/yallist.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ yallist@4.0.0
│ │ ├─ URL: git+https://github.com/isaacs/yallist.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ yaml@1.10.2
│ │ ├─ URL: https://github.com/eemeli/yaml.git
│ │ ├─ VendorName: Eemeli Aro
│ │ └─ VendorUrl: https://eemeli.org/yaml/v1/
│ ├─ yargs-parser@13.1.2
│ │ ├─ URL: git@github.com:yargs/yargs-parser.git
│ │ └─ VendorName: Ben Coe
│ ├─ yargs-parser@18.1.3
│ │ ├─ URL: https://github.com/yargs/yargs-parser.git
│ │ └─ VendorName: Ben Coe
│ └─ yargs-parser@20.2.9
│ ├─ URL: https://github.com/yargs/yargs-parser.git
│ └─ VendorName: Ben Coe
├─ MIT
│ ├─ @babel/code-frame@7.10.4
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ @babel/code-frame@7.12.11
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ @babel/code-frame@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-code-frame
│ ├─ @babel/compat-data@7.14.7
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/core@7.12.3
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ @babel/core@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-core
│ ├─ @babel/generator@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-generator
│ ├─ @babel/helper-annotate-as-pure@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-annotate-as-pure
│ ├─ @babel/helper-builder-binary-assignment-operator-visitor@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor
│ ├─ @babel/helper-compilation-targets@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/helper-create-class-features-plugin@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/helper-create-regexp-features-plugin@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/helper-define-polyfill-provider@0.2.3
│ │ └─ URL: https://github.com/babel/babel-polyfills.git
│ ├─ @babel/helper-explode-assignable-expression@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-explode-assignable-expression
│ ├─ @babel/helper-function-name@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-function-name
│ ├─ @babel/helper-get-function-arity@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-get-function-arity
│ ├─ @babel/helper-hoist-variables@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-hoist-variables
│ ├─ @babel/helper-member-expression-to-functions@7.14.7
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions
│ ├─ @babel/helper-module-imports@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-module-imports
│ ├─ @babel/helper-module-transforms@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-module-transforms
│ ├─ @babel/helper-optimise-call-expression@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-optimise-call-expression
│ ├─ @babel/helper-plugin-utils@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-plugin-utils
│ ├─ @babel/helper-remap-async-to-generator@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator
│ ├─ @babel/helper-replace-supers@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-replace-supers
│ ├─ @babel/helper-simple-access@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-simple-access
│ ├─ @babel/helper-skip-transparent-expression-wrappers@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/helper-split-export-declaration@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-split-export-declaration
│ ├─ @babel/helper-validator-identifier@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/helper-validator-option@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/helper-wrap-function@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-wrap-function
│ ├─ @babel/helpers@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-helpers
│ ├─ @babel/highlight@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-highlight
│ ├─ @babel/parser@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-parser
│ ├─ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
│ ├─ @babel/plugin-proposal-async-generator-functions@7.14.7
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions
│ ├─ @babel/plugin-proposal-class-properties@7.12.1
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-proposal-class-properties@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties
│ ├─ @babel/plugin-proposal-class-static-block@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block
│ ├─ @babel/plugin-proposal-decorators@7.12.1
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ └─ VendorName: Logan Smyth
│ ├─ @babel/plugin-proposal-dynamic-import@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/plugin-proposal-export-namespace-from@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from
│ ├─ @babel/plugin-proposal-json-strings@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-json-strings
│ ├─ @babel/plugin-proposal-logical-assignment-operators@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-logical-assignment-operators
│ ├─ @babel/plugin-proposal-nullish-coalescing-operator@7.12.1
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-proposal-nullish-coalescing-operator@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator
│ ├─ @babel/plugin-proposal-numeric-separator@7.12.1
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-proposal-numeric-separator@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-numeric-separator
│ ├─ @babel/plugin-proposal-object-rest-spread@7.14.7
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread
│ ├─ @babel/plugin-proposal-optional-catch-binding@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-optional-catch-binding
│ ├─ @babel/plugin-proposal-optional-chaining@7.12.1
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-proposal-optional-chaining@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining
│ ├─ @babel/plugin-proposal-private-methods@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-private-methods
│ ├─ @babel/plugin-proposal-private-property-in-object@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object
│ ├─ @babel/plugin-proposal-unicode-property-regex@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex
│ ├─ @babel/plugin-syntax-async-generators@7.8.4
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators
│ ├─ @babel/plugin-syntax-bigint@7.8.3
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint
│ ├─ @babel/plugin-syntax-class-properties@7.12.13
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties
│ ├─ @babel/plugin-syntax-class-static-block@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-class-static-block
│ ├─ @babel/plugin-syntax-decorators@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-decorators
│ ├─ @babel/plugin-syntax-dynamic-import@7.8.3
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import
│ ├─ @babel/plugin-syntax-export-namespace-from@7.8.3
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from
│ ├─ @babel/plugin-syntax-flow@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-flow
│ ├─ @babel/plugin-syntax-import-meta@7.10.4
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-syntax-json-strings@7.8.3
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings
│ ├─ @babel/plugin-syntax-jsx@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-jsx
│ ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator
│ ├─ @babel/plugin-syntax-numeric-separator@7.10.4
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-syntax-object-rest-spread@7.8.3
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread
│ ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding
│ ├─ @babel/plugin-syntax-optional-chaining@7.8.3
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining
│ ├─ @babel/plugin-syntax-private-property-in-object@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-private-property-in-object
│ ├─ @babel/plugin-syntax-top-level-await@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-top-level-await
│ ├─ @babel/plugin-syntax-typescript@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-typescript
│ ├─ @babel/plugin-transform-arrow-functions@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions
│ ├─ @babel/plugin-transform-async-to-generator@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator
│ ├─ @babel/plugin-transform-block-scoped-functions@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions
│ ├─ @babel/plugin-transform-block-scoping@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping
│ ├─ @babel/plugin-transform-classes@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-classes
│ ├─ @babel/plugin-transform-computed-properties@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties
│ ├─ @babel/plugin-transform-destructuring@7.14.7
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-destructuring
│ ├─ @babel/plugin-transform-dotall-regex@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex
│ ├─ @babel/plugin-transform-duplicate-keys@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-duplicate-keys
│ ├─ @babel/plugin-transform-exponentiation-operator@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-exponentiation-operator
│ ├─ @babel/plugin-transform-flow-strip-types@7.12.1
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-transform-for-of@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-for-of
│ ├─ @babel/plugin-transform-function-name@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-function-name
│ ├─ @babel/plugin-transform-literals@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-literals
│ ├─ @babel/plugin-transform-member-expression-literals@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-member-expression-literals
│ ├─ @babel/plugin-transform-modules-amd@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd
│ ├─ @babel/plugin-transform-modules-commonjs@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs
│ ├─ @babel/plugin-transform-modules-systemjs@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs
│ ├─ @babel/plugin-transform-modules-umd@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd
│ ├─ @babel/plugin-transform-named-capturing-groups-regex@7.14.7
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex
│ ├─ @babel/plugin-transform-new-target@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-new-target
│ ├─ @babel/plugin-transform-object-super@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-object-super
│ ├─ @babel/plugin-transform-parameters@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-parameters
│ ├─ @babel/plugin-transform-property-literals@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-property-literals
│ ├─ @babel/plugin-transform-react-constant-elements@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-react-constant-elements
│ ├─ @babel/plugin-transform-react-display-name@7.12.1
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-transform-react-display-name@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-react-display-name
│ ├─ @babel/plugin-transform-react-jsx-development@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/plugin-transform-react-jsx-self@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx-self
│ ├─ @babel/plugin-transform-react-jsx-source@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx-source
│ ├─ @babel/plugin-transform-react-jsx@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx
│ ├─ @babel/plugin-transform-react-pure-annotations@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/plugin-transform-regenerator@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-regenerator
│ ├─ @babel/plugin-transform-reserved-words@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-reserved-words
│ ├─ @babel/plugin-transform-runtime@7.12.1
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/plugin-transform-shorthand-properties@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-shorthand-properties
│ ├─ @babel/plugin-transform-spread@7.14.6
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-spread
│ ├─ @babel/plugin-transform-sticky-regex@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex
│ ├─ @babel/plugin-transform-template-literals@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-template-literals
│ ├─ @babel/plugin-transform-typeof-symbol@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol
│ ├─ @babel/plugin-transform-typescript@7.14.6
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-typescript
│ ├─ @babel/plugin-transform-unicode-escapes@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-unicode-escapes
│ ├─ @babel/plugin-transform-unicode-regex@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex
│ ├─ @babel/preset-env@7.12.1
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: Henry Zhu
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ @babel/preset-env@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-preset-env
│ ├─ @babel/preset-modules@0.1.4
│ ├─ @babel/preset-react@7.12.1
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ @babel/preset-react@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-preset-react
│ ├─ @babel/preset-typescript@7.12.1
│ │ └─ URL: https://github.com/babel/babel.git
│ ├─ @babel/preset-typescript@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-preset-typescript
│ ├─ @babel/runtime-corejs3@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/team
│ ├─ @babel/runtime@7.12.1
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ @babel/runtime@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-runtime
│ ├─ @babel/template@7.14.5
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-template
│ ├─ @babel/traverse@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-traverse
│ ├─ @babel/types@7.14.8
│ │ ├─ URL: https://github.com/babel/babel.git
│ │ ├─ VendorName: The Babel Team
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-types
│ ├─ @bcoe/v8-coverage@0.2.3
│ │ ├─ URL: git://github.com/demurgos/v8-coverage.git
│ │ ├─ VendorName: Charles Samborski
│ │ └─ VendorUrl: https://demurgos.github.io/v8-coverage
│ ├─ @develar/schema-utils@2.6.5
│ │ ├─ URL: https://github.com/webpack/schema-utils.git
│ │ ├─ VendorName: webpack Contrib
│ │ └─ VendorUrl: https://github.com/webpack/schema-utils
│ ├─ @discoveryjs/json-ext@0.5.3
│ │ ├─ URL: https://github.com/discoveryjs/json-ext.git
│ │ ├─ VendorName: Roman Dvornov
│ │ └─ VendorUrl: https://github.com/lahmatiy
│ ├─ @electron/get@1.12.4
│ │ ├─ URL: https://github.com/electron/get
│ │ └─ VendorName: Samuel Attard
│ ├─ @electron/universal@1.0.5
│ │ └─ VendorName: Samuel Attard
│ ├─ @emotion/cache@10.0.29
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/cache
│ ├─ @emotion/cache@11.4.0
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/main/packages/cache
│ ├─ @emotion/core@10.1.1
│ │ ├─ URL: https://github.com/emotion-js/emotion/tree/master/packages/core
│ │ └─ VendorName: mitchellhamilton
│ ├─ @emotion/css@10.0.27
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/css
│ ├─ @emotion/hash@0.8.0
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/hash
│ ├─ @emotion/is-prop-valid@0.8.8
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/is-prop-valid
│ ├─ @emotion/memoize@0.7.4
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/memoize
│ ├─ @emotion/memoize@0.7.5
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/memoize
│ ├─ @emotion/react@11.4.0
│ │ ├─ URL: https://github.com/emotion-js/emotion/tree/main/packages/react
│ │ └─ VendorName: mitchellhamilton
│ ├─ @emotion/serialize@0.11.16
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/serialize
│ ├─ @emotion/serialize@1.0.2
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/main/packages/serialize
│ ├─ @emotion/sheet@0.9.4
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/sheet
│ ├─ @emotion/sheet@1.0.1
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/sheet
│ ├─ @emotion/styled-base@10.0.31
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/styled-base
│ ├─ @emotion/styled@10.0.27
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/styled
│ ├─ @emotion/stylis@0.8.5
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/stylis
│ ├─ @emotion/unitless@0.7.5
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/unitless
│ ├─ @emotion/utils@0.11.3
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/serialize
│ ├─ @emotion/utils@1.0.0
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/utils
│ ├─ @emotion/weak-memoize@0.2.5
│ │ └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/weak-memoize
│ ├─ @eslint/eslintrc@0.4.3
│ │ ├─ URL: https://github.com/eslint/eslintrc.git
│ │ ├─ VendorName: Nicholas C. Zakas
│ │ └─ VendorUrl: https://github.com/eslint/eslintrc#readme
│ ├─ @hkdobrev/run-if-changed@0.3.1
│ │ ├─ URL: https://github.com/hkdobrev/run-if-changed
│ │ └─ VendorName: Haralan Dobrev
│ ├─ @istanbuljs/schema@0.1.3
│ │ ├─ URL: git+https://github.com/istanbuljs/schema.git
│ │ ├─ VendorName: Corey Farrell
│ │ └─ VendorUrl: https://github.com/istanbuljs/schema#readme
│ ├─ @jest/console@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/core@26.6.3
│ │ ├─ URL: https://github.com/facebook/jest
│ │ └─ VendorUrl: https://jestjs.io/
│ ├─ @jest/environment@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/fake-timers@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/globals@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/reporters@26.6.2
│ │ ├─ URL: https://github.com/facebook/jest
│ │ └─ VendorUrl: https://jestjs.io/
│ ├─ @jest/source-map@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/test-result@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/test-sequencer@26.6.3
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/transform@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/types@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @jest/types@27.0.6
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ @malept/flatpak-bundler@0.4.0
│ │ ├─ URL: git+https://github.com/malept/flatpak-bundler.git
│ │ ├─ VendorName: Matt Watson
│ │ └─ VendorUrl: https://github.com/malept/flatpak-bundler#readme
│ ├─ @nodelib/fs.scandir@2.1.5
│ │ └─ URL: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
│ ├─ @nodelib/fs.stat@2.0.5
│ │ └─ URL: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
│ ├─ @nodelib/fs.walk@1.2.8
│ │ └─ URL: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
│ ├─ @npmcli/move-file@1.1.2
│ │ └─ URL: git+https://github.com/npm/move-file
│ ├─ @pmmmwh/react-refresh-webpack-plugin@0.4.3
│ │ ├─ URL: git+https://github.com/pmmmwh/react-refresh-webpack-plugin.git
│ │ ├─ VendorName: Michael Mok
│ │ └─ VendorUrl: https://github.com/pmmmwh/react-refresh-webpack-plugin#readme
│ ├─ @popperjs/core@2.9.2
│ │ ├─ URL: https://github.com/popperjs/popper-core.git
│ │ └─ VendorName: Federico Zivolo
│ ├─ @projectstorm/geometry@6.6.0
│ │ ├─ URL: https://github.com/projectstorm/react-diagrams.git
│ │ └─ VendorName: dylanvorster
│ ├─ @projectstorm/react-canvas-core@6.6.0
│ │ ├─ URL: https://github.com/projectstorm/react-diagrams.git
│ │ └─ VendorName: dylanvorster
│ ├─ @projectstorm/react-diagrams-core@6.6.0
│ │ ├─ URL: https://github.com/projectstorm/react-diagrams.git
│ │ └─ VendorName: dylanvorster
│ ├─ @projectstorm/react-diagrams-defaults@6.6.0
│ │ ├─ URL: https://github.com/projectstorm/react-diagrams.git
│ │ └─ VendorName: dylanvorster
│ ├─ @projectstorm/react-diagrams-routing@6.6.0
│ │ ├─ URL: https://github.com/projectstorm/react-diagrams.git
│ │ └─ VendorName: dylanvorster
│ ├─ @projectstorm/react-diagrams@6.6.0
│ │ ├─ URL: https://github.com/projectstorm/react-diagrams.git
│ │ └─ VendorName: dylanvorster
│ ├─ @react-dnd/asap@4.0.0
│ │ └─ URL: https://github.com/kriskowal/asap.git
│ ├─ @react-dnd/invariant@2.0.0
│ │ ├─ URL: https://github.com/react-dnd/invariant
│ │ └─ VendorName: Andres Suarez
│ ├─ @react-dnd/shallowequal@2.0.0
│ │ ├─ URL: https://github.com/react-dnd/shallowequal.git
│ │ ├─ VendorName: Alberto Leal
│ │ └─ VendorUrl: github.com/dashed
│ ├─ @restart/context@2.1.4
│ │ ├─ URL: https://github.com/react-restart/context
│ │ └─ VendorName: 4Catalyzer
│ ├─ @restart/hooks@0.3.27
│ │ ├─ URL: git+https://github.com/jquense/react-common-hooks.git
│ │ ├─ VendorName: Jason Quense
│ │ └─ VendorUrl: https://github.com/react-restart/hooks#readme
│ ├─ @rollup/plugin-node-resolve@7.1.3
│ │ ├─ URL: https://github.com/rollup/plugins.git
│ │ ├─ VendorName: Rich Harris
│ │ └─ VendorUrl: https://github.com/rollup/plugins/tree/master/packages/node-resolve/#readme
│ ├─ @rollup/plugin-replace@2.4.2
│ │ ├─ URL: https://github.com/rollup/plugins.git
│ │ ├─ VendorName: Rich Harris
│ │ └─ VendorUrl: https://github.com/rollup/plugins/tree/master/packages/replace#readme
│ ├─ @rollup/pluginutils@3.1.0
│ │ ├─ URL: https://github.com/rollup/plugins.git
│ │ ├─ VendorName: Rich Harris
│ │ └─ VendorUrl: https://github.com/rollup/plugins/tree/master/packages/pluginutils#readme
│ ├─ @sindresorhus/is@0.14.0
│ │ ├─ URL: https://github.com/sindresorhus/is.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ @svgr/babel-plugin-add-jsx-attribute@5.4.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-add-jsx-attribute
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/babel-plugin-remove-jsx-attribute@5.4.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/babel-plugin-remove-jsx-empty-expression@5.0.1
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-empty-expression
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/babel-plugin-replace-jsx-attribute-value@5.0.1
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-replace-jsx-attribute-value
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/babel-plugin-svg-dynamic-title@5.4.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-dynamic-title
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/babel-plugin-svg-em-dimensions@5.4.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-em-dimensions
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/babel-plugin-transform-react-native-svg@5.4.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/babel-plugin-transform-svg-component@5.5.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/babel-preset@5.5.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/babel-preset
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/core@5.5.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/core
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/hast-util-to-babel-ast@5.5.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/hast-util-to-babel-ast
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/plugin-jsx@5.5.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/plugin-svgo@5.5.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @svgr/webpack@5.5.0
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/master/packages/webpack
│ │ ├─ VendorName: Greg Bergé
│ │ └─ VendorUrl: https://react-svgr.com/
│ ├─ @szmarczak/http-timer@1.1.2
│ │ ├─ URL: git+https://github.com/szmarczak/http-timer.git
│ │ ├─ VendorName: Szymon Marczak
│ │ └─ VendorUrl: https://github.com/szmarczak/http-timer#readme
│ ├─ @testing-library/dom@8.1.0
│ │ ├─ URL: https://github.com/testing-library/dom-testing-library
│ │ ├─ VendorName: Kent C. Dodds
│ │ └─ VendorUrl: https://github.com/testing-library/dom-testing-library#readme
│ ├─ @testing-library/react@12.0.0
│ │ ├─ URL: https://github.com/testing-library/react-testing-library
│ │ ├─ VendorName: Kent C. Dodds
│ │ └─ VendorUrl: https://github.com/testing-library/react-testing-library#readme
│ ├─ @tootallnate/once@1.1.2
│ │ ├─ URL: git://github.com/TooTallNate/once.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: http://n8.io/
│ ├─ @tsconfig/node14@1.0.1
│ │ └─ URL: https://github.com/tsconfig/bases.git
│ ├─ @types/aria-query@4.2.2
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aria-query
│ ├─ @types/babel__core@7.1.15
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core
│ ├─ @types/babel__generator@7.6.3
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator
│ ├─ @types/babel__template@7.4.1
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template
│ ├─ @types/babel__traverse@7.14.2
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse
│ ├─ @types/debug@4.1.6
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/debug
│ ├─ @types/eslint@7.28.0
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint
│ ├─ @types/estree@0.0.39
│ │ └─ URL: https://www.github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/estree@0.0.50
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree
│ ├─ @types/fs-extra@9.0.12
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra
│ ├─ @types/glob@7.1.4
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob
│ ├─ @types/graceful-fs@4.1.5
│ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/hoist-non-react-statics@3.3.1
│ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/html-minifier-terser@5.1.2
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier-terser
│ ├─ @types/invariant@2.2.34
│ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/istanbul-lib-coverage@2.0.3
│ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/istanbul-lib-report@3.0.0
│ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/istanbul-reports@3.0.1
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports
│ ├─ @types/jest@26.0.24
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest
│ ├─ @types/jquery@3.5.6
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery
│ ├─ @types/json-schema@7.0.8
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema
│ ├─ @types/lodash@4.14.171
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash
│ ├─ @types/minimatch@3.0.5
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimatch
│ ├─ @types/minimist@1.2.2
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimist
│ ├─ @types/node@14.17.6
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
│ ├─ @types/node@16.4.1
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
│ ├─ @types/normalize-package-data@2.4.1
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-package-data
│ ├─ @types/parse-json@4.0.0
│ │ └─ URL: https://www.github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/plist@3.0.2
│ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/prettier@2.3.2
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prettier
│ ├─ @types/prop-types@15.7.4
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types
│ ├─ @types/q@1.5.5
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/q
│ ├─ @types/react-bootstrap@0.32.26
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap
│ ├─ @types/react-dom@17.0.9
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
│ ├─ @types/react-redux@7.1.18
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-redux
│ ├─ @types/react-transition-group@4.4.2
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group
│ ├─ @types/react@17.0.14
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
│ ├─ @types/resolve@0.0.8
│ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git.git
│ ├─ @types/scheduler@0.16.2
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scheduler
│ ├─ @types/sizzle@2.3.3
│ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/source-list-map@0.1.2
│ │ └─ URL: https://www.github.com/DefinitelyTyped/DefinitelyTyped.git
│ ├─ @types/stack-utils@2.0.1
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-utils
│ ├─ @types/tapable@1.0.8
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable
│ ├─ @types/uglify-js@3.13.1
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uglify-js
│ ├─ @types/verror@1.10.5
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/verror
│ ├─ @types/warning@3.0.0
│ │ ├─ URL: https://www.github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorName: Chi Vinh Le
│ ├─ @types/webpack-sources@2.1.1
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources
│ ├─ @types/webpack@4.41.30
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack
│ ├─ @types/yargs-parser@20.2.1
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser
│ ├─ @types/yargs@15.0.14
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
│ ├─ @types/yargs@16.0.4
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
│ ├─ @typescript-eslint/eslint-plugin@4.28.4
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/experimental-utils@3.10.1
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/experimental-utils@4.28.4
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/scope-manager@4.28.4
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/types@3.10.1
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/types@4.28.4
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/visitor-keys@3.10.1
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @typescript-eslint/visitor-keys@4.28.4
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
│ ├─ @webassemblyjs/ast@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/floating-point-hex-parser@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Mauro Bringolf
│ ├─ @webassemblyjs/helper-api-error@1.9.0
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/helper-buffer@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/helper-code-frame@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/helper-module-context@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/helper-wasm-bytecode@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/helper-wasm-section@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/ieee754@1.9.0
│ ├─ @webassemblyjs/leb128@1.9.0
│ ├─ @webassemblyjs/utf8@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/wasm-edit@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/wasm-gen@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/wasm-opt@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/wasm-parser@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/wast-parser@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webassemblyjs/wast-printer@1.9.0
│ │ ├─ URL: https://github.com/xtuc/webassemblyjs.git
│ │ └─ VendorName: Sven Sauleau
│ ├─ @webpack-cli/configtest@1.0.4
│ │ ├─ URL: https://github.com/webpack/webpack-cli.git
│ │ └─ VendorUrl: https://github.com/webpack/webpack-cli/tree/master/packages/configtest
│ ├─ @webpack-cli/info@1.3.0
│ │ ├─ URL: https://github.com/webpack/webpack-cli.git
│ │ └─ VendorUrl: https://github.com/webpack/webpack-cli/tree/master/packages/info
│ ├─ @webpack-cli/serve@1.5.1
│ │ ├─ URL: https://github.com/webpack/webpack-cli.git
│ │ └─ VendorUrl: https://github.com/webpack/webpack-cli/tree/master/packages/serve
│ ├─ 7zip-bin@5.1.1
│ │ └─ URL: https://github.com/develar/7zip-bin.git
│ ├─ accepts@1.3.7
│ │ └─ URL: https://github.com/jshttp/accepts.git
│ ├─ acorn-globals@6.0.0
│ │ ├─ URL: https://github.com/ForbesLindesay/acorn-globals.git
│ │ └─ VendorName: ForbesLindesay
│ ├─ acorn-jsx@5.3.2
│ │ ├─ URL: https://github.com/acornjs/acorn-jsx
│ │ └─ VendorUrl: https://github.com/acornjs/acorn-jsx
│ ├─ acorn-walk@7.2.0
│ │ ├─ URL: https://github.com/acornjs/acorn.git
│ │ └─ VendorUrl: https://github.com/acornjs/acorn
│ ├─ acorn@6.4.2
│ │ ├─ URL: https://github.com/acornjs/acorn.git
│ │ └─ VendorUrl: https://github.com/acornjs/acorn
│ ├─ acorn@7.4.1
│ │ ├─ URL: https://github.com/acornjs/acorn.git
│ │ └─ VendorUrl: https://github.com/acornjs/acorn
│ ├─ acorn@8.4.1
│ │ ├─ URL: https://github.com/acornjs/acorn.git
│ │ └─ VendorUrl: https://github.com/acornjs/acorn
│ ├─ address@1.1.2
│ │ ├─ URL: git://github.com/node-modules/address.git
│ │ └─ VendorName: fengmk2
│ ├─ adjust-sourcemap-loader@3.0.0
│ │ ├─ URL: git+https://github.com/bholloway/adjust-sourcemap-loader.git
│ │ ├─ VendorName: bholloway
│ │ └─ VendorUrl: https://github.com/bholloway/adjust-sourcemap-loader
│ ├─ agent-base@6.0.2
│ │ ├─ URL: git://github.com/TooTallNate/node-agent-base.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: http://n8.io/
│ ├─ aggregate-error@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/aggregate-error.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ajv-errors@1.0.1
│ │ ├─ URL: git+https://github.com/epoberezkin/ajv-errors.git
│ │ └─ VendorUrl: https://github.com/epoberezkin/ajv-errors#readme
│ ├─ ajv-keywords@3.5.2
│ │ ├─ URL: git+https://github.com/epoberezkin/ajv-keywords.git
│ │ ├─ VendorName: Evgeny Poberezkin
│ │ └─ VendorUrl: https://github.com/epoberezkin/ajv-keywords#readme
│ ├─ ajv@6.12.6
│ │ ├─ URL: https://github.com/ajv-validator/ajv.git
│ │ ├─ VendorName: Evgeny Poberezkin
│ │ └─ VendorUrl: https://github.com/ajv-validator/ajv
│ ├─ ajv@8.6.2
│ │ ├─ URL: https://github.com/ajv-validator/ajv.git
│ │ ├─ VendorName: Evgeny Poberezkin
│ │ └─ VendorUrl: https://ajv.js.org/
│ ├─ alphanum-sort@1.0.2
│ │ ├─ URL: https://github.com/TrySound/alphanum-sort.git
│ │ ├─ VendorName: Bogdan Chadkin
│ │ └─ VendorUrl: https://github.com/TrySound/alphanum-sort
│ ├─ ansi-colors@3.2.4
│ │ ├─ URL: https://github.com/doowb/ansi-colors.git
│ │ ├─ VendorName: Brian Woodward
│ │ └─ VendorUrl: https://github.com/doowb/ansi-colors
│ ├─ ansi-colors@4.1.1
│ │ ├─ URL: https://github.com/doowb/ansi-colors.git
│ │ ├─ VendorName: Brian Woodward
│ │ └─ VendorUrl: https://github.com/doowb/ansi-colors
│ ├─ ansi-escapes@4.3.2
│ │ ├─ URL: https://github.com/sindresorhus/ansi-escapes.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ ansi-regex@2.1.1
│ │ ├─ URL: https://github.com/chalk/ansi-regex.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ansi-regex@3.0.0
│ │ ├─ URL: https://github.com/chalk/ansi-regex.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ansi-regex@4.1.0
│ │ ├─ URL: https://github.com/chalk/ansi-regex.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ansi-regex@5.0.0
│ │ ├─ URL: https://github.com/chalk/ansi-regex.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ansi-styles@2.2.1
│ │ ├─ URL: https://github.com/chalk/ansi-styles.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ansi-styles@3.2.1
│ │ ├─ URL: https://github.com/chalk/ansi-styles.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ansi-styles@4.3.0
│ │ ├─ URL: https://github.com/chalk/ansi-styles.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ansi-styles@5.2.0
│ │ ├─ URL: https://github.com/chalk/ansi-styles.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ app-builder-bin@3.5.13
│ │ └─ URL: https://github.com/develar/app-builder.git
│ ├─ app-builder-lib@22.11.7
│ │ ├─ URL: https://github.com/electron-userland/electron-builder.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/electron-userland/electron-builder
│ ├─ argparse@1.0.10
│ │ └─ URL: https://github.com/nodeca/argparse.git
│ ├─ arity-n@1.0.4
│ │ ├─ URL: http://github.com/stoeffel/arityN
│ │ ├─ VendorName: stoeffel
│ │ └─ VendorUrl: http://github.com/stoeffel/arityN
│ ├─ arr-diff@4.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/arr-diff.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/arr-diff
│ ├─ arr-flatten@1.1.0
│ │ ├─ URL: https://github.com/jonschlinkert/arr-flatten.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/arr-flatten
│ ├─ arr-union@3.1.0
│ │ ├─ URL: https://github.com/jonschlinkert/arr-union.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/arr-union
│ ├─ array-differ@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/array-differ.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ array-flatten@1.1.1
│ │ ├─ URL: git://github.com/blakeembrey/array-flatten.git
│ │ ├─ VendorName: Blake Embrey
│ │ └─ VendorUrl: https://github.com/blakeembrey/array-flatten
│ ├─ array-flatten@2.1.2
│ │ ├─ URL: git://github.com/blakeembrey/array-flatten.git
│ │ ├─ VendorName: Blake Embrey
│ │ └─ VendorUrl: https://github.com/blakeembrey/array-flatten
│ ├─ array-includes@3.1.3
│ │ ├─ URL: git://github.com/es-shims/array-includes.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ array-union@1.0.2
│ │ ├─ URL: https://github.com/sindresorhus/array-union.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ array-union@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/array-union.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ array-uniq@1.0.3
│ │ ├─ URL: https://github.com/sindresorhus/array-uniq.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ array-unique@0.3.2
│ │ ├─ URL: https://github.com/jonschlinkert/array-unique.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/array-unique
│ ├─ array.prototype.flat@1.2.4
│ │ ├─ URL: git://github.com/es-shims/Array.prototype.flat.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ array.prototype.flatmap@1.2.4
│ │ ├─ URL: git://github.com/es-shims/Array.prototype.flatMap.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ arrify@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/arrify.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ arrify@2.0.1
│ │ ├─ URL: https://github.com/sindresorhus/arrify.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ asap@2.0.6
│ │ └─ URL: https://github.com/kriskowal/asap.git
│ ├─ asar@3.0.3
│ │ ├─ URL: https://github.com/electron/asar.git
│ │ └─ VendorUrl: https://github.com/electron/asar
│ ├─ asn1.js@5.4.1
│ │ ├─ URL: git@github.com:indutny/asn1.js
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/asn1.js
│ ├─ asn1@0.2.4
│ │ ├─ URL: git://github.com/joyent/node-asn1.git
│ │ ├─ VendorName: Joyent
│ │ └─ VendorUrl: joyent.com
│ ├─ assert-plus@1.0.0
│ │ ├─ URL: https://github.com/mcavage/node-assert-plus.git
│ │ └─ VendorName: Mark Cavage
│ ├─ assert@1.5.0
│ │ ├─ URL: git://github.com/browserify/commonjs-assert.git
│ │ └─ VendorUrl: https://github.com/browserify/commonjs-assert
│ ├─ assign-symbols@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/assign-symbols.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/assign-symbols
│ ├─ astral-regex@2.0.0
│ │ ├─ URL: https://github.com/kevva/astral-regex.git
│ │ ├─ VendorName: Kevin Mårtensson
│ │ └─ VendorUrl: github.com/kevva
│ ├─ async-each@1.0.3
│ │ ├─ URL: git://github.com/paulmillr/async-each.git
│ │ ├─ VendorName: Paul Miller
│ │ └─ VendorUrl: https://github.com/paulmillr/async-each/
│ ├─ async-exit-hook@2.0.1
│ │ ├─ URL: https://github.com/tapppi/async-exit-hook.git
│ │ ├─ VendorName: Tapani Moilanen
│ │ └─ VendorUrl: https://github.com/tapppi
│ ├─ async-limiter@1.0.1
│ │ ├─ URL: https://github.com/strml/async-limiter.git
│ │ └─ VendorName: Samuel Reed
│ ├─ async@0.9.2
│ │ ├─ URL: https://github.com/caolan/async.git
│ │ └─ VendorName: Caolan McMahon
│ ├─ async@2.6.3
│ │ ├─ URL: https://github.com/caolan/async.git
│ │ ├─ VendorName: Caolan McMahon
│ │ └─ VendorUrl: https://caolan.github.io/async/
│ ├─ asynckit@0.4.0
│ │ ├─ URL: git+https://github.com/alexindigo/asynckit.git
│ │ ├─ VendorName: Alex Indigo
│ │ └─ VendorUrl: https://github.com/alexindigo/asynckit#readme
│ ├─ auto-bind@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/auto-bind.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ autoprefixer@9.8.6
│ │ ├─ URL: https://github.com/postcss/autoprefixer.git
│ │ └─ VendorName: Andrey Sitnik
│ ├─ available-typed-arrays@1.0.4
│ │ ├─ URL: git+https://github.com/inspect-js/available-typed-arrays.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/available-typed-arrays#readme
│ ├─ aws4@1.11.0
│ │ ├─ URL: https://github.com/mhart/aws4.git
│ │ ├─ VendorName: Michael Hart
│ │ └─ VendorUrl: https://github.com/mhart
│ ├─ axios@0.21.1
│ │ ├─ URL: https://github.com/axios/axios.git
│ │ ├─ VendorName: Matt Zabriskie
│ │ └─ VendorUrl: https://github.com/axios/axios
│ ├─ babel-code-frame@6.26.0
│ │ ├─ URL: https://github.com/babel/babel/tree/master/packages/babel-code-frame
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ babel-eslint@10.1.0
│ │ ├─ URL: https://github.com/babel/babel-eslint.git
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://github.com/babel/babel-eslint
│ ├─ babel-extract-comments@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/babel-extract-comments.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/babel-extract-comments
│ ├─ babel-helper-function-name@6.24.1
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-helper-function-name
│ ├─ babel-helper-get-function-arity@6.24.1
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity
│ ├─ babel-jest@26.6.0
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ babel-jest@26.6.3
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ babel-loader@8.1.0
│ │ ├─ URL: https://github.com/babel/babel-loader.git
│ │ ├─ VendorName: Luis Couto
│ │ └─ VendorUrl: https://github.com/babel/babel-loader
│ ├─ babel-messages@6.23.0
│ │ ├─ URL: https://github.com/babel/babel/tree/master/packages/babel-messages
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ babel-plugin-dynamic-import-node@2.3.3
│ │ ├─ URL: git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git
│ │ ├─ VendorName: Jordan Gensler
│ │ └─ VendorUrl: https://github.com/airbnb/babel-plugin-dynamic-import-node#readme
│ ├─ babel-plugin-emotion@10.2.2
│ │ ├─ URL: https://github.com/emotion-js/emotion/tree/master/packages/babel-plugin-emotion
│ │ ├─ VendorName: Kye Hohenberger
│ │ └─ VendorUrl: https://emotion.sh/
│ ├─ babel-plugin-jest-hoist@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ babel-plugin-lodash@3.3.4
│ │ ├─ URL: https://github.com/lodash/babel-plugin-lodash.git
│ │ ├─ VendorName: Graeme Yeates
│ │ └─ VendorUrl: https://github.com/megawac
│ ├─ babel-plugin-macros@2.8.0
│ │ ├─ URL: https://github.com/kentcdodds/babel-plugin-macros.git
│ │ ├─ VendorName: Kent C. Dodds
│ │ └─ VendorUrl: https://github.com/kentcdodds/babel-plugin-macros#readme
│ ├─ babel-plugin-named-asset-import@0.3.7
│ │ └─ URL: https://github.com/facebook/create-react-app.git
│ ├─ babel-plugin-polyfill-corejs2@0.2.2
│ │ └─ URL: https://github.com/babel/babel-polyfills.git
│ ├─ babel-plugin-polyfill-corejs3@0.2.3
│ │ └─ URL: https://github.com/babel/babel-polyfills.git
│ ├─ babel-plugin-polyfill-regenerator@0.2.2
│ │ └─ URL: https://github.com/babel/babel-polyfills.git
│ ├─ babel-plugin-syntax-class-properties@6.13.0
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties
│ ├─ babel-plugin-syntax-jsx@6.18.0
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx
│ ├─ babel-plugin-syntax-object-rest-spread@6.13.0
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread
│ ├─ babel-plugin-transform-class-properties@6.24.1
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties
│ ├─ babel-plugin-transform-object-rest-spread@6.26.0
│ │ └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread
│ ├─ babel-plugin-transform-react-remove-prop-types@0.4.24
│ │ ├─ URL: https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types.git
│ │ └─ VendorName: Nikita Gusakov
│ ├─ babel-polyfill@6.26.0
│ │ ├─ URL: https://github.com/babel/babel/tree/master/packages/babel-polyfill
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ babel-preset-current-node-syntax@1.0.1
│ │ ├─ URL: https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax.git
│ │ ├─ VendorName: Nicolò Ribaudo
│ │ └─ VendorUrl: https://github.com/nicolo-ribaudo
│ ├─ babel-preset-jest@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ babel-preset-react-app@10.0.0
│ │ └─ URL: https://github.com/facebook/create-react-app.git
│ ├─ babel-runtime@6.26.0
│ │ ├─ URL: https://github.com/babel/babel/tree/master/packages/babel-runtime
│ │ └─ VendorName: Sebastian McKenzie
│ ├─ babel-template@6.26.0
│ │ ├─ URL: https://github.com/babel/babel/tree/master/packages/babel-template
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ babel-traverse@6.26.0
│ │ ├─ URL: https://github.com/babel/babel/tree/master/packages/babel-traverse
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ babel-types@6.26.0
│ │ ├─ URL: https://github.com/babel/babel/tree/master/packages/babel-types
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ babylon@6.18.0
│ │ ├─ URL: https://github.com/babel/babylon
│ │ ├─ VendorName: Sebastian McKenzie
│ │ └─ VendorUrl: https://babeljs.io/
│ ├─ balanced-match@1.0.2
│ │ ├─ URL: git://github.com/juliangruber/balanced-match.git
│ │ ├─ VendorName: Julian Gruber
│ │ └─ VendorUrl: https://github.com/juliangruber/balanced-match
│ ├─ base@0.11.2
│ │ ├─ URL: https://github.com/node-base/base.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/node-base/base
│ ├─ base64-js@1.5.1
│ │ ├─ URL: git://github.com/beatgammit/base64-js.git
│ │ ├─ VendorName: T. Jameson Little
│ │ └─ VendorUrl: https://github.com/beatgammit/base64-js
│ ├─ batch-processor@1.0.0
│ │ ├─ URL: https://github.com/wnr/batch-processor.git
│ │ ├─ VendorName: Lucas Wiener
│ │ └─ VendorUrl: https://github.com/wnr/batch-processor
│ ├─ batch@0.6.1
│ │ ├─ URL: https://github.com/visionmedia/batch.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ bfj@7.0.2
│ │ ├─ URL: https://gitlab.com/philbooth/bfj.git
│ │ ├─ VendorName: Phil Booth
│ │ └─ VendorUrl: https://gitlab.com/philbooth/bfj
│ ├─ big.js@5.2.2
│ │ ├─ URL: https://github.com/MikeMcl/big.js.git
│ │ └─ VendorName: Michael Mclaughlin
│ ├─ binary-extensions@1.13.1
│ │ ├─ URL: https://github.com/sindresorhus/binary-extensions.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ binary-extensions@2.2.0
│ │ ├─ URL: https://github.com/sindresorhus/binary-extensions.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ bindings@1.5.0
│ │ ├─ URL: git://github.com/TooTallNate/node-bindings.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: https://github.com/TooTallNate/node-bindings
│ ├─ bluebird-lst@1.0.9
│ │ ├─ URL: https://github.com/develar/fs-extra-p.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/develar/fs-extra-p
│ ├─ bluebird@3.7.2
│ │ ├─ URL: git://github.com/petkaantonov/bluebird.git
│ │ ├─ VendorName: Petka Antonov
│ │ └─ VendorUrl: https://github.com/petkaantonov/bluebird
│ ├─ bn.js@4.12.0
│ │ ├─ URL: git@github.com:indutny/bn.js
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/bn.js
│ ├─ bn.js@5.2.0
│ │ ├─ URL: git@github.com:indutny/bn.js
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/bn.js
│ ├─ body-parser@1.19.0
│ │ └─ URL: https://github.com/expressjs/body-parser.git
│ ├─ bonjour@3.5.0
│ │ ├─ URL: https://github.com/watson/bonjour.git
│ │ ├─ VendorName: Thomas Watson Steen
│ │ └─ VendorUrl: https://github.com/watson/bonjour
│ ├─ boolean@3.1.2
│ │ └─ URL: git://github.com/thenativeweb/boolean.git
│ ├─ bootstrap@4.6.0
│ │ ├─ URL: git+https://github.com/twbs/bootstrap.git
│ │ ├─ VendorName: The Bootstrap Authors
│ │ └─ VendorUrl: https://getbootstrap.com/
│ ├─ boxen@5.0.1
│ │ ├─ URL: https://github.com/sindresorhus/boxen.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ brace-expansion@1.1.11
│ │ ├─ URL: git://github.com/juliangruber/brace-expansion.git
│ │ ├─ VendorName: Julian Gruber
│ │ └─ VendorUrl: https://github.com/juliangruber/brace-expansion
│ ├─ braces@2.3.2
│ │ ├─ URL: https://github.com/micromatch/braces.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/braces
│ ├─ braces@3.0.2
│ │ ├─ URL: https://github.com/micromatch/braces.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/braces
│ ├─ brorand@1.1.0
│ │ ├─ URL: git@github.com:indutny/brorand
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/brorand
│ ├─ browserify-aes@1.2.0
│ │ ├─ URL: git://github.com/crypto-browserify/browserify-aes.git
│ │ └─ VendorUrl: https://github.com/crypto-browserify/browserify-aes
│ ├─ browserify-cipher@1.0.1
│ │ ├─ URL: git@github.com:crypto-browserify/browserify-cipher.git
│ │ └─ VendorName: Calvin Metcalf
│ ├─ browserify-des@1.0.2
│ │ ├─ URL: git+https://github.com/crypto-browserify/browserify-des.git
│ │ ├─ VendorName: Calvin Metcalf
│ │ └─ VendorUrl: https://github.com/crypto-browserify/browserify-des#readme
│ ├─ browserify-rsa@4.1.0
│ │ └─ URL: https://github.com:crypto-browserify/browserify-rsa.git
│ ├─ browserify-zlib@0.2.0
│ │ ├─ URL: git+https://github.com/devongovett/browserify-zlib.git
│ │ ├─ VendorName: Devon Govett
│ │ └─ VendorUrl: https://github.com/devongovett/browserify-zlib
│ ├─ browserslist@4.14.2
│ │ ├─ URL: https://github.com/browserslist/browserslist.git
│ │ └─ VendorName: Andrey Sitnik
│ ├─ browserslist@4.16.6
│ │ ├─ URL: https://github.com/browserslist/browserslist.git
│ │ └─ VendorName: Andrey Sitnik
│ ├─ buffer-crc32@0.2.13
│ │ ├─ URL: git://github.com/brianloveswords/buffer-crc32.git
│ │ ├─ VendorName: Brian J. Brennan
│ │ └─ VendorUrl: https://github.com/brianloveswords/buffer-crc32
│ ├─ buffer-equal@1.0.0
│ │ ├─ URL: git://github.com/substack/node-buffer-equal.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ buffer-from@1.1.1
│ │ └─ URL: https://github.com/LinusU/buffer-from.git
│ ├─ buffer-indexof@1.1.1
│ │ ├─ URL: git://github.com/soldair/node-buffer-indexof.git
│ │ └─ VendorName: Ryan Day
│ ├─ buffer-xor@1.0.3
│ │ ├─ URL: https://github.com/crypto-browserify/buffer-xor.git
│ │ ├─ VendorName: Daniel Cousens
│ │ └─ VendorUrl: https://github.com/crypto-browserify/buffer-xor
│ ├─ buffer@4.9.2
│ │ ├─ URL: git://github.com/feross/buffer.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: https://github.com/feross/buffer
│ ├─ buffer@5.7.1
│ │ ├─ URL: git://github.com/feross/buffer.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: https://github.com/feross/buffer
│ ├─ builder-util-runtime@8.7.6
│ │ ├─ URL: https://github.com/electron-userland/electron-builder.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/electron-userland/electron-builder
│ ├─ builder-util-runtime@8.7.7
│ │ ├─ URL: https://github.com/electron-userland/electron-builder.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/electron-userland/electron-builder
│ ├─ builder-util@22.11.7
│ │ ├─ URL: https://github.com/electron-userland/electron-builder.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/electron-userland/electron-builder
│ ├─ builtin-modules@3.2.0
│ │ ├─ URL: https://github.com/sindresorhus/builtin-modules.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ builtin-status-codes@3.0.0
│ │ ├─ URL: https://github.com/bendrucker/builtin-status-codes.git
│ │ ├─ VendorName: Ben Drucker
│ │ └─ VendorUrl: bendrucker.me
│ ├─ bytes@3.0.0
│ │ ├─ URL: https://github.com/visionmedia/bytes.js.git
│ │ ├─ VendorName: TJ Holowaychuk
│ │ └─ VendorUrl: http://tjholowaychuk.com
│ ├─ bytes@3.1.0
│ │ ├─ URL: https://github.com/visionmedia/bytes.js.git
│ │ ├─ VendorName: TJ Holowaychuk
│ │ └─ VendorUrl: http://tjholowaychuk.com
│ ├─ cache-base@1.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/cache-base.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/cache-base
│ ├─ cacheable-request@6.1.0
│ │ ├─ URL: https://github.com/lukechilds/cacheable-request.git
│ │ ├─ VendorName: Luke Childs
│ │ └─ VendorUrl: http://lukechilds.co.uk
│ ├─ call-bind@1.0.2
│ │ ├─ URL: git+https://github.com/ljharb/call-bind.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/call-bind#readme
│ ├─ caller-callsite@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/caller-callsite.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ caller-path@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/caller-path.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ callsites@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/callsites.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ callsites@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/callsites.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ camel-case@4.1.2
│ │ ├─ URL: git://github.com/blakeembrey/change-case.git
│ │ ├─ VendorName: Blake Embrey
│ │ └─ VendorUrl: https://github.com/blakeembrey/change-case/tree/master/packages/camel-case#readme
│ ├─ camelcase-keys@6.2.2
│ │ ├─ URL: https://github.com/sindresorhus/camelcase-keys.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ camelcase@5.3.1
│ │ ├─ URL: https://github.com/sindresorhus/camelcase.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ camelcase@6.2.0
│ │ ├─ URL: https://github.com/sindresorhus/camelcase.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ caniuse-api@3.0.0
│ │ └─ URL: https://github.com/nyalab/caniuse-api.git
│ ├─ case-sensitive-paths-webpack-plugin@2.3.0
│ │ ├─ URL: git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git
│ │ ├─ VendorName: Michael Pratt
│ │ └─ VendorUrl: https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme
│ ├─ chalk@1.1.3
│ │ └─ URL: https://github.com/chalk/chalk.git
│ ├─ chalk@2.4.2
│ │ └─ URL: https://github.com/chalk/chalk.git
│ ├─ chalk@3.0.0
│ │ └─ URL: https://github.com/chalk/chalk.git
│ ├─ chalk@4.1.1
│ │ └─ URL: https://github.com/chalk/chalk.git
│ ├─ char-regex@1.0.2
│ │ ├─ URL: https://github.com/Richienb/char-regex.git
│ │ └─ VendorName: Richie Bendall
│ ├─ check-types@11.1.2
│ │ ├─ URL: https://gitlab.com/philbooth/check-types.js.git
│ │ ├─ VendorName: Phil Booth
│ │ └─ VendorUrl: https://gitlab.com/philbooth/check-types.js
│ ├─ chokidar@2.1.8
│ │ ├─ URL: https://github.com/paulmillr/chokidar.git
│ │ ├─ VendorName: Paul Miller
│ │ └─ VendorUrl: https://github.com/paulmillr/chokidar
│ ├─ chokidar@3.5.2
│ │ ├─ URL: git+https://github.com/paulmillr/chokidar.git
│ │ ├─ VendorName: Paul Miller
│ │ └─ VendorUrl: https://github.com/paulmillr/chokidar
│ ├─ chrome-trace-event@1.0.3
│ │ ├─ URL: https://github.com/samccone/chrome-trace-event.git
│ │ └─ VendorName: Trent Mick, Sam Saccone
│ ├─ chromium-pickle-js@0.2.0
│ │ └─ URL: https://github.com/electron/node-chromium-pickle-js.git
│ ├─ ci-info@2.0.0
│ │ ├─ URL: https://github.com/watson/ci-info.git
│ │ ├─ VendorName: Thomas Watson Steen
│ │ └─ VendorUrl: https://github.com/watson/ci-info
│ ├─ ci-info@3.2.0
│ │ ├─ URL: https://github.com/watson/ci-info.git
│ │ ├─ VendorName: Thomas Watson Steen
│ │ └─ VendorUrl: https://github.com/watson/ci-info
│ ├─ cipher-base@1.0.4
│ │ ├─ URL: git+https://github.com/crypto-browserify/cipher-base.git
│ │ ├─ VendorName: Calvin Metcalf
│ │ └─ VendorUrl: https://github.com/crypto-browserify/cipher-base#readme
│ ├─ cjs-module-lexer@0.6.0
│ │ ├─ URL: git+https://github.com/guybedford/cjs-module-lexer.git
│ │ ├─ VendorName: Guy Bedford
│ │ └─ VendorUrl: https://github.com/guybedford/cjs-module-lexer#readme
│ ├─ class-utils@0.3.6
│ │ ├─ URL: https://github.com/jonschlinkert/class-utils.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/class-utils
│ ├─ classnames@2.3.1
│ │ ├─ URL: https://github.com/JedWatson/classnames.git
│ │ └─ VendorName: Jed Watson
│ ├─ clean-css@4.2.3
│ │ ├─ URL: https://github.com/jakubpawlowicz/clean-css.git
│ │ ├─ VendorName: Jakub Pawlowicz
│ │ └─ VendorUrl: https://github.com/jakubpawlowicz/clean-css
│ ├─ clean-stack@2.2.0
│ │ ├─ URL: https://github.com/sindresorhus/clean-stack.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ cli-boxes@2.2.1
│ │ ├─ URL: https://github.com/sindresorhus/cli-boxes.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ cli-truncate@1.1.0
│ │ ├─ URL: https://github.com/sindresorhus/cli-truncate.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ clone-deep@4.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/clone-deep.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/clone-deep
│ ├─ clone-response@1.0.2
│ │ ├─ URL: git+https://github.com/lukechilds/clone-response.git
│ │ ├─ VendorName: Luke Childs
│ │ └─ VendorUrl: https://github.com/lukechilds/clone-response
│ ├─ closest@0.0.1
│ │ ├─ URL: https://github.com/ForbesLindesay/closest.git
│ │ └─ VendorName: Jonathan Ong
│ ├─ co@4.6.0
│ │ └─ URL: https://github.com/tj/co.git
│ ├─ coa@2.0.2
│ │ ├─ URL: git://github.com/veged/coa.git
│ │ ├─ VendorName: Sergey Berezhnoy
│ │ └─ VendorUrl: http://github.com/veged/coa
│ ├─ code-point-at@1.1.0
│ │ ├─ URL: https://github.com/sindresorhus/code-point-at.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ collect-v8-coverage@1.0.1
│ │ └─ URL: https://github.com/SimenB/collect-v8-coverage.git
│ ├─ collection-visit@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/collection-visit.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/collection-visit
│ ├─ color-convert@1.9.3
│ │ ├─ URL: https://github.com/Qix-/color-convert.git
│ │ └─ VendorName: Heather Arthur
│ ├─ color-convert@2.0.1
│ │ ├─ URL: https://github.com/Qix-/color-convert.git
│ │ └─ VendorName: Heather Arthur
│ ├─ color-name@1.1.3
│ │ ├─ URL: git@github.com:dfcreative/color-name.git
│ │ ├─ VendorName: DY
│ │ └─ VendorUrl: https://github.com/dfcreative/color-name
│ ├─ color-name@1.1.4
│ │ ├─ URL: git@github.com:colorjs/color-name.git
│ │ ├─ VendorName: DY
│ │ └─ VendorUrl: https://github.com/colorjs/color-name
│ ├─ color-string@1.6.0
│ │ ├─ URL: https://github.com/Qix-/color-string.git
│ │ └─ VendorName: Heather Arthur
│ ├─ color@3.2.1
│ │ └─ URL: https://github.com/Qix-/color.git
│ ├─ colorette@1.2.2
│ │ ├─ URL: https://github.com/jorgebucaran/colorette.git
│ │ └─ VendorName: Jorge Bucaran
│ ├─ colors@1.0.3
│ │ ├─ URL: http://github.com/Marak/colors.js.git
│ │ ├─ VendorName: Marak Squires
│ │ └─ VendorUrl: https://github.com/Marak/colors.js
│ ├─ combined-stream@1.0.8
│ │ ├─ URL: git://github.com/felixge/node-combined-stream.git
│ │ ├─ VendorName: Felix Geisendörfer
│ │ └─ VendorUrl: https://github.com/felixge/node-combined-stream
│ ├─ commander@2.20.3
│ │ ├─ URL: https://github.com/tj/commander.js.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ commander@2.9.0
│ │ ├─ URL: https://github.com/tj/commander.js.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ commander@4.1.1
│ │ ├─ URL: https://github.com/tj/commander.js.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ commander@5.1.0
│ │ ├─ URL: https://github.com/tj/commander.js.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ commander@7.2.0
│ │ ├─ URL: https://github.com/tj/commander.js.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ common-tags@1.8.0
│ │ ├─ URL: https://github.com/declandewet/common-tags
│ │ ├─ VendorName: Declan de Wet
│ │ └─ VendorUrl: https://github.com/declandewet/common-tags
│ ├─ commondir@1.0.1
│ │ ├─ URL: http://github.com/substack/node-commondir.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ component-emitter@1.3.0
│ │ └─ URL: https://github.com/component/emitter.git
│ ├─ compose-function@3.0.3
│ │ ├─ URL: http://github.com/stoeffel/compose-function
│ │ ├─ VendorName: stoeffel
│ │ └─ VendorUrl: http://github.com/stoeffel/compose-function
│ ├─ compressible@2.0.18
│ │ └─ URL: https://github.com/jshttp/compressible.git
│ ├─ compression@1.7.4
│ │ └─ URL: https://github.com/expressjs/compression.git
│ ├─ concat-map@0.0.1
│ │ ├─ URL: git://github.com/substack/node-concat-map.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ concat-stream@1.6.2
│ │ ├─ URL: http://github.com/maxogden/concat-stream.git
│ │ └─ VendorName: Max Ogden
│ ├─ concurrently@6.2.0
│ │ ├─ URL: https://github.com/kimmobrunfeldt/concurrently.git
│ │ └─ VendorName: Kimmo Brunfeldt
│ ├─ condense-newlines@0.2.1
│ │ ├─ URL: https://github.com/jonschlinkert/condense-newlines.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/condense-newlines
│ ├─ config-chain@1.1.13
│ │ ├─ URL: https://github.com/dominictarr/config-chain.git
│ │ ├─ VendorName: Dominic Tarr
│ │ └─ VendorUrl: http://github.com/dominictarr/config-chain
│ ├─ confusing-browser-globals@1.0.10
│ │ └─ URL: https://github.com/facebook/create-react-app.git
│ ├─ connect-history-api-fallback@1.6.0
│ │ ├─ URL: http://github.com/bripkens/connect-history-api-fallback.git
│ │ ├─ VendorName: Ben Ripkens
│ │ └─ VendorUrl: http://bripkens.de
│ ├─ console-browserify@1.2.0
│ │ ├─ URL: git://github.com/browserify/console-browserify.git
│ │ ├─ VendorName: Raynos
│ │ └─ VendorUrl: https://github.com/browserify/console-browserify
│ ├─ constants-browserify@1.0.0
│ │ ├─ URL: git://github.com/juliangruber/constants-browserify.git
│ │ ├─ VendorName: Julian Gruber
│ │ └─ VendorUrl: https://github.com/juliangruber/constants-browserify
│ ├─ content-disposition@0.5.3
│ │ ├─ URL: https://github.com/jshttp/content-disposition.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ content-type@1.0.4
│ │ ├─ URL: https://github.com/jshttp/content-type.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ convert-source-map@0.3.5
│ │ ├─ URL: git://github.com/thlorenz/convert-source-map.git
│ │ ├─ VendorName: Thorsten Lorenz
│ │ └─ VendorUrl: https://github.com/thlorenz/convert-source-map
│ ├─ convert-source-map@1.7.0
│ │ ├─ URL: git://github.com/thlorenz/convert-source-map.git
│ │ ├─ VendorName: Thorsten Lorenz
│ │ └─ VendorUrl: https://github.com/thlorenz/convert-source-map
│ ├─ convert-source-map@1.8.0
│ │ ├─ URL: git://github.com/thlorenz/convert-source-map.git
│ │ ├─ VendorName: Thorsten Lorenz
│ │ └─ VendorUrl: https://github.com/thlorenz/convert-source-map
│ ├─ cookie-signature@1.0.6
│ │ ├─ URL: https://github.com/visionmedia/node-cookie-signature.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ cookie@0.4.0
│ │ ├─ URL: https://github.com/jshttp/cookie.git
│ │ └─ VendorName: Roman Shtylman
│ ├─ copy-descriptor@0.1.1
│ │ ├─ URL: https://github.com/jonschlinkert/copy-descriptor.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/copy-descriptor
│ ├─ copyfiles@2.4.1
│ │ └─ URL: git://github.com/calvinmetcalf/copyfiles.git
│ ├─ core-js-compat@3.15.2
│ │ └─ URL: https://github.com/zloirock/core-js.git
│ ├─ core-js-pure@3.15.2
│ │ └─ URL: https://github.com/zloirock/core-js.git
│ ├─ core-js@2.6.12
│ │ └─ URL: https://github.com/zloirock/core-js.git
│ ├─ core-js@3.15.2
│ │ └─ URL: https://github.com/zloirock/core-js.git
│ ├─ core-util-is@1.0.2
│ │ ├─ URL: git://github.com/isaacs/core-util-is
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ cosmiconfig@5.2.1
│ │ ├─ URL: git+https://github.com/davidtheclark/cosmiconfig.git
│ │ ├─ VendorName: David Clark
│ │ └─ VendorUrl: https://github.com/davidtheclark/cosmiconfig#readme
│ ├─ cosmiconfig@6.0.0
│ │ ├─ URL: git+https://github.com/davidtheclark/cosmiconfig.git
│ │ ├─ VendorName: David Clark
│ │ └─ VendorUrl: https://github.com/davidtheclark/cosmiconfig#readme
│ ├─ cosmiconfig@7.0.0
│ │ ├─ URL: git+https://github.com/davidtheclark/cosmiconfig.git
│ │ ├─ VendorName: David Clark
│ │ └─ VendorUrl: https://github.com/davidtheclark/cosmiconfig#readme
│ ├─ crc@3.8.0
│ │ ├─ URL: git://github.com/alexgorbatchev/node-crc.git
│ │ ├─ VendorName: Alex Gorbatchev
│ │ └─ VendorUrl: https://github.com/alexgorbatchev/node-crc
│ ├─ create-ecdh@4.0.4
│ │ ├─ URL: https://github.com/crypto-browserify/createECDH.git
│ │ ├─ VendorName: Calvin Metcalf
│ │ └─ VendorUrl: https://github.com/crypto-browserify/createECDH
│ ├─ create-hash@1.2.0
│ │ ├─ URL: git@github.com:crypto-browserify/createHash.git
│ │ └─ VendorUrl: https://github.com/crypto-browserify/createHash
│ ├─ create-hmac@1.1.7
│ │ ├─ URL: https://github.com/crypto-browserify/createHmac.git
│ │ └─ VendorUrl: https://github.com/crypto-browserify/createHmac
│ ├─ cross-env@7.0.3
│ │ ├─ URL: https://github.com/kentcdodds/cross-env.git
│ │ ├─ VendorName: Kent C. Dodds
│ │ └─ VendorUrl: https://github.com/kentcdodds/cross-env#readme
│ ├─ cross-spawn@6.0.5
│ │ ├─ URL: git@github.com:moxystudio/node-cross-spawn.git
│ │ ├─ VendorName: André Cruz
│ │ └─ VendorUrl: https://github.com/moxystudio/node-cross-spawn
│ ├─ cross-spawn@7.0.3
│ │ ├─ URL: git@github.com:moxystudio/node-cross-spawn.git
│ │ ├─ VendorName: André Cruz
│ │ └─ VendorUrl: https://github.com/moxystudio/node-cross-spawn
│ ├─ crypto-browserify@3.12.0
│ │ ├─ URL: git://github.com/crypto-browserify/crypto-browserify.git
│ │ ├─ VendorName: Dominic Tarr
│ │ └─ VendorUrl: https://github.com/crypto-browserify/crypto-browserify
│ ├─ crypto-random-string@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/crypto-random-string.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ crypto-random-string@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/crypto-random-string.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ css-color-names@0.0.4
│ │ ├─ URL: git://github.com/bahamas10/css-color-names.git
│ │ ├─ VendorName: Dave Eddy
│ │ └─ VendorUrl: http://www.daveeddy.com
│ ├─ css-declaration-sorter@4.0.1
│ │ ├─ URL: https://github.com/Siilwyn/css-declaration-sorter.git
│ │ ├─ VendorName: Selwyn
│ │ └─ VendorUrl: https://selwyn.cc/
│ ├─ css-loader@4.3.0
│ │ ├─ URL: https://github.com/webpack-contrib/css-loader.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack-contrib/css-loader
│ ├─ css-select-base-adapter@0.1.1
│ │ ├─ URL: https://github.com/nrkn/css-select-base-adapter.git
│ │ ├─ VendorName: Nik Coughlin
│ │ └─ VendorUrl: https://github.com/nrkn/css-select-base-adapter#readme
│ ├─ css-tree@1.0.0-alpha.37
│ │ ├─ URL: https://github.com/csstree/csstree.git
│ │ ├─ VendorName: Roman Dvornov
│ │ └─ VendorUrl: https://github.com/lahmatiy
│ ├─ css-tree@1.1.3
│ │ ├─ URL: https://github.com/csstree/csstree.git
│ │ ├─ VendorName: Roman Dvornov
│ │ └─ VendorUrl: https://github.com/lahmatiy
│ ├─ css@2.2.4
│ │ ├─ URL: https://github.com/reworkcss/css.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ cssesc@2.0.0
│ │ ├─ URL: https://github.com/mathiasbynens/cssesc.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/cssesc
│ ├─ cssesc@3.0.0
│ │ ├─ URL: https://github.com/mathiasbynens/cssesc.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/cssesc
│ ├─ cssnano-preset-default@4.0.8
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ cssnano-util-get-arguments@4.0.0
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ cssnano-util-get-match@4.0.0
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ cssnano-util-raw-cache@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ cssnano-util-same-parent@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ cssnano@4.1.11
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ csso@4.2.0
│ │ ├─ URL: https://github.com/css/csso.git
│ │ ├─ VendorName: Sergey Kryzhanovsky
│ │ └─ VendorUrl: https://github.com/css/csso
│ ├─ cssom@0.3.8
│ │ ├─ URL: https://github.com/NV/CSSOM.git
│ │ └─ VendorName: Nikita Vasilyev
│ ├─ cssom@0.4.4
│ │ ├─ URL: https://github.com/NV/CSSOM.git
│ │ └─ VendorName: Nikita Vasilyev
│ ├─ cssstyle@2.3.0
│ │ ├─ URL: https://github.com/jsdom/cssstyle.git
│ │ └─ VendorUrl: https://github.com/jsdom/cssstyle
│ ├─ csstype@2.6.17
│ │ ├─ URL: https://github.com/frenic/csstype
│ │ └─ VendorName: Fredrik Nicol
│ ├─ csstype@3.0.8
│ │ ├─ URL: https://github.com/frenic/csstype
│ │ └─ VendorName: Fredrik Nicol
│ ├─ cyclist@1.0.1
│ │ ├─ URL: git://github.com/mafintosh/cyclist
│ │ ├─ VendorName: Mathias Buus Madsen
│ │ └─ VendorUrl: https://github.com/mafintosh/cyclist
│ ├─ dagre@0.8.5
│ │ ├─ URL: https://github.com/dagrejs/dagre.git
│ │ └─ VendorName: Chris Pettitt
│ ├─ dashdash@1.14.1
│ │ ├─ URL: git://github.com/trentm/node-dashdash.git
│ │ ├─ VendorName: Trent Mick
│ │ └─ VendorUrl: http://trentm.com
│ ├─ data-urls@2.0.0
│ │ ├─ URL: https://github.com/jsdom/data-urls.git
│ │ ├─ VendorName: Domenic Denicola
│ │ └─ VendorUrl: https://domenic.me/
│ ├─ date-fns@2.23.0
│ │ └─ URL: https://github.com/date-fns/date-fns
│ ├─ debug@2.6.9
│ │ ├─ URL: git://github.com/visionmedia/debug.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ debug@3.2.7
│ │ ├─ URL: git://github.com/visionmedia/debug.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ debug@4.3.2
│ │ ├─ URL: git://github.com/visionmedia/debug.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ decamelize-keys@1.1.0
│ │ ├─ URL: https://github.com/dsblv/decamelize-keys.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: http://sindresorhus.com
│ ├─ decamelize@1.2.0
│ │ ├─ URL: https://github.com/sindresorhus/decamelize.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ decimal.js@10.3.1
│ │ ├─ URL: https://github.com/MikeMcl/decimal.js.git
│ │ └─ VendorName: Michael Mclaughlin
│ ├─ decode-uri-component@0.2.0
│ │ ├─ URL: https://github.com/SamVerschueren/decode-uri-component.git
│ │ ├─ VendorName: Sam Verschueren
│ │ └─ VendorUrl: github.com/SamVerschueren
│ ├─ decompress-response@3.3.0
│ │ └─ URL: https://github.com/sindresorhus/decompress-response.git
│ ├─ dedent@0.7.0
│ │ ├─ URL: git://github.com/dmnd/dedent.git
│ │ ├─ VendorName: Desmond Brand
│ │ └─ VendorUrl: https://github.com/dmnd/dedent
│ ├─ deep-diff@0.3.8
│ │ ├─ URL: git://github.com/flitbit/diff.git
│ │ └─ VendorName: Phillip Clark
│ ├─ deep-equal@1.1.1
│ │ ├─ URL: http://github.com/substack/node-deep-equal.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ deep-equal@2.0.5
│ │ ├─ URL: http://github.com/inspect-js/node-deep-equal.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ deep-extend@0.6.0
│ │ ├─ URL: git://github.com/unclechu/node-deep-extend.git
│ │ ├─ VendorName: Viacheslav Lotsmanov
│ │ └─ VendorUrl: https://github.com/unclechu/node-deep-extend
│ ├─ deep-is@0.1.3
│ │ ├─ URL: http://github.com/thlorenz/deep-is.git
│ │ ├─ VendorName: Thorsten Lorenz
│ │ └─ VendorUrl: http://thlorenz.com
│ ├─ deepmerge@4.2.2
│ │ ├─ URL: git://github.com/TehShrike/deepmerge.git
│ │ └─ VendorUrl: https://github.com/TehShrike/deepmerge
│ ├─ defer-to-connect@1.1.3
│ │ ├─ URL: git+https://github.com/szmarczak/defer-to-connect.git
│ │ ├─ VendorName: Szymon Marczak
│ │ └─ VendorUrl: https://github.com/szmarczak/defer-to-connect#readme
│ ├─ define-properties@1.1.3
│ │ ├─ URL: git://github.com/ljharb/define-properties.git
│ │ └─ VendorName: Jordan Harband
│ ├─ define-property@0.2.5
│ │ ├─ URL: https://github.com/jonschlinkert/define-property.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/define-property
│ ├─ define-property@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/define-property.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/define-property
│ ├─ define-property@2.0.2
│ │ ├─ URL: https://github.com/jonschlinkert/define-property.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/define-property
│ ├─ del@4.1.1
│ │ ├─ URL: https://github.com/sindresorhus/del.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ delayed-stream@1.0.0
│ │ ├─ URL: git://github.com/felixge/node-delayed-stream.git
│ │ ├─ VendorName: Felix Geisendörfer
│ │ └─ VendorUrl: https://github.com/felixge/node-delayed-stream
│ ├─ delegates@1.0.0
│ │ └─ URL: https://github.com/visionmedia/node-delegates.git
│ ├─ depd@1.1.2
│ │ ├─ URL: https://github.com/dougwilson/nodejs-depd.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ dequal@2.0.2
│ │ ├─ URL: https://github.com/lukeed/dequal.git
│ │ ├─ VendorName: Luke Edwards
│ │ └─ VendorUrl: https://lukeed.com
│ ├─ des.js@1.0.1
│ │ ├─ URL: git+ssh://git@github.com/indutny/des.js.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/des.js#readme
│ ├─ destroy@1.0.4
│ │ ├─ URL: https://github.com/stream-utils/destroy.git
│ │ ├─ VendorName: Jonathan Ong
│ │ └─ VendorUrl: http://jongleberry.com
│ ├─ detect-newline@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/detect-newline.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ detect-node@2.1.0
│ │ ├─ URL: https://github.com/iliakan/detect-node
│ │ ├─ VendorName: Ilya Kantor
│ │ └─ VendorUrl: https://github.com/iliakan/detect-node
│ ├─ detect-port-alt@1.1.6
│ │ ├─ URL: git://github.com/node-modules/detect-port.git
│ │ └─ VendorUrl: https://github.com/node-modules/detect-port
│ ├─ diff-sequences@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ diffie-hellman@5.0.3
│ │ ├─ URL: https://github.com/crypto-browserify/diffie-hellman.git
│ │ ├─ VendorName: Calvin Metcalf
│ │ └─ VendorUrl: https://github.com/crypto-browserify/diffie-hellman
│ ├─ dir-compare@2.4.0
│ │ ├─ URL: https://github.com/gliviu/dir-compare
│ │ └─ VendorName: Liviu Grigorescu
│ ├─ dir-glob@3.0.1
│ │ ├─ URL: https://github.com/kevva/dir-glob.git
│ │ ├─ VendorName: Kevin Mårtensson
│ │ └─ VendorUrl: github.com/kevva
│ ├─ dmg-builder@22.11.7
│ │ ├─ URL: https://github.com/electron-userland/electron-builder.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/electron-userland/electron-builder
│ ├─ dnd-core@14.0.0
│ │ └─ URL: https://github.com/react-dnd/react-dnd.git
│ ├─ dns-equal@1.0.0
│ │ ├─ URL: git+https://github.com/watson/dns-equal.git
│ │ ├─ VendorName: Thomas Watson Steen
│ │ └─ VendorUrl: https://github.com/watson/dns-equal#readme
│ ├─ dns-packet@1.3.4
│ │ ├─ URL: https://github.com/mafintosh/dns-packet
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/dns-packet
│ ├─ dns-txt@2.0.2
│ │ ├─ URL: https://github.com/watson/dns-txt.git
│ │ ├─ VendorName: Thomas Watson Steen
│ │ └─ VendorUrl: https://github.com/watson/dns-txt
│ ├─ dom-accessibility-api@0.5.6
│ │ └─ URL: https://github.com/eps1lon/dom-accessibility-api.git
│ ├─ dom-converter@0.2.0
│ │ ├─ URL: https://github.com/AriaMinaei/dom-converter
│ │ └─ VendorName: Aria Minaei
│ ├─ dom-helpers@3.4.0
│ │ ├─ URL: https://github.com/jquense/dom-helpers.git
│ │ └─ VendorName: Jason Quense
│ ├─ dom-helpers@5.2.1
│ │ ├─ URL: git+https://github.com/react-bootstrap/dom-helpers.git
│ │ ├─ VendorName: Jason Quense
│ │ └─ VendorUrl: https://github.com/react-bootstrap/dom-helpers#readme
│ ├─ dom-serializer@0.2.2
│ │ ├─ URL: git://github.com/cheeriojs/dom-renderer.git
│ │ └─ VendorName: Felix Boehm
│ ├─ dom-serializer@1.3.2
│ │ ├─ URL: git://github.com/cheeriojs/dom-renderer.git
│ │ └─ VendorName: Felix Boehm
│ ├─ domain-browser@1.2.0
│ │ ├─ URL: https://github.com/bevry/domain-browser.git
│ │ ├─ VendorName: 2013+ Bevry Pty Ltd
│ │ └─ VendorUrl: https://github.com/bevry/domain-browser
│ ├─ domexception@2.0.1
│ │ ├─ URL: https://github.com/jsdom/domexception.git
│ │ ├─ VendorName: Domenic Denicola
│ │ └─ VendorUrl: https://domenic.me/
│ ├─ dot-case@3.0.4
│ │ ├─ URL: git://github.com/blakeembrey/change-case.git
│ │ ├─ VendorName: Blake Embrey
│ │ └─ VendorUrl: https://github.com/blakeembrey/change-case/tree/master/packages/dot-case#readme
│ ├─ dot-prop@5.3.0
│ │ ├─ URL: https://github.com/sindresorhus/dot-prop.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ duplexer@0.1.2
│ │ ├─ URL: git://github.com/Raynos/duplexer.git
│ │ ├─ VendorName: Raynos
│ │ └─ VendorUrl: https://github.com/Raynos/duplexer
│ ├─ duplexify@3.7.1
│ │ ├─ URL: git://github.com/mafintosh/duplexify
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/duplexify
│ ├─ ecc-jsbn@0.1.2
│ │ ├─ URL: https://github.com/quartzjer/ecc-jsbn.git
│ │ ├─ VendorName: Jeremie Miller
│ │ └─ VendorUrl: https://github.com/quartzjer/ecc-jsbn
│ ├─ editorconfig@0.15.3
│ │ ├─ URL: git://github.com/editorconfig/editorconfig-core-js.git
│ │ └─ VendorName: EditorConfig Team
│ ├─ ee-first@1.1.1
│ │ ├─ URL: https://github.com/jonathanong/ee-first.git
│ │ ├─ VendorName: Jonathan Ong
│ │ └─ VendorUrl: http://jongleberry.com
│ ├─ electron-builder@22.11.7
│ │ ├─ URL: https://github.com/electron-userland/electron-builder.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/electron-userland/electron-builder
│ ├─ electron-devtools-installer@3.2.0
│ │ ├─ URL: https://github.com/MarshallOfSound/electron-devtools-installer.git
│ │ ├─ VendorName: Samuel Attard
│ │ └─ VendorUrl: https://www.samuelattard.com
│ ├─ electron-publish@22.11.7
│ │ ├─ URL: https://github.com/electron-userland/electron-builder.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/electron-userland/electron-builder
│ ├─ electron@13.1.7
│ │ ├─ URL: https://github.com/electron/electron
│ │ └─ VendorName: Electron Community
│ ├─ element-resize-detector@1.2.3
│ │ ├─ URL: git://github.com/wnr/element-resize-detector.git
│ │ └─ VendorUrl: https://github.com/wnr/element-resize-detector
│ ├─ elliptic@6.5.4
│ │ ├─ URL: git@github.com:indutny/elliptic
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/elliptic
│ ├─ emittery@0.7.2
│ │ ├─ URL: https://github.com/sindresorhus/emittery.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ emoji-regex@7.0.3
│ │ ├─ URL: https://github.com/mathiasbynens/emoji-regex.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/emoji-regex
│ ├─ emoji-regex@8.0.0
│ │ ├─ URL: https://github.com/mathiasbynens/emoji-regex.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/emoji-regex
│ ├─ emoji-regex@9.2.2
│ │ ├─ URL: https://github.com/mathiasbynens/emoji-regex.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/emoji-regex
│ ├─ emojis-list@2.1.0
│ │ ├─ URL: git+https://github.com/kikobeats/emojis-list.git
│ │ ├─ VendorName: Kiko Beats
│ │ └─ VendorUrl: https://github.com/Kikobeats/emojis-list
│ ├─ emojis-list@3.0.0
│ │ ├─ URL: git+https://github.com/kikobeats/emojis-list.git
│ │ ├─ VendorName: Kiko Beats
│ │ └─ VendorUrl: https://nidecoc.io/Kikobeats/emojis-list
│ ├─ encodeurl@1.0.2
│ │ └─ URL: https://github.com/pillarjs/encodeurl.git
│ ├─ end-of-stream@1.4.4
│ │ ├─ URL: git://github.com/mafintosh/end-of-stream.git
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/end-of-stream
│ ├─ enhanced-resolve@4.5.0
│ │ ├─ URL: git://github.com/webpack/enhanced-resolve.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: http://github.com/webpack/enhanced-resolve
│ ├─ enquirer@2.3.6
│ │ ├─ URL: https://github.com/enquirer/enquirer.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/enquirer/enquirer
│ ├─ env-paths@2.2.1
│ │ ├─ URL: https://github.com/sindresorhus/env-paths.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ envinfo@7.8.1
│ │ ├─ URL: https://github.com/tabrindle/envinfo
│ │ └─ VendorName: tabrindle@gmail.com
│ ├─ errno@0.1.8
│ │ └─ URL: https://github.com/rvagg/node-errno.git
│ ├─ error-ex@1.3.2
│ │ └─ URL: https://github.com/qix-/node-error-ex.git
│ ├─ error-stack-parser@2.0.6
│ │ ├─ URL: git://github.com/stacktracejs/error-stack-parser.git
│ │ └─ VendorUrl: https://www.stacktracejs.com/
│ ├─ es-abstract@1.18.3
│ │ ├─ URL: git://github.com/ljharb/es-abstract.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ es-get-iterator@1.1.2
│ │ ├─ URL: git+https://github.com/ljharb/es-get-iterator.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/es-get-iterator#readme
│ ├─ es-to-primitive@1.2.1
│ │ ├─ URL: git://github.com/ljharb/es-to-primitive.git
│ │ └─ VendorName: Jordan Harband
│ ├─ es6-error@4.1.1
│ │ ├─ URL: https://github.com/bjyoungblood/es6-error.git
│ │ ├─ VendorName: Ben Youngblood
│ │ └─ VendorUrl: https://github.com/bjyoungblood/es6-error
│ ├─ es6-iterator@2.0.3
│ │ ├─ URL: git://github.com/medikoo/es6-iterator.git
│ │ ├─ VendorName: Mariusz Nowak
│ │ └─ VendorUrl: http://www.medikoo.com/
│ ├─ escalade@3.1.1
│ │ ├─ URL: https://github.com/lukeed/escalade.git
│ │ ├─ VendorName: Luke Edwards
│ │ └─ VendorUrl: https://lukeed.com
│ ├─ escape-goat@2.1.1
│ │ ├─ URL: https://github.com/sindresorhus/escape-goat.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ escape-html@1.0.3
│ │ └─ URL: https://github.com/component/escape-html.git
│ ├─ escape-string-regexp@1.0.5
│ │ ├─ URL: https://github.com/sindresorhus/escape-string-regexp.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ escape-string-regexp@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/escape-string-regexp.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ escape-string-regexp@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/escape-string-regexp.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ eslint-config-prettier@8.3.0
│ │ ├─ URL: https://github.com/prettier/eslint-config-prettier.git
│ │ └─ VendorName: Simon Lydell
│ ├─ eslint-config-react-app@6.0.0
│ │ └─ URL: https://github.com/facebook/create-react-app.git
│ ├─ eslint-import-resolver-node@0.3.4
│ │ ├─ URL: https://github.com/benmosher/eslint-plugin-import
│ │ ├─ VendorName: Ben Mosher
│ │ └─ VendorUrl: https://github.com/benmosher/eslint-plugin-import
│ ├─ eslint-loader@4.0.2
│ │ ├─ URL: https://github.com/webpack-contrib/eslint-loader.git
│ │ ├─ VendorName: Maxime Thirouin
│ │ └─ VendorUrl: https://github.com/webpack-contrib/eslint-loader
│ ├─ eslint-module-utils@2.6.1
│ │ ├─ URL: git+https://github.com/benmosher/eslint-plugin-import.git
│ │ ├─ VendorName: Ben Mosher
│ │ └─ VendorUrl: https://github.com/benmosher/eslint-plugin-import#readme
│ ├─ eslint-plugin-import@2.23.4
│ │ ├─ URL: https://github.com/benmosher/eslint-plugin-import
│ │ ├─ VendorName: Ben Mosher
│ │ └─ VendorUrl: https://github.com/benmosher/eslint-plugin-import
│ ├─ eslint-plugin-jest@24.4.0
│ │ ├─ URL: https://github.com/jest-community/eslint-plugin-jest.git
│ │ ├─ VendorName: Jonathan Kim
│ │ └─ VendorUrl: jkimbo.com
│ ├─ eslint-plugin-jsx-a11y@6.4.1
│ │ ├─ URL: https://github.com/evcohen/eslint-plugin-jsx-a11y
│ │ └─ VendorName: Ethan Cohen
│ ├─ eslint-plugin-prettier@3.4.0
│ │ ├─ URL: git+https://github.com/prettier/eslint-plugin-prettier.git
│ │ ├─ VendorName: Teddy Katz
│ │ └─ VendorUrl: https://github.com/prettier/eslint-plugin-prettier#readme
│ ├─ eslint-plugin-react-hooks@4.2.0
│ │ ├─ URL: https://github.com/facebook/react.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ eslint-plugin-react@7.24.0
│ │ ├─ URL: https://github.com/yannickcr/eslint-plugin-react
│ │ ├─ VendorName: Yannick Croissant
│ │ └─ VendorUrl: https://github.com/yannickcr/eslint-plugin-react
│ ├─ eslint-plugin-testing-library@3.10.2
│ │ ├─ URL: https://github.com/testing-library/eslint-plugin-testing-library
│ │ ├─ VendorName: Mario Beltrán Alarcón
│ │ └─ VendorUrl: https://github.com/testing-library/eslint-plugin-testing-library
│ ├─ eslint-utils@2.1.0
│ │ ├─ URL: git+https://github.com/mysticatea/eslint-utils.git
│ │ ├─ VendorName: Toru Nagashima
│ │ └─ VendorUrl: https://github.com/mysticatea/eslint-utils#readme
│ ├─ eslint-utils@3.0.0
│ │ ├─ URL: git+https://github.com/mysticatea/eslint-utils.git
│ │ ├─ VendorName: Toru Nagashima
│ │ └─ VendorUrl: https://github.com/mysticatea/eslint-utils#readme
│ ├─ eslint-webpack-plugin@2.5.4
│ │ ├─ URL: https://github.com/webpack-contrib/eslint-webpack-plugin.git
│ │ ├─ VendorName: Ricardo Gobbo de Souza
│ │ └─ VendorUrl: https://github.com/webpack-contrib/eslint-webpack-plugin
│ ├─ eslint@7.31.0
│ │ ├─ URL: https://github.com/eslint/eslint.git
│ │ ├─ VendorName: Nicholas C. Zakas
│ │ └─ VendorUrl: https://eslint.org/
│ ├─ estree-walker@0.6.1
│ │ ├─ URL: https://github.com/Rich-Harris/estree-walker
│ │ └─ VendorName: Rich Harris
│ ├─ estree-walker@1.0.1
│ │ ├─ URL: https://github.com/Rich-Harris/estree-walker
│ │ └─ VendorName: Rich Harris
│ ├─ etag@1.8.1
│ │ └─ URL: https://github.com/jshttp/etag.git
│ ├─ eventemitter3@4.0.7
│ │ ├─ URL: git://github.com/primus/eventemitter3.git
│ │ └─ VendorName: Arnout Kazemier
│ ├─ events@3.3.0
│ │ ├─ URL: git://github.com/Gozala/events.git
│ │ ├─ VendorName: Irakli Gozalishvili
│ │ └─ VendorUrl: http://jeditoolkit.com
│ ├─ eventsource@1.1.0
│ │ ├─ URL: git://github.com/EventSource/eventsource.git
│ │ ├─ VendorName: Aslak Hellesøy
│ │ └─ VendorUrl: http://github.com/EventSource/eventsource
│ ├─ evp_bytestokey@1.0.3
│ │ ├─ URL: https://github.com/crypto-browserify/EVP_BytesToKey.git
│ │ ├─ VendorName: Calvin Metcalf
│ │ └─ VendorUrl: https://github.com/crypto-browserify/EVP_BytesToKey
│ ├─ exec-sh@0.3.6
│ │ ├─ URL: git@github.com:tsertkov/exec-sh.git
│ │ └─ VendorName: Aleksandr Tsertkov
│ ├─ execa@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/execa.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ execa@4.1.0
│ │ ├─ URL: https://github.com/sindresorhus/execa.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ execa@5.1.1
│ │ ├─ URL: https://github.com/sindresorhus/execa.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ exit@0.1.2
│ │ ├─ URL: git://github.com/cowboy/node-exit.git
│ │ ├─ VendorName: “Cowboy” Ben Alman
│ │ └─ VendorUrl: https://github.com/cowboy/node-exit
│ ├─ expand-brackets@2.1.4
│ │ ├─ URL: https://github.com/jonschlinkert/expand-brackets.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/expand-brackets
│ ├─ expect@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ express@4.17.1
│ │ ├─ URL: https://github.com/expressjs/express.git
│ │ ├─ VendorName: TJ Holowaychuk
│ │ └─ VendorUrl: http://expressjs.com/
│ ├─ extend-shallow@2.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/extend-shallow.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/extend-shallow
│ ├─ extend-shallow@3.0.2
│ │ ├─ URL: https://github.com/jonschlinkert/extend-shallow.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/extend-shallow
│ ├─ extend@3.0.2
│ │ ├─ URL: https://github.com/justmoon/node-extend.git
│ │ ├─ VendorName: Stefan Thomas
│ │ └─ VendorUrl: http://www.justmoon.net
│ ├─ extglob@2.0.4
│ │ ├─ URL: https://github.com/micromatch/extglob.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/extglob
│ ├─ extsprintf@1.3.0
│ │ └─ URL: git://github.com/davepacheco/node-extsprintf.git
│ ├─ extsprintf@1.4.0
│ │ └─ URL: git://github.com/davepacheco/node-extsprintf.git
│ ├─ fast-deep-equal@3.1.3
│ │ ├─ URL: git+https://github.com/epoberezkin/fast-deep-equal.git
│ │ ├─ VendorName: Evgeny Poberezkin
│ │ └─ VendorUrl: https://github.com/epoberezkin/fast-deep-equal#readme
│ ├─ fast-glob@3.2.7
│ │ ├─ URL: https://github.com/mrmlnc/fast-glob.git
│ │ ├─ VendorName: Denis Malinochkin
│ │ └─ VendorUrl: https://mrmlnc.com
│ ├─ fast-json-stable-stringify@2.1.0
│ │ ├─ URL: git://github.com/epoberezkin/fast-json-stable-stringify.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/epoberezkin/fast-json-stable-stringify
│ ├─ fast-levenshtein@2.0.6
│ │ ├─ URL: https://github.com/hiddentao/fast-levenshtein.git
│ │ ├─ VendorName: Ramesh Nair
│ │ └─ VendorUrl: http://www.hiddentao.com/
│ ├─ fastest-levenshtein@1.0.12
│ │ ├─ URL: git+https://github.com/ka-weihe/fastest-levenshtein.git
│ │ ├─ VendorName: Kasper U. Weihe
│ │ └─ VendorUrl: https://github.com/ka-weihe/fastest-levenshtein#README
│ ├─ fd-slicer@1.1.0
│ │ ├─ URL: git://github.com/andrewrk/node-fd-slicer.git
│ │ └─ VendorName: Andrew Kelley
│ ├─ file-entry-cache@6.0.1
│ │ ├─ URL: https://github.com/royriojas/file-entry-cache.git
│ │ ├─ VendorName: Roy Riojas
│ │ └─ VendorUrl: http://royriojas.com
│ ├─ file-loader@6.1.1
│ │ ├─ URL: https://github.com/webpack-contrib/file-loader.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack-contrib/file-loader
│ ├─ file-uri-to-path@1.0.0
│ │ ├─ URL: git://github.com/TooTallNate/file-uri-to-path.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: https://github.com/TooTallNate/file-uri-to-path
│ ├─ filename-reserved-regex@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/filename-reserved-regex.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ filenamify@4.3.0
│ │ ├─ URL: https://github.com/sindresorhus/filenamify.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ fill-range@4.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/fill-range.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/fill-range
│ ├─ fill-range@7.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/fill-range.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/fill-range
│ ├─ finalhandler@1.1.2
│ │ ├─ URL: https://github.com/pillarjs/finalhandler.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ find-cache-dir@2.1.0
│ │ └─ URL: https://github.com/avajs/find-cache-dir.git
│ ├─ find-cache-dir@3.3.1
│ │ └─ URL: https://github.com/avajs/find-cache-dir.git
│ ├─ find-root@1.1.0
│ │ ├─ URL: git@github.com:js-n/find-root.git
│ │ └─ VendorName: jsdnxx
│ ├─ find-up@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/find-up.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ find-up@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/find-up.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ find-up@4.1.0
│ │ ├─ URL: https://github.com/sindresorhus/find-up.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ flat-cache@3.0.4
│ │ ├─ URL: https://github.com/royriojas/flat-cache.git
│ │ ├─ VendorName: Roy Riojas
│ │ └─ VendorUrl: http://royriojas.com
│ ├─ flatten@1.0.3
│ │ ├─ URL: git+https://github.com/mk-pmb/flatten-js.git
│ │ ├─ VendorName: Joshua Holbrook
│ │ └─ VendorUrl: https://github.com/mk-pmb/flatten-js/#readme
│ ├─ flush-write-stream@1.1.1
│ │ ├─ URL: https://github.com/mafintosh/flush-write-stream.git
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/flush-write-stream
│ ├─ follow-redirects@1.14.1
│ │ ├─ URL: git@github.com:follow-redirects/follow-redirects.git
│ │ ├─ VendorName: Ruben Verborgh
│ │ └─ VendorUrl: https://github.com/follow-redirects/follow-redirects
│ ├─ for-in@1.0.2
│ │ ├─ URL: https://github.com/jonschlinkert/for-in.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/for-in
│ ├─ foreach@2.0.5
│ │ ├─ URL: git://github.com/manuelstofer/foreach
│ │ └─ VendorName: Manuel Stofer
│ ├─ fork-ts-checker-webpack-plugin@4.1.6
│ │ ├─ URL: https://github.com/TypeStrong/fork-ts-checker-webpack-plugin.git
│ │ └─ VendorName: Piotr Oleś
│ ├─ form-data@2.3.3
│ │ ├─ URL: git://github.com/form-data/form-data.git
│ │ ├─ VendorName: Felix Geisendörfer
│ │ └─ VendorUrl: http://debuggable.com/
│ ├─ form-data@3.0.1
│ │ ├─ URL: git://github.com/form-data/form-data.git
│ │ ├─ VendorName: Felix Geisendörfer
│ │ └─ VendorUrl: http://debuggable.com/
│ ├─ forwarded@0.2.0
│ │ └─ URL: https://github.com/jshttp/forwarded.git
│ ├─ fragment-cache@0.2.1
│ │ ├─ URL: https://github.com/jonschlinkert/fragment-cache.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/fragment-cache
│ ├─ fresh@0.5.2
│ │ ├─ URL: https://github.com/jshttp/fresh.git
│ │ ├─ VendorName: TJ Holowaychuk
│ │ └─ VendorUrl: http://tjholowaychuk.com
│ ├─ from2@2.3.0
│ │ ├─ URL: git://github.com/hughsk/from2
│ │ ├─ VendorName: Hugh Kennedy
│ │ └─ VendorUrl: https://github.com/hughsk/from2
│ ├─ fs-extra@10.0.0
│ │ ├─ URL: https://github.com/jprichardson/node-fs-extra
│ │ ├─ VendorName: JP Richardson
│ │ └─ VendorUrl: https://github.com/jprichardson/node-fs-extra
│ ├─ fs-extra@7.0.1
│ │ ├─ URL: https://github.com/jprichardson/node-fs-extra
│ │ ├─ VendorName: JP Richardson
│ │ └─ VendorUrl: https://github.com/jprichardson/node-fs-extra
│ ├─ fs-extra@8.1.0
│ │ ├─ URL: https://github.com/jprichardson/node-fs-extra
│ │ ├─ VendorName: JP Richardson
│ │ └─ VendorUrl: https://github.com/jprichardson/node-fs-extra
│ ├─ fs-extra@9.1.0
│ │ ├─ URL: https://github.com/jprichardson/node-fs-extra
│ │ ├─ VendorName: JP Richardson
│ │ └─ VendorUrl: https://github.com/jprichardson/node-fs-extra
│ ├─ function-bind@1.1.1
│ │ ├─ URL: git://github.com/Raynos/function-bind.git
│ │ ├─ VendorName: Raynos
│ │ └─ VendorUrl: https://github.com/Raynos/function-bind
│ ├─ functional-red-black-tree@1.0.1
│ │ ├─ URL: git://github.com/mikolalysenko/functional-red-black-tree.git
│ │ └─ VendorName: Mikola Lysenko
│ ├─ gaze@1.1.3
│ │ ├─ URL: https://github.com/shama/gaze.git
│ │ ├─ VendorName: Kyle Robinson Young
│ │ └─ VendorUrl: https://github.com/shama/gaze
│ ├─ gensync@1.0.0-beta.2
│ │ ├─ URL: https://github.com/loganfsmyth/gensync.git
│ │ ├─ VendorName: Logan Smyth
│ │ └─ VendorUrl: https://github.com/loganfsmyth/gensync
│ ├─ get-intrinsic@1.1.1
│ │ ├─ URL: git+https://github.com/ljharb/get-intrinsic.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/get-intrinsic#readme
│ ├─ get-package-type@0.1.0
│ │ ├─ URL: git+https://github.com/cfware/get-package-type.git
│ │ ├─ VendorName: Corey Farrell
│ │ └─ VendorUrl: https://github.com/cfware/get-package-type#readme
│ ├─ get-stdin@4.0.1
│ │ ├─ URL: https://github.com/sindresorhus/get-stdin.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: http://sindresorhus.com
│ ├─ get-stream@4.1.0
│ │ ├─ URL: https://github.com/sindresorhus/get-stream.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ get-stream@5.2.0
│ │ ├─ URL: https://github.com/sindresorhus/get-stream.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ get-stream@6.0.1
│ │ ├─ URL: https://github.com/sindresorhus/get-stream.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ get-value@2.0.6
│ │ ├─ URL: https://github.com/jonschlinkert/get-value.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/get-value
│ ├─ getpass@0.1.7
│ │ ├─ URL: https://github.com/arekinath/node-getpass.git
│ │ └─ VendorName: Alex Wilson
│ ├─ global-dirs@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/global-dirs.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ global-modules@2.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/global-modules.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/global-modules
│ ├─ global-prefix@3.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/global-prefix.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/global-prefix
│ ├─ globals@11.12.0
│ │ ├─ URL: https://github.com/sindresorhus/globals.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ globals@13.10.0
│ │ ├─ URL: https://github.com/sindresorhus/globals.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ globals@9.18.0
│ │ ├─ URL: https://github.com/sindresorhus/globals.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: http://sindresorhus.com
│ ├─ globalthis@1.0.2
│ │ ├─ URL: git://github.com/ljharb/System.global.git
│ │ └─ VendorName: Jordan Harband
│ ├─ globby@11.0.1
│ │ ├─ URL: https://github.com/sindresorhus/globby.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ globby@11.0.4
│ │ ├─ URL: https://github.com/sindresorhus/globby.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ globby@6.1.0
│ │ ├─ URL: https://github.com/sindresorhus/globby.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ globule@1.3.2
│ │ ├─ URL: git://github.com/cowboy/node-globule.git
│ │ ├─ VendorName: “Cowboy” Ben Alman
│ │ └─ VendorUrl: https://github.com/cowboy/node-globule
│ ├─ got@9.6.0
│ │ └─ URL: https://github.com/sindresorhus/got.git
│ ├─ graceful-readlink@1.0.1
│ │ ├─ URL: git://github.com/zhiyelee/graceful-readlink.git
│ │ ├─ VendorName: zhiyelee
│ │ └─ VendorUrl: https://github.com/zhiyelee/graceful-readlink
│ ├─ graphlib@2.1.8
│ │ ├─ URL: https://github.com/dagrejs/graphlib.git
│ │ └─ VendorName: Chris Pettitt
│ ├─ growly@1.3.0
│ │ ├─ URL: http://github.com/theabraham/growly
│ │ ├─ VendorName: Ibrahim Al-Rajhi
│ │ └─ VendorUrl: http://ibrahimalrajhi.com/
│ ├─ gzip-size@5.1.1
│ │ ├─ URL: https://github.com/sindresorhus/gzip-size.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ gzip-size@6.0.0
│ │ ├─ URL: https://github.com/sindresorhus/gzip-size.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ handle-thing@2.0.1
│ │ ├─ URL: git+ssh://git@github.com/indutny/handle-thing.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/spdy-http2/handle-thing#readme
│ ├─ har-validator@5.1.5
│ │ ├─ URL: https://github.com/ahmadnassri/node-har-validator.git
│ │ ├─ VendorName: Ahmad Nassri
│ │ └─ VendorUrl: https://github.com/ahmadnassri/node-har-validator
│ ├─ hard-rejection@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/hard-rejection.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ has-ansi@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/has-ansi.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ has-bigints@1.0.1
│ │ ├─ URL: git+https://github.com/ljharb/has-bigints.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/has-bigints#readme
│ ├─ has-flag@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/has-flag.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ has-flag@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/has-flag.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ has-symbols@1.0.2
│ │ ├─ URL: git://github.com/inspect-js/has-symbols.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ has-value@0.3.1
│ │ ├─ URL: https://github.com/jonschlinkert/has-value.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/has-value
│ ├─ has-value@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/has-value.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/has-value
│ ├─ has-values@0.1.4
│ │ ├─ URL: https://github.com/jonschlinkert/has-values.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/has-values
│ ├─ has-values@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/has-values.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/has-values
│ ├─ has-yarn@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/has-yarn.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ has@1.0.3
│ │ ├─ URL: git://github.com/tarruda/has.git
│ │ ├─ VendorName: Thiago de Arruda
│ │ └─ VendorUrl: https://github.com/tarruda/has
│ ├─ hash-base@3.1.0
│ │ ├─ URL: https://github.com/crypto-browserify/hash-base.git
│ │ ├─ VendorName: Kirill Fomichev
│ │ └─ VendorUrl: https://github.com/crypto-browserify/hash-base
│ ├─ hash.js@1.1.7
│ │ ├─ URL: git@github.com:indutny/hash.js
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/hash.js
│ ├─ he@1.2.0
│ │ ├─ URL: https://github.com/mathiasbynens/he.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/he
│ ├─ hex-color-regex@1.1.0
│ │ ├─ URL: https://github.com/regexps/hex-color-regex.git
│ │ ├─ VendorName: Charlike Mike Reagent
│ │ └─ VendorUrl: http://www.tunnckocore.tk
│ ├─ hmac-drbg@1.0.1
│ │ ├─ URL: git+ssh://git@github.com/indutny/hmac-drbg.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/hmac-drbg#readme
│ ├─ hoopy@0.1.4
│ │ ├─ URL: git+https://gitlab.com/philbooth/hoopy.git
│ │ ├─ VendorName: Phil Booth
│ │ └─ VendorUrl: https://gitlab.com/philbooth/hoopy#readme
│ ├─ hpack.js@2.1.6
│ │ ├─ URL: git+ssh://git@github.com/indutny/hpack.js.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/hpack.js#readme
│ ├─ hsl-regex@1.0.0
│ │ ├─ URL: https://github.com/regexps/hsl-regex.git
│ │ ├─ VendorName: John Otander
│ │ └─ VendorUrl: https://github.com/regexps/hsl-regex
│ ├─ hsla-regex@1.0.0
│ │ ├─ URL: https://github.com/regexps/hsla-regex.git
│ │ ├─ VendorName: John Otander
│ │ └─ VendorUrl: https://github.com/regexps/hsla-regex
│ ├─ html-encoding-sniffer@2.0.1
│ │ ├─ URL: https://github.com/jsdom/html-encoding-sniffer.git
│ │ ├─ VendorName: Domenic Denicola
│ │ └─ VendorUrl: https://domenic.me/
│ ├─ html-entities@1.4.0
│ │ ├─ URL: https://github.com/mdevils/node-html-entities.git
│ │ └─ VendorName: Marat Dulin
│ ├─ html-escaper@2.0.2
│ │ ├─ URL: https://github.com/WebReflection/html-escaper.git
│ │ ├─ VendorName: Andrea Giammarchi
│ │ └─ VendorUrl: https://github.com/WebReflection/html-escaper
│ ├─ html-minifier-terser@5.1.1
│ │ ├─ URL: git+https://github.com/DanielRuf/html-minifier-terser.git
│ │ ├─ VendorName: Daniel Ruf
│ │ └─ VendorUrl: https://danielruf.github.io/html-minifier-terser/
│ ├─ html-webpack-plugin@4.5.0
│ │ ├─ URL: https://github.com/jantimon/html-webpack-plugin.git
│ │ ├─ VendorName: Jan Nicklas
│ │ └─ VendorUrl: https://github.com/jantimon/html-webpack-plugin
│ ├─ htmlparser2@6.1.0
│ │ ├─ URL: git://github.com/fb55/htmlparser2.git
│ │ └─ VendorName: Felix Boehm
│ ├─ http-deceiver@1.2.7
│ │ ├─ URL: git+ssh://git@github.com/indutny/http-deceiver.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/http-deceiver#readme
│ ├─ http-errors@1.6.3
│ │ ├─ URL: https://github.com/jshttp/http-errors.git
│ │ ├─ VendorName: Jonathan Ong
│ │ └─ VendorUrl: http://jongleberry.com
│ ├─ http-errors@1.7.2
│ │ ├─ URL: https://github.com/jshttp/http-errors.git
│ │ ├─ VendorName: Jonathan Ong
│ │ └─ VendorUrl: http://jongleberry.com
│ ├─ http-errors@1.7.3
│ │ ├─ URL: https://github.com/jshttp/http-errors.git
│ │ ├─ VendorName: Jonathan Ong
│ │ └─ VendorUrl: http://jongleberry.com
│ ├─ http-parser-js@0.5.3
│ │ ├─ URL: git://github.com/creationix/http-parser-js.git
│ │ ├─ VendorName: Tim Caswell
│ │ └─ VendorUrl: https://github.com/creationix
│ ├─ http-proxy-agent@4.0.1
│ │ ├─ URL: git://github.com/TooTallNate/node-http-proxy-agent.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: http://n8.io/
│ ├─ http-proxy-middleware@0.19.1
│ │ ├─ URL: https://github.com/chimurai/http-proxy-middleware.git
│ │ ├─ VendorName: Steven Chim
│ │ └─ VendorUrl: https://github.com/chimurai/http-proxy-middleware
│ ├─ http-proxy@1.18.1
│ │ ├─ URL: https://github.com/http-party/node-http-proxy.git
│ │ └─ VendorName: Charlie Robbins
│ ├─ http-signature@1.2.0
│ │ ├─ URL: git://github.com/joyent/node-http-signature.git
│ │ ├─ VendorName: Joyent, Inc
│ │ └─ VendorUrl: https://github.com/joyent/node-http-signature/
│ ├─ https-browserify@1.0.0
│ │ ├─ URL: git://github.com/substack/https-browserify.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/https-browserify
│ ├─ https-proxy-agent@5.0.0
│ │ ├─ URL: git://github.com/TooTallNate/node-https-proxy-agent.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: http://n8.io/
│ ├─ husky@7.0.1
│ │ ├─ URL: https://github.com/typicode/husky.git
│ │ ├─ VendorName: Typicode
│ │ └─ VendorUrl: https://typicode.github.io/husky
│ ├─ iconv-lite@0.4.24
│ │ ├─ URL: git://github.com/ashtuchkin/iconv-lite.git
│ │ ├─ VendorName: Alexander Shtuchkin
│ │ └─ VendorUrl: https://github.com/ashtuchkin/iconv-lite
│ ├─ iconv-lite@0.6.3
│ │ ├─ URL: git://github.com/ashtuchkin/iconv-lite.git
│ │ ├─ VendorName: Alexander Shtuchkin
│ │ └─ VendorUrl: https://github.com/ashtuchkin/iconv-lite
│ ├─ identity-obj-proxy@3.0.0
│ │ ├─ URL: git+https://github.com/keyanzhang/identity-obj-proxy.git
│ │ ├─ VendorName: Keyan Zhang
│ │ └─ VendorUrl: https://github.com/keyanzhang/identity-obj-proxy#readme
│ ├─ iferr@0.1.5
│ │ ├─ URL: https://github.com/shesek/iferr
│ │ ├─ VendorName: Nadav Ivgi
│ │ └─ VendorUrl: https://github.com/shesek/iferr
│ ├─ ignore@4.0.6
│ │ ├─ URL: git@github.com:kaelzhang/node-ignore.git
│ │ └─ VendorName: kael
│ ├─ ignore@5.1.8
│ │ ├─ URL: git@github.com:kaelzhang/node-ignore.git
│ │ └─ VendorName: kael
│ ├─ immediate@3.0.6
│ │ └─ URL: git://github.com/calvinmetcalf/immediate.git
│ ├─ immer@8.0.1
│ │ ├─ URL: https://github.com/immerjs/immer.git
│ │ ├─ VendorName: Michel Weststrate
│ │ └─ VendorUrl: https://github.com/immerjs/immer#readme
│ ├─ import-cwd@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/import-cwd.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ import-fresh@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/import-fresh.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ import-fresh@3.3.0
│ │ ├─ URL: https://github.com/sindresorhus/import-fresh.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ import-from@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/import-from.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ import-lazy@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/import-lazy.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ import-local@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/import-local.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ import-local@3.0.2
│ │ ├─ URL: https://github.com/sindresorhus/import-local.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ imurmurhash@0.1.4
│ │ ├─ URL: https://github.com/jensyt/imurmurhash-js
│ │ ├─ VendorName: Jens Taylor
│ │ └─ VendorUrl: https://github.com/jensyt/imurmurhash-js
│ ├─ indent-string@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/indent-string.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ indexes-of@1.0.1
│ │ ├─ URL: git://github.com/dominictarr/indexes-of.git
│ │ ├─ VendorName: Dominic Tarr
│ │ └─ VendorUrl: https://github.com/dominictarr/indexes-of
│ ├─ internal-ip@4.3.0
│ │ ├─ URL: https://github.com/sindresorhus/internal-ip.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ internal-slot@1.0.3
│ │ ├─ URL: git+https://github.com/ljharb/internal-slot.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/internal-slot#readme
│ ├─ interpret@2.2.0
│ │ ├─ URL: https://github.com/gulpjs/interpret.git
│ │ ├─ VendorName: Gulp Team
│ │ └─ VendorUrl: http://gulpjs.com/
│ ├─ invariant@2.2.4
│ │ ├─ URL: https://github.com/zertosh/invariant
│ │ └─ VendorName: Andres Suarez
│ ├─ ip-regex@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/ip-regex.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ ip@1.1.5
│ │ ├─ URL: http://github.com/indutny/node-ip.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/node-ip
│ ├─ ipaddr.js@1.9.1
│ │ ├─ URL: git://github.com/whitequark/ipaddr.js
│ │ └─ VendorName: whitequark
│ ├─ is-absolute-url@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-absolute-url.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: http://sindresorhus.com
│ ├─ is-absolute-url@3.0.3
│ │ ├─ URL: https://github.com/sindresorhus/is-absolute-url.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-accessor-descriptor@0.1.6
│ │ ├─ URL: https://github.com/jonschlinkert/is-accessor-descriptor.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-accessor-descriptor
│ ├─ is-accessor-descriptor@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/is-accessor-descriptor.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-accessor-descriptor
│ ├─ is-arguments@1.1.0
│ │ ├─ URL: git://github.com/inspect-js/is-arguments.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-arguments
│ ├─ is-arrayish@0.2.1
│ │ ├─ URL: https://github.com/qix-/node-is-arrayish.git
│ │ ├─ VendorName: Qix
│ │ └─ VendorUrl: http://github.com/qix-
│ ├─ is-arrayish@0.3.2
│ │ ├─ URL: https://github.com/qix-/node-is-arrayish.git
│ │ ├─ VendorName: Qix
│ │ └─ VendorUrl: http://github.com/qix-
│ ├─ is-bigint@1.0.2
│ │ ├─ URL: git+https://github.com/inspect-js/is-bigint.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-bigint#readme
│ ├─ is-binary-path@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/is-binary-path.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-binary-path@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-binary-path.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-boolean-object@1.1.1
│ │ ├─ URL: git://github.com/inspect-js/is-boolean-object.git
│ │ └─ VendorName: Jordan Harband
│ ├─ is-buffer@1.1.6
│ │ ├─ URL: git://github.com/feross/is-buffer.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: http://feross.org/
│ ├─ is-callable@1.2.3
│ │ ├─ URL: git://github.com/ljharb/is-callable.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ is-ci@2.0.0
│ │ ├─ URL: https://github.com/watson/is-ci.git
│ │ ├─ VendorName: Thomas Watson Steen
│ │ └─ VendorUrl: https://github.com/watson/is-ci
│ ├─ is-ci@3.0.0
│ │ ├─ URL: https://github.com/watson/is-ci.git
│ │ ├─ VendorName: Thomas Watson Steen
│ │ └─ VendorUrl: https://github.com/watson/is-ci
│ ├─ is-color-stop@1.1.0
│ │ ├─ URL: git+https://github.com/pigcan/is-color-stop.git
│ │ ├─ VendorName: pigcan
│ │ └─ VendorUrl: https://github.com/pigcan/is-color-stop#readme
│ ├─ is-core-module@2.5.0
│ │ ├─ URL: git+https://github.com/inspect-js/is-core-module.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-core-module
│ ├─ is-data-descriptor@0.1.4
│ │ ├─ URL: https://github.com/jonschlinkert/is-data-descriptor.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-data-descriptor
│ ├─ is-data-descriptor@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/is-data-descriptor.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-data-descriptor
│ ├─ is-date-object@1.0.4
│ │ ├─ URL: git://github.com/inspect-js/is-date-object.git
│ │ └─ VendorName: Jordan Harband
│ ├─ is-descriptor@0.1.6
│ │ ├─ URL: https://github.com/jonschlinkert/is-descriptor.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-descriptor
│ ├─ is-descriptor@1.0.2
│ │ ├─ URL: https://github.com/jonschlinkert/is-descriptor.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-descriptor
│ ├─ is-directory@0.3.1
│ │ ├─ URL: https://github.com/jonschlinkert/is-directory.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-directory
│ ├─ is-docker@2.2.1
│ │ ├─ URL: https://github.com/sindresorhus/is-docker.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ is-electron@2.2.0
│ │ ├─ URL: git@github.com:cheton/is-electron.git
│ │ ├─ VendorName: Cheton Wu
│ │ └─ VendorUrl: https://github.com/cheton/is-electron
│ ├─ is-extendable@0.1.1
│ │ ├─ URL: https://github.com/jonschlinkert/is-extendable.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-extendable
│ ├─ is-extendable@1.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/is-extendable.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-extendable
│ ├─ is-extglob@2.1.1
│ │ ├─ URL: https://github.com/jonschlinkert/is-extglob.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-extglob
│ ├─ is-fullwidth-code-point@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/is-fullwidth-code-point.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-fullwidth-code-point@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/is-fullwidth-code-point.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-fullwidth-code-point@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/is-fullwidth-code-point.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-generator-fn@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-generator-fn.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-glob@3.1.0
│ │ ├─ URL: https://github.com/jonschlinkert/is-glob.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-glob
│ ├─ is-glob@4.0.1
│ │ ├─ URL: https://github.com/micromatch/is-glob.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/is-glob
│ ├─ is-installed-globally@0.4.0
│ │ ├─ URL: https://github.com/sindresorhus/is-installed-globally.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ is-map@2.0.2
│ │ ├─ URL: git+https://github.com/inspect-js/is-map.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-map#readme
│ ├─ is-module@1.0.0
│ │ ├─ URL: https://github.com/component/is-module.git
│ │ ├─ VendorName: Jonathan Ong
│ │ └─ VendorUrl: http://jongleberry.com
│ ├─ is-negative-zero@2.0.1
│ │ ├─ URL: git://github.com/inspect-js/is-negative-zero.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-negative-zero
│ ├─ is-npm@5.0.0
│ │ ├─ URL: https://github.com/sindresorhus/is-npm.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ is-number-object@1.0.5
│ │ ├─ URL: git://github.com/inspect-js/is-number-object.git
│ │ └─ VendorName: Jordan Harband
│ ├─ is-number@3.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/is-number.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-number
│ ├─ is-number@7.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/is-number.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-number
│ ├─ is-obj@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/is-obj.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-obj@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/is-obj.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-path-cwd@2.2.0
│ │ ├─ URL: https://github.com/sindresorhus/is-path-cwd.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-path-in-cwd@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-path-in-cwd.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-path-inside@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-path-inside.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-path-inside@3.0.3
│ │ ├─ URL: https://github.com/sindresorhus/is-path-inside.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-plain-obj@1.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-plain-obj.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-plain-object@2.0.4
│ │ ├─ URL: https://github.com/jonschlinkert/is-plain-object.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-plain-object
│ ├─ is-potential-custom-element-name@1.0.1
│ │ ├─ URL: https://github.com/mathiasbynens/is-potential-custom-element-name.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://github.com/mathiasbynens/is-potential-custom-element-name
│ ├─ is-regex@1.1.3
│ │ ├─ URL: git://github.com/inspect-js/is-regex.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-regex
│ ├─ is-regexp@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/is-regexp.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: http://sindresorhus.com
│ ├─ is-root@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-root.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-set@2.0.2
│ │ ├─ URL: git+https://github.com/inspect-js/is-set.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-set#readme
│ ├─ is-stream@1.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-stream.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-stream@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/is-stream.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-string@1.0.6
│ │ ├─ URL: git://github.com/ljharb/is-string.git
│ │ └─ VendorName: Jordan Harband
│ ├─ is-symbol@1.0.4
│ │ ├─ URL: git://github.com/inspect-js/is-symbol.git
│ │ └─ VendorName: Jordan Harband
│ ├─ is-typed-array@1.1.5
│ │ ├─ URL: git://github.com/inspect-js/is-typed-array.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ is-typedarray@1.0.0
│ │ ├─ URL: git://github.com/hughsk/is-typedarray.git
│ │ ├─ VendorName: Hugh Kennedy
│ │ └─ VendorUrl: https://github.com/hughsk/is-typedarray
│ ├─ is-weakmap@2.0.1
│ │ ├─ URL: git+https://github.com/inspect-js/is-weakmap.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-weakmap#readme
│ ├─ is-weakset@2.0.1
│ │ ├─ URL: git+https://github.com/inspect-js/is-weakset.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/is-weakset#readme
│ ├─ is-whitespace@0.3.0
│ │ ├─ URL: git://github.com/jonschlinkert/is-whitespace.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-whitespace
│ ├─ is-windows@1.0.2
│ │ ├─ URL: https://github.com/jonschlinkert/is-windows.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/is-windows
│ ├─ is-wsl@1.1.0
│ │ ├─ URL: https://github.com/sindresorhus/is-wsl.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-wsl@2.2.0
│ │ ├─ URL: https://github.com/sindresorhus/is-wsl.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ is-yarn-global@0.3.0
│ │ ├─ URL: git@github.com:LitoMore/is-yarn-global.git
│ │ ├─ VendorName: LitoMore
│ │ └─ VendorUrl: litomore@gmail.com
│ ├─ isarray@0.0.1
│ │ ├─ URL: git://github.com/juliangruber/isarray.git
│ │ ├─ VendorName: Julian Gruber
│ │ └─ VendorUrl: https://github.com/juliangruber/isarray
│ ├─ isarray@1.0.0
│ │ ├─ URL: git://github.com/juliangruber/isarray.git
│ │ ├─ VendorName: Julian Gruber
│ │ └─ VendorUrl: https://github.com/juliangruber/isarray
│ ├─ isarray@2.0.5
│ │ ├─ URL: git://github.com/juliangruber/isarray.git
│ │ ├─ VendorName: Julian Gruber
│ │ └─ VendorUrl: https://github.com/juliangruber/isarray
│ ├─ isbinaryfile@4.0.8
│ │ └─ URL: https://github.com/gjtorikian/isBinaryFile
│ ├─ isobject@2.1.0
│ │ ├─ URL: https://github.com/jonschlinkert/isobject.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/isobject
│ ├─ isobject@3.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/isobject.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/isobject
│ ├─ isstream@0.1.2
│ │ ├─ URL: https://github.com/rvagg/isstream.git
│ │ ├─ VendorName: Rod Vagg
│ │ └─ VendorUrl: https://github.com/rvagg/isstream
│ ├─ jest-changed-files@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-circus@26.6.0
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-cli@26.6.3
│ │ ├─ URL: https://github.com/facebook/jest
│ │ └─ VendorUrl: https://jestjs.io/
│ ├─ jest-config@26.6.3
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-diff@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-docblock@26.0.0
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-each@26.6.2
│ │ ├─ URL: https://github.com/facebook/jest.git
│ │ ├─ VendorName: Matt Phillips
│ │ └─ VendorUrl: mattphillips
│ ├─ jest-environment-jsdom@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-environment-node@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-get-type@26.3.0
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-haste-map@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-jasmine2@26.6.3
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-leak-detector@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-matcher-utils@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-message-util@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-mock@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-pnp-resolver@1.2.2
│ │ ├─ URL: https://github.com/arcanis/jest-pnp-resolver.git
│ │ └─ VendorUrl: https://github.com/arcanis/jest-pnp-resolver
│ ├─ jest-regex-util@26.0.0
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-resolve-dependencies@26.6.3
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-resolve@26.6.0
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-resolve@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-runner@26.6.3
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-runtime@26.6.3
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-serializer@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-snapshot@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-util@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-validate@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-watch-typeahead@0.6.1
│ │ ├─ URL: https://github.com/jest-community/jest-watch-typeahead.git
│ │ ├─ VendorName: Rogelio Guzman
│ │ └─ VendorUrl: https://github.com/jest-community/jest-watch-typeahead
│ ├─ jest-watcher@26.6.2
│ │ ├─ URL: https://github.com/facebook/jest
│ │ └─ VendorUrl: https://jestjs.io/
│ ├─ jest-worker@24.9.0
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest-worker@26.6.2
│ │ └─ URL: https://github.com/facebook/jest.git
│ ├─ jest@26.6.0
│ │ ├─ URL: https://github.com/facebook/jest
│ │ └─ VendorUrl: https://jestjs.io/
│ ├─ jquery@3.6.0
│ │ ├─ URL: https://github.com/jquery/jquery.git
│ │ ├─ VendorName: OpenJS Foundation and other contributors
│ │ └─ VendorUrl: https://jquery.com/
│ ├─ js-beautify@1.14.0
│ │ ├─ URL: git://github.com/beautify-web/js-beautify.git
│ │ ├─ VendorName: Einar Lielmanis
│ │ └─ VendorUrl: https://beautifier.io/
│ ├─ js-tokens@3.0.2
│ │ ├─ URL: https://github.com/lydell/js-tokens.git
│ │ └─ VendorName: Simon Lydell
│ ├─ js-tokens@4.0.0
│ │ ├─ URL: https://github.com/lydell/js-tokens.git
│ │ └─ VendorName: Simon Lydell
│ ├─ js-yaml@3.14.1
│ │ ├─ URL: https://github.com/nodeca/js-yaml.git
│ │ ├─ VendorName: Vladimir Zapparov
│ │ └─ VendorUrl: https://github.com/nodeca/js-yaml
│ ├─ js-yaml@4.1.0
│ │ ├─ URL: https://github.com/nodeca/js-yaml.git
│ │ └─ VendorName: Vladimir Zapparov
│ ├─ jsbn@0.1.1
│ │ ├─ URL: https://github.com/andyperlitch/jsbn.git
│ │ └─ VendorName: Tom Wu
│ ├─ jsdom@16.6.0
│ │ └─ URL: https://github.com/jsdom/jsdom.git
│ ├─ jsesc@0.5.0
│ │ ├─ URL: https://github.com/mathiasbynens/jsesc.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: http://mths.be/jsesc
│ ├─ jsesc@2.5.2
│ │ ├─ URL: https://github.com/mathiasbynens/jsesc.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/jsesc
│ ├─ json-buffer@3.0.0
│ │ ├─ URL: git://github.com/dominictarr/json-buffer.git
│ │ ├─ VendorName: Dominic Tarr
│ │ └─ VendorUrl: https://github.com/dominictarr/json-buffer
│ ├─ json-parse-better-errors@1.0.2
│ │ ├─ URL: https://github.com/zkat/json-parse-better-errors
│ │ └─ VendorName: Kat Marchán
│ ├─ json-parse-even-better-errors@2.3.1
│ │ ├─ URL: https://github.com/npm/json-parse-even-better-errors
│ │ └─ VendorName: Kat Marchán
│ ├─ json-schema-traverse@0.4.1
│ │ ├─ URL: git+https://github.com/epoberezkin/json-schema-traverse.git
│ │ ├─ VendorName: Evgeny Poberezkin
│ │ └─ VendorUrl: https://github.com/epoberezkin/json-schema-traverse#readme
│ ├─ json-schema-traverse@1.0.0
│ │ ├─ URL: git+https://github.com/epoberezkin/json-schema-traverse.git
│ │ ├─ VendorName: Evgeny Poberezkin
│ │ └─ VendorUrl: https://github.com/epoberezkin/json-schema-traverse#readme
│ ├─ json-stable-stringify-without-jsonify@1.0.1
│ │ ├─ URL: git://github.com/samn/json-stable-stringify.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/samn/json-stable-stringify
│ ├─ json3@3.3.3
│ │ ├─ URL: git://github.com/bestiejs/json3.git
│ │ ├─ VendorName: Kit Cambridge
│ │ └─ VendorUrl: https://bestiejs.github.io/json3
│ ├─ json5@1.0.1
│ │ ├─ URL: git+https://github.com/json5/json5.git
│ │ ├─ VendorName: Aseem Kishore
│ │ └─ VendorUrl: http://json5.org/
│ ├─ json5@2.2.0
│ │ ├─ URL: git+https://github.com/json5/json5.git
│ │ ├─ VendorName: Aseem Kishore
│ │ └─ VendorUrl: http://json5.org/
│ ├─ jsonfile@4.0.0
│ │ ├─ URL: git@github.com:jprichardson/node-jsonfile.git
│ │ └─ VendorName: JP Richardson
│ ├─ jsonfile@6.1.0
│ │ ├─ URL: git@github.com:jprichardson/node-jsonfile.git
│ │ └─ VendorName: JP Richardson
│ ├─ jsprim@1.4.1
│ │ └─ URL: git://github.com/joyent/node-jsprim.git
│ ├─ jsx-ast-utils@3.2.0
│ │ ├─ URL: https://github.com/evcohen/jsx-ast-utils
│ │ └─ VendorName: Ethan Cohen
│ ├─ keyv@3.1.0
│ │ ├─ URL: git+https://github.com/lukechilds/keyv.git
│ │ ├─ VendorName: Luke Childs
│ │ └─ VendorUrl: https://github.com/lukechilds/keyv
│ ├─ kind-of@3.2.2
│ │ ├─ URL: https://github.com/jonschlinkert/kind-of.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/kind-of
│ ├─ kind-of@4.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/kind-of.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/kind-of
│ ├─ kind-of@5.1.0
│ │ ├─ URL: https://github.com/jonschlinkert/kind-of.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/kind-of
│ ├─ kind-of@6.0.3
│ │ ├─ URL: https://github.com/jonschlinkert/kind-of.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/kind-of
│ ├─ kleur@3.0.3
│ │ ├─ URL: https://github.com/lukeed/kleur.git
│ │ ├─ VendorName: Luke Edwards
│ │ └─ VendorUrl: lukeed.com
│ ├─ klona@2.0.4
│ │ ├─ URL: https://github.com/lukeed/klona.git
│ │ ├─ VendorName: Luke Edwards
│ │ └─ VendorUrl: https://lukeed.com
│ ├─ language-tags@1.0.5
│ │ ├─ URL: git://github.com/mattcg/language-tags.git
│ │ ├─ VendorName: Matthew Caruana Galizia
│ │ └─ VendorUrl: https://github.com/mattcg/language-tags
│ ├─ last-call-webpack-plugin@3.0.0
│ │ ├─ URL: http://github.com/NMFR/last-call-webpack-plugin.git
│ │ ├─ VendorName: Nuno Rodrigues
│ │ └─ VendorUrl: http://github.com/NMFR/last-call-webpack-plugin
│ ├─ latest-version@5.1.0
│ │ ├─ URL: https://github.com/sindresorhus/latest-version.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ lazy-val@1.0.5
│ │ ├─ URL: https://github.com/develar/lazy-val.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/develar/lazy-val
│ ├─ leven@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/leven.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ levn@0.3.0
│ │ ├─ URL: git://github.com/gkz/levn.git
│ │ ├─ VendorName: George Zahariev
│ │ └─ VendorUrl: https://github.com/gkz/levn
│ ├─ levn@0.4.1
│ │ ├─ URL: git://github.com/gkz/levn.git
│ │ ├─ VendorName: George Zahariev
│ │ └─ VendorUrl: https://github.com/gkz/levn
│ ├─ lie@3.3.0
│ │ └─ URL: https://github.com/calvinmetcalf/lie.git
│ ├─ lines-and-columns@1.1.6
│ │ ├─ URL: https://github.com/eventualbuddha/lines-and-columns.git
│ │ ├─ VendorName: Brian Donovan
│ │ └─ VendorUrl: https://github.com/eventualbuddha/lines-and-columns#readme
│ ├─ load-json-file@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/load-json-file.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ loader-runner@2.4.0
│ │ ├─ URL: git+https://github.com/webpack/loader-runner.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/loader-runner#readme
│ ├─ loader-utils@1.2.3
│ │ ├─ URL: https://github.com/webpack/loader-utils.git
│ │ └─ VendorName: Tobias Koppers @sokra
│ ├─ loader-utils@1.4.0
│ │ ├─ URL: https://github.com/webpack/loader-utils.git
│ │ └─ VendorName: Tobias Koppers @sokra
│ ├─ loader-utils@2.0.0
│ │ ├─ URL: https://github.com/webpack/loader-utils.git
│ │ └─ VendorName: Tobias Koppers @sokra
│ ├─ locate-path@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/locate-path.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ locate-path@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/locate-path.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ locate-path@5.0.0
│ │ ├─ URL: https://github.com/sindresorhus/locate-path.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ lodash._reinterpolate@3.0.0
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash.clonedeep@4.5.0
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash.debounce@4.0.8
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash.memoize@4.1.2
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash.merge@4.6.2
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash.template@4.5.0
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash.templatesettings@4.2.0
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash.truncate@4.4.2
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash.uniq@4.5.0
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ lodash@4.17.21
│ │ ├─ URL: https://github.com/lodash/lodash.git
│ │ ├─ VendorName: John-David Dalton
│ │ └─ VendorUrl: https://lodash.com/
│ ├─ loglevel@1.7.1
│ │ ├─ URL: git://github.com/pimterry/loglevel.git
│ │ ├─ VendorName: Tim Perry
│ │ └─ VendorUrl: https://github.com/pimterry/loglevel
│ ├─ loose-envify@1.4.0
│ │ ├─ URL: git://github.com/zertosh/loose-envify.git
│ │ ├─ VendorName: Andres Suarez
│ │ └─ VendorUrl: https://github.com/zertosh/loose-envify
│ ├─ lower-case@2.0.2
│ │ ├─ URL: git://github.com/blakeembrey/change-case.git
│ │ ├─ VendorName: Blake Embrey
│ │ └─ VendorUrl: https://github.com/blakeembrey/change-case/tree/master/packages/lower-case#readme
│ ├─ lowercase-keys@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/lowercase-keys.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ lowercase-keys@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/lowercase-keys.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ magic-string@0.25.7
│ │ ├─ URL: https://github.com/rich-harris/magic-string
│ │ └─ VendorName: Rich Harris
│ ├─ make-dir@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/make-dir.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ make-dir@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/make-dir.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ map-cache@0.2.2
│ │ ├─ URL: https://github.com/jonschlinkert/map-cache.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/map-cache
│ ├─ map-obj@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/map-obj.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ map-obj@4.2.1
│ │ ├─ URL: https://github.com/sindresorhus/map-obj.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ map-visit@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/map-visit.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/map-visit
│ ├─ matcher@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/matcher.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ matches-selector@0.0.1
│ │ ├─ URL: https://github.com/ForbesLindesay/matches-selector.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ md5.js@1.3.5
│ │ ├─ URL: https://github.com/crypto-browserify/md5.js.git
│ │ ├─ VendorName: Kirill Fomichev
│ │ └─ VendorUrl: https://github.com/crypto-browserify/md5.js
│ ├─ media-typer@0.3.0
│ │ ├─ URL: https://github.com/jshttp/media-typer.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ memory-fs@0.4.1
│ │ ├─ URL: https://github.com/webpack/memory-fs.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/memory-fs
│ ├─ memory-fs@0.5.0
│ │ ├─ URL: https://github.com/webpack/memory-fs.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/memory-fs
│ ├─ meow@9.0.0
│ │ ├─ URL: https://github.com/sindresorhus/meow.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ merge-descriptors@1.0.1
│ │ ├─ URL: https://github.com/component/merge-descriptors.git
│ │ ├─ VendorName: Jonathan Ong
│ │ └─ VendorUrl: http://jongleberry.com
│ ├─ merge-stream@2.0.0
│ │ ├─ URL: https://github.com/grncdr/merge-stream.git
│ │ └─ VendorName: Stephen Sugden
│ ├─ merge2@1.4.1
│ │ ├─ URL: git@github.com:teambition/merge2.git
│ │ └─ VendorUrl: https://github.com/teambition/merge2
│ ├─ methods@1.1.2
│ │ └─ URL: https://github.com/jshttp/methods.git
│ ├─ microevent.ts@0.1.1
│ │ ├─ URL: https://github.com/DirtyHairy/microevent.git
│ │ ├─ VendorName: Christian Speckner
│ │ └─ VendorUrl: https://github.com/DirtyHairy/
│ ├─ micromatch@3.1.10
│ │ ├─ URL: https://github.com/micromatch/micromatch.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/micromatch
│ ├─ micromatch@4.0.4
│ │ ├─ URL: https://github.com/micromatch/micromatch.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/micromatch
│ ├─ miller-rabin@4.0.1
│ │ ├─ URL: git@github.com:indutny/miller-rabin
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/miller-rabin
│ ├─ mime-db@1.48.0
│ │ └─ URL: https://github.com/jshttp/mime-db.git
│ ├─ mime-types@2.1.31
│ │ └─ URL: https://github.com/jshttp/mime-types.git
│ ├─ mime@1.6.0
│ │ ├─ URL: https://github.com/broofa/node-mime
│ │ ├─ VendorName: Robert Kieffer
│ │ └─ VendorUrl: http://github.com/broofa
│ ├─ mime@2.5.2
│ │ ├─ URL: https://github.com/broofa/mime
│ │ ├─ VendorName: Robert Kieffer
│ │ └─ VendorUrl: http://github.com/broofa
│ ├─ mimic-fn@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/mimic-fn.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ mimic-response@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/mimic-response.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ min-indent@1.0.1
│ │ ├─ URL: https://github.com/thejameskyle/min-indent
│ │ ├─ VendorName: James Kyle
│ │ └─ VendorUrl: thejameskyle.com
│ ├─ mini-css-extract-plugin@0.11.3
│ │ ├─ URL: https://github.com/webpack-contrib/mini-css-extract-plugin.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack-contrib/mini-css-extract-plugin
│ ├─ minimalistic-crypto-utils@1.0.1
│ │ ├─ URL: git+ssh://git@github.com/indutny/minimalistic-crypto-utils.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/minimalistic-crypto-utils#readme
│ ├─ minimist-options@4.1.0
│ │ ├─ URL: https://github.com/vadimdemedes/minimist-options.git
│ │ └─ VendorName: Vadim Demedes
│ ├─ minimist@1.2.5
│ │ ├─ URL: git://github.com/substack/minimist.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/minimist
│ ├─ minizlib@2.1.2
│ │ ├─ URL: git+https://github.com/isaacs/minizlib.git
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ mixin-deep@1.3.2
│ │ ├─ URL: https://github.com/jonschlinkert/mixin-deep.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/mixin-deep
│ ├─ mkdirp@0.5.5
│ │ ├─ URL: https://github.com/substack/node-mkdirp.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ mkdirp@1.0.4
│ │ └─ URL: https://github.com/isaacs/node-mkdirp.git
│ ├─ mri@1.1.6
│ │ ├─ URL: https://github.com/lukeed/mri.git
│ │ ├─ VendorName: Luke Edwards
│ │ └─ VendorUrl: https://lukeed.com
│ ├─ ms@2.0.0
│ │ └─ URL: https://github.com/zeit/ms.git
│ ├─ ms@2.1.1
│ │ └─ URL: https://github.com/zeit/ms.git
│ ├─ ms@2.1.2
│ │ └─ URL: https://github.com/zeit/ms.git
│ ├─ ms@2.1.3
│ │ └─ URL: https://github.com/vercel/ms.git
│ ├─ multicast-dns-service-types@1.1.0
│ │ ├─ URL: https://github.com/mafintosh/multicast-dns-service-types.git
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/multicast-dns-service-types
│ ├─ multicast-dns@6.2.3
│ │ ├─ URL: https://github.com/mafintosh/multicast-dns.git
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/multicast-dns
│ ├─ multimatch@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/multimatch.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ nan@2.14.2
│ │ └─ URL: git://github.com/nodejs/nan.git
│ ├─ nanoid@3.1.23
│ │ ├─ URL: https://github.com/ai/nanoid.git
│ │ └─ VendorName: Andrey Sitnik
│ ├─ nanomatch@1.2.13
│ │ ├─ URL: https://github.com/micromatch/nanomatch.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/nanomatch
│ ├─ natural-compare@1.4.0
│ │ ├─ URL: git://github.com/litejs/natural-compare-lite.git
│ │ ├─ VendorName: Lauri Rooden
│ │ └─ VendorUrl: https://github.com/litejs/natural-compare-lite
│ ├─ negotiator@0.6.2
│ │ └─ URL: https://github.com/jshttp/negotiator.git
│ ├─ neo-async@2.6.2
│ │ ├─ URL: git@github.com:suguru03/neo-async.git
│ │ └─ VendorUrl: https://github.com/suguru03/neo-async
│ ├─ next-tick@1.0.0
│ │ ├─ URL: git://github.com/medikoo/next-tick.git
│ │ ├─ VendorName: Mariusz Nowak
│ │ └─ VendorUrl: http://www.medikoo.com/
│ ├─ nice-try@1.0.5
│ │ ├─ URL: https://github.com/electerious/nice-try.git
│ │ └─ VendorUrl: https://github.com/electerious/nice-try
│ ├─ no-case@3.0.4
│ │ ├─ URL: git://github.com/blakeembrey/change-case.git
│ │ ├─ VendorName: Blake Embrey
│ │ └─ VendorUrl: https://github.com/blakeembrey/change-case/tree/master/packages/no-case#readme
│ ├─ node-addon-api@1.7.2
│ │ ├─ URL: git://github.com/nodejs/node-addon-api.git
│ │ └─ VendorUrl: https://github.com/nodejs/node-addon-api
│ ├─ node-gyp@7.1.2
│ │ ├─ URL: git://github.com/nodejs/node-gyp.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: http://tootallnate.net
│ ├─ node-int64@0.4.0
│ │ ├─ URL: https://github.com/broofa/node-int64
│ │ └─ VendorName: Robert Kieffer
│ ├─ node-libs-browser@2.2.1
│ │ ├─ URL: git+https://github.com/webpack/node-libs-browser.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: http://github.com/webpack/node-libs-browser
│ ├─ node-modules-regexp@1.0.0
│ │ ├─ URL: https://github.com/jamestalmage/node-modules-regexp.git
│ │ ├─ VendorName: James Talmage
│ │ └─ VendorUrl: github.com/jamestalmage
│ ├─ node-notifier@8.0.2
│ │ ├─ URL: git+ssh://git@github.com/mikaelbr/node-notifier.git
│ │ ├─ VendorName: Mikael Brevik
│ │ └─ VendorUrl: https://github.com/mikaelbr/node-notifier#readme
│ ├─ node-releases@1.1.73
│ │ ├─ URL: git+https://github.com/chicoxyzzy/node-releases.git
│ │ └─ VendorName: Sergey Rubanov
│ ├─ node-sass@6.0.1
│ │ ├─ URL: https://github.com/sass/node-sass
│ │ ├─ VendorName: Andrew Nesbitt
│ │ └─ VendorUrl: https://github.com/sass/node-sass
│ ├─ normalize-path@2.1.1
│ │ ├─ URL: https://github.com/jonschlinkert/normalize-path.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/normalize-path
│ ├─ normalize-path@3.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/normalize-path.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/normalize-path
│ ├─ normalize-range@0.1.2
│ │ ├─ URL: https://github.com/jamestalmage/normalize-range.git
│ │ ├─ VendorName: James Talmage
│ │ └─ VendorUrl: github.com/jamestalmage
│ ├─ normalize-url@1.9.1
│ │ ├─ URL: https://github.com/sindresorhus/normalize-url.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ normalize-url@3.3.0
│ │ ├─ URL: https://github.com/sindresorhus/normalize-url.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ normalize-url@4.5.1
│ │ ├─ URL: https://github.com/sindresorhus/normalize-url.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ npm-conf@1.1.3
│ │ ├─ URL: https://github.com/kevva/npm-conf.git
│ │ ├─ VendorName: Kevin Martensson
│ │ └─ VendorUrl: github.com/kevva
│ ├─ npm-path@2.0.4
│ │ ├─ URL: https://github.com/timoxley/npm-path.git
│ │ ├─ VendorName: Tim Oxley
│ │ └─ VendorUrl: https://github.com/timoxley/npm-path
│ ├─ npm-run-path@2.0.2
│ │ ├─ URL: https://github.com/sindresorhus/npm-run-path.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ npm-run-path@4.0.1
│ │ ├─ URL: https://github.com/sindresorhus/npm-run-path.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ npm-which@3.0.1
│ │ ├─ URL: https://github.com/timoxley/npm-which.git
│ │ ├─ VendorName: Tim Oxley
│ │ └─ VendorUrl: https://github.com/timoxley/npm-which
│ ├─ num2fraction@1.2.2
│ │ ├─ URL: git@github.com:yisibl/num2fraction.git
│ │ ├─ VendorName: yisi
│ │ └─ VendorUrl: http://iyunlu.com/view
│ ├─ number-is-nan@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/number-is-nan.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ nwsapi@2.2.0
│ │ ├─ URL: git://github.com/dperini/nwsapi.git
│ │ ├─ VendorName: Diego Perini
│ │ └─ VendorUrl: http://javascript.nwbox.com/nwsapi/
│ ├─ object-assign@4.1.1
│ │ ├─ URL: https://github.com/sindresorhus/object-assign.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ object-copy@0.1.0
│ │ ├─ URL: https://github.com/jonschlinkert/object-copy.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/object-copy
│ ├─ object-hash@2.2.0
│ │ ├─ URL: https://github.com/puleos/object-hash
│ │ ├─ VendorName: Scott Puleo
│ │ └─ VendorUrl: https://github.com/puleos/object-hash
│ ├─ object-inspect@1.11.0
│ │ ├─ URL: git://github.com/inspect-js/object-inspect.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/inspect-js/object-inspect
│ ├─ object-is@1.1.5
│ │ ├─ URL: git://github.com/es-shims/object-is.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/es-shims/object-is
│ ├─ object-keys@1.1.1
│ │ ├─ URL: git://github.com/ljharb/object-keys.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ object-visit@1.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/object-visit.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/object-visit
│ ├─ object.assign@4.1.2
│ │ ├─ URL: git://github.com/ljharb/object.assign.git
│ │ └─ VendorName: Jordan Harband
│ ├─ object.entries@1.1.4
│ │ ├─ URL: git://github.com/es-shims/Object.entries.git
│ │ └─ VendorName: Jordan Harband
│ ├─ object.fromentries@2.0.4
│ │ ├─ URL: git://github.com/es-shims/Object.fromEntries.git
│ │ └─ VendorName: Jordan Harband
│ ├─ object.getownpropertydescriptors@2.1.2
│ │ ├─ URL: git://github.com/es-shims/object.getownpropertydescriptors.git
│ │ └─ VendorName: Jordan Harband
│ ├─ object.pick@1.3.0
│ │ ├─ URL: https://github.com/jonschlinkert/object.pick.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/object.pick
│ ├─ object.values@1.1.4
│ │ ├─ URL: git://github.com/es-shims/Object.values.git
│ │ └─ VendorName: Jordan Harband
│ ├─ obuf@1.1.2
│ │ ├─ URL: git@github.com:indutny/offset-buffer
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/offset-buffer
│ ├─ on-finished@2.3.0
│ │ └─ URL: https://github.com/jshttp/on-finished.git
│ ├─ on-headers@1.0.2
│ │ ├─ URL: https://github.com/jshttp/on-headers.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ onetime@5.1.2
│ │ ├─ URL: https://github.com/sindresorhus/onetime.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ open@7.4.2
│ │ ├─ URL: https://github.com/sindresorhus/open.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ opn@5.5.0
│ │ ├─ URL: https://github.com/sindresorhus/opn.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ optimize-css-assets-webpack-plugin@5.0.4
│ │ ├─ URL: http://github.com/NMFR/optimize-css-assets-webpack-plugin.git
│ │ ├─ VendorName: Nuno Rodrigues
│ │ └─ VendorUrl: http://github.com/NMFR/optimize-css-assets-webpack-plugin
│ ├─ optionator@0.8.3
│ │ ├─ URL: git://github.com/gkz/optionator.git
│ │ ├─ VendorName: George Zahariev
│ │ └─ VendorUrl: https://github.com/gkz/optionator
│ ├─ optionator@0.9.1
│ │ ├─ URL: git://github.com/gkz/optionator.git
│ │ ├─ VendorName: George Zahariev
│ │ └─ VendorUrl: https://github.com/gkz/optionator
│ ├─ original@1.0.2
│ │ ├─ URL: https://github.com/unshiftio/original
│ │ └─ VendorName: Arnout Kazemier
│ ├─ os-browserify@0.3.0
│ │ ├─ URL: http://github.com/CoderPuppy/os-browserify.git
│ │ └─ VendorName: CoderPuppy
│ ├─ p-cancelable@1.1.0
│ │ ├─ URL: https://github.com/sindresorhus/p-cancelable.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-each-series@2.2.0
│ │ ├─ URL: https://github.com/sindresorhus/p-each-series.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ p-finally@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/p-finally.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-limit@1.3.0
│ │ ├─ URL: https://github.com/sindresorhus/p-limit.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-limit@2.3.0
│ │ ├─ URL: https://github.com/sindresorhus/p-limit.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-limit@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/p-limit.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ p-locate@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/p-locate.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-locate@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/p-locate.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-locate@4.1.0
│ │ ├─ URL: https://github.com/sindresorhus/p-locate.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-map@2.1.0
│ │ ├─ URL: https://github.com/sindresorhus/p-map.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-map@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/p-map.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ p-retry@3.0.1
│ │ ├─ URL: https://github.com/sindresorhus/p-retry.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-try@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/p-try.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ p-try@2.2.0
│ │ ├─ URL: https://github.com/sindresorhus/p-try.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ package-json@6.5.0
│ │ ├─ URL: https://github.com/sindresorhus/package-json.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ parallel-transform@1.2.0
│ │ ├─ URL: git://github.com/mafintosh/parallel-transform
│ │ └─ VendorName: Mathias Buus Madsen
│ ├─ param-case@3.0.4
│ │ ├─ URL: git://github.com/blakeembrey/change-case.git
│ │ ├─ VendorName: Blake Embrey
│ │ └─ VendorUrl: https://github.com/blakeembrey/change-case/tree/master/packages/param-case#readme
│ ├─ parent-module@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/parent-module.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ parse-json@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/parse-json.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ parse-json@5.2.0
│ │ ├─ URL: https://github.com/sindresorhus/parse-json.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ parse5@6.0.1
│ │ ├─ URL: git://github.com/inikulin/parse5.git
│ │ ├─ VendorName: Ivan Nikulin
│ │ └─ VendorUrl: https://github.com/inikulin/parse5
│ ├─ parseurl@1.3.3
│ │ └─ URL: https://github.com/pillarjs/parseurl.git
│ ├─ pascal-case@3.1.2
│ │ ├─ URL: git://github.com/blakeembrey/change-case.git
│ │ ├─ VendorName: Blake Embrey
│ │ └─ VendorUrl: https://github.com/blakeembrey/change-case/tree/master/packages/pascal-case#readme
│ ├─ pascalcase@0.1.1
│ │ ├─ URL: https://github.com/jonschlinkert/pascalcase.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/pascalcase
│ ├─ path-browserify@0.0.1
│ │ ├─ URL: git://github.com/substack/path-browserify.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/path-browserify
│ ├─ path-dirname@1.0.2
│ │ ├─ URL: https://github.com/es128/path-dirname.git
│ │ └─ VendorName: Elan Shanker
│ ├─ path-exists@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/path-exists.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ path-exists@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/path-exists.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ path-is-absolute@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/path-is-absolute.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ path-key@2.0.1
│ │ ├─ URL: https://github.com/sindresorhus/path-key.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ path-key@3.1.1
│ │ ├─ URL: https://github.com/sindresorhus/path-key.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ path-parse@1.0.7
│ │ ├─ URL: https://github.com/jbgutierrez/path-parse.git
│ │ ├─ VendorName: Javier Blanco
│ │ └─ VendorUrl: https://github.com/jbgutierrez/path-parse#readme
│ ├─ path-to-regexp@0.1.7
│ │ └─ URL: https://github.com/component/path-to-regexp.git
│ ├─ path-type@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/path-type.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ path-type@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/path-type.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ pathfinding@0.4.18
│ │ ├─ URL: git://github.com/qiao/PathFinding.js.git
│ │ ├─ VendorName: Xueqiao Xu
│ │ └─ VendorUrl: https://github.com/qiao/PathFinding.js
│ ├─ pbkdf2@3.1.2
│ │ ├─ URL: https://github.com/crypto-browserify/pbkdf2.git
│ │ ├─ VendorName: Daniel Cousens
│ │ └─ VendorUrl: https://github.com/crypto-browserify/pbkdf2
│ ├─ pend@1.2.0
│ │ ├─ URL: git://github.com/andrewrk/node-pend.git
│ │ └─ VendorName: Andrew Kelley
│ ├─ performance-now@2.1.0
│ │ ├─ URL: git://github.com/braveg1rl/performance-now.git
│ │ ├─ VendorName: Braveg1rl
│ │ └─ VendorUrl: https://github.com/braveg1rl/performance-now
│ ├─ picomatch@2.3.0
│ │ ├─ URL: https://github.com/micromatch/picomatch.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/picomatch
│ ├─ pify@2.3.0
│ │ ├─ URL: https://github.com/sindresorhus/pify.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ pify@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/pify.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ pify@4.0.1
│ │ ├─ URL: https://github.com/sindresorhus/pify.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ pinkie-promise@2.0.1
│ │ ├─ URL: https://github.com/floatdrop/pinkie-promise.git
│ │ ├─ VendorName: Vsevolod Strukchinsky
│ │ └─ VendorUrl: github.com/floatdrop
│ ├─ pinkie@2.0.4
│ │ ├─ URL: https://github.com/floatdrop/pinkie.git
│ │ ├─ VendorName: Vsevolod Strukchinsky
│ │ └─ VendorUrl: github.com/floatdrop
│ ├─ pirates@4.0.1
│ │ ├─ URL: https://github.com/ariporad/pirates.git
│ │ ├─ VendorName: Ari Porad
│ │ └─ VendorUrl: https://github.com/ariporad/pirates#readme
│ ├─ pkg-dir@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/pkg-dir.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ pkg-dir@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/pkg-dir.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ pkg-dir@4.2.0
│ │ ├─ URL: https://github.com/sindresorhus/pkg-dir.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ pkg-up@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/pkg-up.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ pkg-up@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/pkg-up.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ plist@3.0.2
│ │ ├─ URL: git://github.com/TooTallNate/node-plist.git
│ │ └─ VendorName: Nathan Rajlich
│ ├─ pnp-webpack-plugin@1.6.4
│ │ ├─ URL: https://github.com/arcanis/pnp-webpack-plugin.git
│ │ └─ VendorUrl: https://github.com/arcanis/pnp-webpack-plugin
│ ├─ popper.js@1.16.1
│ │ ├─ URL: git+https://github.com/FezVrasta/popper.js.git
│ │ ├─ VendorName: Federico Zivolo
│ │ └─ VendorUrl: https://popper.js.org/
│ ├─ portfinder@1.0.28
│ │ ├─ URL: git@github.com:http-party/node-portfinder.git
│ │ └─ VendorName: Charlie Robbins
│ ├─ posix-character-classes@0.1.1
│ │ ├─ URL: https://github.com/jonschlinkert/posix-character-classes.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/posix-character-classes
│ ├─ postcss-attribute-case-insensitive@4.0.2
│ │ ├─ URL: git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git
│ │ ├─ VendorName: Dmitry Semigradsky
│ │ └─ VendorUrl: https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme
│ ├─ postcss-calc@7.0.5
│ │ ├─ URL: https://github.com/postcss/postcss-calc.git
│ │ └─ VendorName: Andy Jansson
│ ├─ postcss-color-hex-alpha@5.0.3
│ │ ├─ URL: https://github.com/postcss/postcss-color-hex-alpha.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/postcss/postcss-color-hex-alpha#readme
│ ├─ postcss-color-rebeccapurple@4.0.1
│ │ ├─ URL: https://github.com/postcss/postcss-color-rebeccapurple.git
│ │ └─ VendorName: Maxime Thirouin
│ ├─ postcss-colormin@4.0.3
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-convert-values@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-custom-media@7.0.8
│ │ ├─ URL: https://github.com/postcss/postcss-custom-media.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/postcss/postcss-custom-media#readme
│ ├─ postcss-custom-properties@8.0.11
│ │ ├─ URL: https://github.com/postcss/postcss-custom-properties.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/postcss/postcss-custom-properties#readme
│ ├─ postcss-custom-selectors@5.1.2
│ │ ├─ URL: https://github.com/postcss/postcss-custom-selectors.git
│ │ ├─ VendorName: Jonathan Neal
│ │ └─ VendorUrl: https://github.com/postcss/postcss-custom-selectors#readme
│ ├─ postcss-discard-comments@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-discard-duplicates@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-discard-empty@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-discard-overridden@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Justineo
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-flexbugs-fixes@4.2.1
│ │ ├─ URL: https://github.com/luisrudge/postcss-flexbugs-fixes.git
│ │ └─ VendorName: Luis Rudge
│ ├─ postcss-font-variant@4.0.1
│ │ ├─ URL: https://github.com/postcss/postcss-font-variant.git
│ │ └─ VendorName: Maxime Thirouin
│ ├─ postcss-initial@3.0.4
│ │ ├─ URL: https://github.com/maximkoretskiy/postcss-initial.git
│ │ └─ VendorName: Maksim Koretskiy
│ ├─ postcss-load-config@2.1.2
│ │ ├─ URL: https://github.com/postcss/postcss-load-config.git
│ │ └─ VendorName: Michael Ciniawky
│ ├─ postcss-loader@3.0.0
│ │ ├─ URL: https://github.com/postcss/postcss-loader.git
│ │ ├─ VendorName: Andrey Sitnik
│ │ └─ VendorUrl: https://github.com/postcss/postcss-loader#readme
│ ├─ postcss-media-minmax@4.0.0
│ │ ├─ URL: https://github.com/postcss/postcss-media-minmax.git
│ │ └─ VendorName: yisi
│ ├─ postcss-merge-longhand@4.0.11
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-merge-rules@4.0.3
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-minify-font-values@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Bogdan Chadkin
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-minify-gradients@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-minify-params@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Bogdan Chadkin
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-minify-selectors@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-modules-local-by-default@3.0.3
│ │ ├─ URL: https://github.com/css-modules/postcss-modules-local-by-default.git
│ │ └─ VendorName: Mark Dalgleish
│ ├─ postcss-normalize-charset@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Bogdan Chadkin
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-normalize-display-values@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-normalize-positions@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-normalize-repeat-style@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-normalize-string@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-normalize-timing-functions@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-normalize-unicode@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-normalize-url@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-normalize-whitespace@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-ordered-values@4.1.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-page-break@2.0.0
│ │ ├─ URL: https://github.com/shrpne/postcss-page-break.git
│ │ ├─ VendorName: shrpne
│ │ └─ VendorUrl: https://github.com/shrpne/postcss-page-break
│ ├─ postcss-reduce-initial@4.0.3
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-reduce-transforms@4.0.2
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-replace-overflow-wrap@3.0.0
│ │ ├─ URL: https://github.com/MattDiMu/postcss-replace-overflow-wrap.git
│ │ ├─ VendorName: Matthias Müller
│ │ └─ VendorUrl: https://github.com/MattDiMu/postcss-replace-overflow-wrap
│ ├─ postcss-safe-parser@5.0.2
│ │ ├─ URL: https://github.com/postcss/postcss-safe-parser.git
│ │ └─ VendorName: Andrey Sitnik
│ ├─ postcss-selector-matches@4.0.0
│ │ ├─ URL: https://github.com/postcss/postcss-selector-matches.git
│ │ └─ VendorName: Maxime Thirouin
│ ├─ postcss-selector-not@4.0.1
│ │ ├─ URL: https://github.com/postcss/postcss-selector-not.git
│ │ └─ VendorName: Maxime Thirouin
│ ├─ postcss-selector-parser@3.1.2
│ │ ├─ URL: https://github.com/postcss/postcss-selector-parser.git
│ │ └─ VendorUrl: https://github.com/postcss/postcss-selector-parser
│ ├─ postcss-selector-parser@5.0.0
│ │ ├─ URL: https://github.com/postcss/postcss-selector-parser.git
│ │ └─ VendorUrl: https://github.com/postcss/postcss-selector-parser
│ ├─ postcss-selector-parser@6.0.6
│ │ ├─ URL: https://github.com/postcss/postcss-selector-parser.git
│ │ └─ VendorUrl: https://github.com/postcss/postcss-selector-parser
│ ├─ postcss-svgo@4.0.3
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-unique-selectors@4.0.1
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ postcss-value-parser@3.3.1
│ │ ├─ URL: https://github.com/TrySound/postcss-value-parser.git
│ │ ├─ VendorName: Bogdan Chadkin
│ │ └─ VendorUrl: https://github.com/TrySound/postcss-value-parser
│ ├─ postcss-value-parser@4.1.0
│ │ ├─ URL: https://github.com/TrySound/postcss-value-parser.git
│ │ ├─ VendorName: Bogdan Chadkin
│ │ └─ VendorUrl: https://github.com/TrySound/postcss-value-parser
│ ├─ postcss-values-parser@2.0.1
│ │ ├─ URL: https://github.com/lesshint/postcss-values-parser.git
│ │ ├─ VendorName: Andrew Powell
│ │ └─ VendorUrl: shellscape
│ ├─ postcss@7.0.36
│ │ ├─ URL: https://github.com/postcss/postcss.git
│ │ ├─ VendorName: Andrey Sitnik
│ │ └─ VendorUrl: https://postcss.org/
│ ├─ postcss@8.3.6
│ │ ├─ URL: https://github.com/postcss/postcss.git
│ │ ├─ VendorName: Andrey Sitnik
│ │ └─ VendorUrl: https://postcss.org/
│ ├─ prelude-ls@1.1.2
│ │ ├─ URL: git://github.com/gkz/prelude-ls.git
│ │ ├─ VendorName: George Zahariev
│ │ └─ VendorUrl: http://preludels.com/
│ ├─ prelude-ls@1.2.1
│ │ ├─ URL: git://github.com/gkz/prelude-ls.git
│ │ ├─ VendorName: George Zahariev
│ │ └─ VendorUrl: http://preludels.com/
│ ├─ prepend-http@1.0.4
│ │ ├─ URL: https://github.com/sindresorhus/prepend-http.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ prepend-http@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/prepend-http.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ prettier-linter-helpers@1.0.0
│ │ ├─ URL: git+https://github.com/prettier/prettier-linter-helpers.git
│ │ └─ VendorUrl: https://github.com/prettier/prettier-linter-helpers#readme
│ ├─ prettier@2.3.2
│ │ ├─ URL: https://github.com/prettier/prettier.git
│ │ ├─ VendorName: James Long
│ │ └─ VendorUrl: https://prettier.io/
│ ├─ pretty-bytes@5.6.0
│ │ ├─ URL: https://github.com/sindresorhus/pretty-bytes.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ pretty-error@2.1.2
│ │ ├─ URL: https://github.com/AriaMinaei/pretty-error.git
│ │ └─ VendorName: Aria Minaei
│ ├─ pretty-format@26.6.2
│ │ ├─ URL: https://github.com/facebook/jest.git
│ │ └─ VendorName: James Kyle
│ ├─ pretty-format@27.0.6
│ │ ├─ URL: https://github.com/facebook/jest.git
│ │ └─ VendorName: James Kyle
│ ├─ pretty-quick@3.1.1
│ │ ├─ URL: https://github.com/azz/pretty-quick.git
│ │ └─ VendorName: Lucas Azzola
│ ├─ pretty@2.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/pretty.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/pretty
│ ├─ process-nextick-args@2.0.1
│ │ ├─ URL: https://github.com/calvinmetcalf/process-nextick-args.git
│ │ └─ VendorUrl: https://github.com/calvinmetcalf/process-nextick-args
│ ├─ process@0.11.10
│ │ ├─ URL: git://github.com/shtylman/node-process.git
│ │ └─ VendorName: Roman Shtylman
│ ├─ progress@2.0.3
│ │ ├─ URL: git://github.com/visionmedia/node-progress
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ promise@8.1.0
│ │ ├─ URL: https://github.com/then/promise.git
│ │ └─ VendorName: ForbesLindesay
│ ├─ prompts@2.4.0
│ │ ├─ URL: https://github.com/terkelg/prompts.git
│ │ ├─ VendorName: Terkel Gjervig
│ │ └─ VendorUrl: https://terkel.com
│ ├─ prompts@2.4.1
│ │ ├─ URL: https://github.com/terkelg/prompts.git
│ │ ├─ VendorName: Terkel Gjervig
│ │ └─ VendorUrl: https://terkel.com
│ ├─ prop-types-extra@1.1.1
│ │ ├─ URL: git+https://github.com/react-bootstrap/prop-types-extra.git
│ │ ├─ VendorName: Matthew L Smith
│ │ └─ VendorUrl: https://github.com/react-bootstrap/prop-types-extra#readme
│ ├─ prop-types@15.7.2
│ │ ├─ URL: https://github.com/facebook/prop-types.git
│ │ └─ VendorUrl: https://facebook.github.io/react/
│ ├─ proxy-addr@2.0.7
│ │ ├─ URL: https://github.com/jshttp/proxy-addr.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ prr@1.0.1
│ │ ├─ URL: https://github.com/rvagg/prr.git
│ │ ├─ VendorName: Rod Vagg
│ │ └─ VendorUrl: https://github.com/rvagg/prr
│ ├─ psl@1.8.0
│ │ ├─ URL: git@github.com:lupomontero/psl.git
│ │ ├─ VendorName: Lupo Montero
│ │ └─ VendorUrl: https://lupomontero.com/
│ ├─ public-encrypt@4.0.3
│ │ ├─ URL: https://github.com/crypto-browserify/publicEncrypt.git
│ │ ├─ VendorName: Calvin Metcalf
│ │ └─ VendorUrl: https://github.com/crypto-browserify/publicEncrypt
│ ├─ pump@2.0.1
│ │ ├─ URL: git://github.com/mafintosh/pump.git
│ │ └─ VendorName: Mathias Buus Madsen
│ ├─ pump@3.0.0
│ │ ├─ URL: git://github.com/mafintosh/pump.git
│ │ └─ VendorName: Mathias Buus Madsen
│ ├─ pumpify@1.5.1
│ │ ├─ URL: git://github.com/mafintosh/pumpify
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/pumpify
│ ├─ punycode@1.3.2
│ │ ├─ URL: https://github.com/bestiejs/punycode.js.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/punycode
│ ├─ punycode@1.4.1
│ │ ├─ URL: https://github.com/bestiejs/punycode.js.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/punycode
│ ├─ punycode@2.1.1
│ │ ├─ URL: https://github.com/bestiejs/punycode.js.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/punycode
│ ├─ pupa@2.1.1
│ │ ├─ URL: https://github.com/sindresorhus/pupa.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ q@1.5.1
│ │ ├─ URL: git://github.com/kriskowal/q.git
│ │ ├─ VendorName: Kris Kowal
│ │ └─ VendorUrl: https://github.com/kriskowal/q
│ ├─ query-string@4.3.4
│ │ ├─ URL: https://github.com/sindresorhus/query-string.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ querystring-es3@0.2.1
│ │ ├─ URL: git://github.com/mike-spainhower/querystring.git
│ │ └─ VendorName: Irakli Gozalishvili
│ ├─ querystring@0.2.0
│ │ ├─ URL: git://github.com/Gozala/querystring.git
│ │ └─ VendorName: Irakli Gozalishvili
│ ├─ querystring@0.2.1
│ │ ├─ URL: git://github.com/Gozala/querystring.git
│ │ └─ VendorName: Irakli Gozalishvili
│ ├─ querystringify@2.2.0
│ │ ├─ URL: https://github.com/unshiftio/querystringify
│ │ ├─ VendorName: Arnout Kazemier
│ │ └─ VendorUrl: https://github.com/unshiftio/querystringify
│ ├─ queue-microtask@1.2.3
│ │ ├─ URL: git://github.com/feross/queue-microtask.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: https://github.com/feross/queue-microtask
│ ├─ quick-lru@4.0.1
│ │ ├─ URL: https://github.com/sindresorhus/quick-lru.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ raf@3.4.1
│ │ ├─ URL: git://github.com/chrisdickinson/raf.git
│ │ └─ VendorName: Chris Dickinson
│ ├─ randombytes@2.1.0
│ │ ├─ URL: git@github.com:crypto-browserify/randombytes.git
│ │ └─ VendorUrl: https://github.com/crypto-browserify/randombytes
│ ├─ randomfill@1.0.4
│ │ ├─ URL: https://github.com/crypto-browserify/randomfill.git
│ │ └─ VendorUrl: https://github.com/crypto-browserify/randomfill
│ ├─ range-parser@1.2.1
│ │ ├─ URL: https://github.com/jshttp/range-parser.git
│ │ ├─ VendorName: TJ Holowaychuk
│ │ └─ VendorUrl: http://tjholowaychuk.com
│ ├─ raw-body@2.4.0
│ │ ├─ URL: https://github.com/stream-utils/raw-body.git
│ │ ├─ VendorName: Jonathan Ong
│ │ └─ VendorUrl: http://jongleberry.com
│ ├─ react-app-polyfill@2.0.0
│ │ └─ URL: https://github.com/facebook/create-react-app.git
│ ├─ react-bootstrap@1.6.1
│ │ ├─ URL: git+https://github.com/react-bootstrap/react-bootstrap.git
│ │ ├─ VendorName: Stephen J. Collings
│ │ └─ VendorUrl: https://react-bootstrap.github.io/
│ ├─ react-dev-utils@11.0.4
│ │ └─ URL: https://github.com/facebook/create-react-app.git
│ ├─ react-dnd-html5-backend@14.0.0
│ │ └─ URL: https://github.com/react-dnd/react-dnd.git
│ ├─ react-dnd@14.0.2
│ │ └─ URL: https://github.com/react-dnd/react-dnd.git
│ ├─ react-dom@17.0.2
│ │ ├─ URL: https://github.com/facebook/react.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ react-error-overlay@6.0.9
│ │ ├─ URL: https://github.com/facebook/create-react-app.git
│ │ └─ VendorName: Joe Haddad
│ ├─ react-icons@4.2.0
│ │ ├─ URL: git+ssh://git@github.com:react-icons/react-icons.git
│ │ ├─ VendorName: Goran Gajic
│ │ └─ VendorUrl: https://github.com/react-icons/react-icons#readme
│ ├─ react-is@16.13.1
│ │ ├─ URL: https://github.com/facebook/react.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ react-is@17.0.2
│ │ ├─ URL: https://github.com/facebook/react.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ react-lifecycles-compat@3.0.4
│ │ └─ URL: https://github.com/reactjs/react-lifecycles-compat.git
│ ├─ react-lineto@3.2.1
│ │ ├─ URL: https://github.com/kdeloach/react-lineto.git
│ │ ├─ VendorName: Kevin DeLoach
│ │ └─ VendorUrl: https://github.com/kdeloach/react-lineto
│ ├─ react-overlays@5.1.1
│ │ ├─ URL: git+https://github.com/react-bootstrap/react-overlays.git
│ │ └─ VendorName: Jason Quense
│ ├─ react-redux@7.2.4
│ │ ├─ URL: https://github.com/reduxjs/react-redux.git
│ │ ├─ VendorName: Dan Abramov
│ │ └─ VendorUrl: https://github.com/reduxjs/react-redux
│ ├─ react-refresh@0.8.3
│ │ ├─ URL: https://github.com/facebook/react.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ react-scripts@4.0.3
│ │ └─ URL: https://github.com/facebook/create-react-app.git
│ ├─ react-shallow-renderer@16.14.1
│ │ ├─ URL: https://github.com/NMinhNguyen/react-shallow-renderer.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ react-spinners@0.11.0
│ │ ├─ URL: https://github.com/davidhu2000/react-spinners.git
│ │ ├─ VendorName: David Hu
│ │ └─ VendorUrl: https://github.com/davidhu2000/react-spinners
│ ├─ react-test-renderer@17.0.2
│ │ ├─ URL: https://github.com/facebook/react.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ react-treebeard@3.2.4
│ │ ├─ URL: git+https://github.com/storybooks/react-treebeard.git
│ │ ├─ VendorName: Alex Curtis
│ │ └─ VendorUrl: https://github.com/storybooks/react-treebeard#readme
│ ├─ react@17.0.2
│ │ ├─ URL: https://github.com/facebook/react.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ read-config-file@6.2.0
│ │ ├─ URL: https://github.com/develar/read-config-file.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/develar/read-config-file
│ ├─ read-pkg-up@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/read-pkg-up.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ read-pkg-up@7.0.1
│ │ ├─ URL: https://github.com/sindresorhus/read-pkg-up.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ read-pkg@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/read-pkg.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ read-pkg@5.2.0
│ │ ├─ URL: https://github.com/sindresorhus/read-pkg.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ readable-stream@1.0.34
│ │ ├─ URL: git://github.com/isaacs/readable-stream
│ │ ├─ VendorName: Isaac Z. Schlueter
│ │ └─ VendorUrl: http://blog.izs.me/
│ ├─ readable-stream@2.3.7
│ │ └─ URL: git://github.com/nodejs/readable-stream
│ ├─ readable-stream@3.6.0
│ │ └─ URL: git://github.com/nodejs/readable-stream
│ ├─ readdirp@2.2.1
│ │ ├─ URL: git://github.com/paulmillr/readdirp.git
│ │ ├─ VendorName: Thorsten Lorenz
│ │ └─ VendorUrl: https://github.com/paulmillr/readdirp
│ ├─ readdirp@3.6.0
│ │ ├─ URL: git://github.com/paulmillr/readdirp.git
│ │ ├─ VendorName: Thorsten Lorenz
│ │ └─ VendorUrl: https://github.com/paulmillr/readdirp
│ ├─ rechoir@0.7.1
│ │ ├─ URL: https://github.com/gulpjs/rechoir.git
│ │ ├─ VendorName: Gulp Team
│ │ └─ VendorUrl: http://gulpjs.com/
│ ├─ recursive-readdir@2.2.2
│ │ ├─ URL: git://github.com/jergason/recursive-readdir.git
│ │ ├─ VendorName: Jamison Dance
│ │ └─ VendorUrl: http://jamisondance.com/
│ ├─ redent@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/redent.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ redux-logger@3.0.6
│ │ ├─ URL: git+https://github.com/theaqua/redux-logger.git
│ │ ├─ VendorName: Eugene Rodionov
│ │ └─ VendorUrl: https://github.com/theaqua/redux-logger#readme
│ ├─ redux@4.1.0
│ │ ├─ URL: https://github.com/reduxjs/redux.git
│ │ └─ VendorUrl: http://redux.js.org/
│ ├─ regenerate-unicode-properties@8.2.0
│ │ ├─ URL: https://github.com/mathiasbynens/regenerate-unicode-properties.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://github.com/mathiasbynens/regenerate-unicode-properties
│ ├─ regenerate@1.4.2
│ │ ├─ URL: https://github.com/mathiasbynens/regenerate.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/regenerate
│ ├─ regenerator-runtime@0.10.5
│ │ ├─ URL: https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
│ │ └─ VendorName: Ben Newman
│ ├─ regenerator-runtime@0.11.1
│ │ ├─ URL: https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
│ │ └─ VendorName: Ben Newman
│ ├─ regenerator-runtime@0.13.9
│ │ ├─ URL: https://github.com/facebook/regenerator/tree/master/packages/runtime
│ │ └─ VendorName: Ben Newman
│ ├─ regenerator-transform@0.14.5
│ │ ├─ URL: https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform
│ │ └─ VendorName: Ben Newman
│ ├─ regex-not@1.0.2
│ │ ├─ URL: https://github.com/jonschlinkert/regex-not.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/regex-not
│ ├─ regex-parser@2.2.11
│ │ ├─ URL: git@github.com:IonicaBizau/regex-parser.js.git
│ │ ├─ VendorName: Ionică Bizău
│ │ └─ VendorUrl: https://github.com/IonicaBizau/regex-parser.js
│ ├─ regexp.prototype.flags@1.3.1
│ │ ├─ URL: git://github.com/es-shims/RegExp.prototype.flags.git
│ │ └─ VendorName: Jordan Harband
│ ├─ regexpp@3.2.0
│ │ ├─ URL: git+https://github.com/mysticatea/regexpp.git
│ │ ├─ VendorName: Toru Nagashima
│ │ └─ VendorUrl: https://github.com/mysticatea/regexpp#readme
│ ├─ regexpu-core@4.7.1
│ │ ├─ URL: https://github.com/mathiasbynens/regexpu-core.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://mths.be/regexpu
│ ├─ registry-auth-token@4.2.1
│ │ ├─ URL: git+ssh://git@github.com/rexxars/registry-auth-token.git
│ │ ├─ VendorName: Espen Hovlandsdal
│ │ └─ VendorUrl: https://github.com/rexxars/registry-auth-token#readme
│ ├─ registry-url@5.1.0
│ │ ├─ URL: https://github.com/sindresorhus/registry-url.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ regjsgen@0.5.2
│ │ ├─ URL: https://github.com/bnjmnt4n/regjsgen.git
│ │ ├─ VendorName: Benjamin Tan
│ │ └─ VendorUrl: https://github.com/bnjmnt4n/regjsgen
│ ├─ relateurl@0.2.7
│ │ ├─ URL: git://github.com/stevenvachon/relateurl.git
│ │ ├─ VendorName: Steven Vachon
│ │ └─ VendorUrl: https://github.com/stevenvachon/relateurl
│ ├─ renderkid@2.0.7
│ │ ├─ URL: https://github.com/AriaMinaei/RenderKid.git
│ │ └─ VendorName: Aria Minaei
│ ├─ repeat-element@1.1.4
│ │ ├─ URL: https://github.com/jonschlinkert/repeat-element.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/repeat-element
│ ├─ repeat-string@1.6.1
│ │ ├─ URL: https://github.com/jonschlinkert/repeat-string.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/repeat-string
│ ├─ require-directory@2.1.1
│ │ ├─ URL: git://github.com/troygoode/node-require-directory.git
│ │ ├─ VendorName: Troy Goode
│ │ └─ VendorUrl: https://github.com/troygoode/node-require-directory/
│ ├─ require-from-string@2.0.2
│ │ ├─ URL: https://github.com/floatdrop/require-from-string.git
│ │ ├─ VendorName: Vsevolod Strukchinsky
│ │ └─ VendorUrl: github.com/floatdrop
│ ├─ require-package-name@2.0.1
│ │ ├─ URL: git://github.com/mattdesl/require-package-name.git
│ │ ├─ VendorName: Matt DesLauriers
│ │ └─ VendorUrl: https://github.com/mattdesl/require-package-name
│ ├─ requires-port@1.0.0
│ │ ├─ URL: https://github.com/unshiftio/requires-port
│ │ ├─ VendorName: Arnout Kazemier
│ │ └─ VendorUrl: https://github.com/unshiftio/requires-port
│ ├─ resize-observer-polyfill@1.5.1
│ │ ├─ URL: https://github.com/que-etc/resize-observer-polyfill.git
│ │ ├─ VendorName: Denis Rul
│ │ └─ VendorUrl: https://github.com/que-etc/resize-observer-polyfill
│ ├─ resolve-cwd@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/resolve-cwd.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ resolve-cwd@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/resolve-cwd.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ resolve-from@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/resolve-from.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ resolve-from@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/resolve-from.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ resolve-from@5.0.0
│ │ ├─ URL: https://github.com/sindresorhus/resolve-from.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ resolve-url-loader@3.1.4
│ │ ├─ URL: git+https://github.com/bholloway/resolve-url-loader.git
│ │ ├─ VendorName: bholloway
│ │ └─ VendorUrl: https://github.com/bholloway/resolve-url-loader/tree/v3-maintenance/packages/resolve-url-loader
│ ├─ resolve-url@0.2.1
│ │ ├─ URL: https://github.com/lydell/resolve-url.git
│ │ └─ VendorName: Simon Lydell
│ ├─ resolve@1.18.1
│ │ ├─ URL: git://github.com/browserify/resolve.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ resolve@1.20.0
│ │ ├─ URL: git://github.com/browserify/resolve.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ resolve@2.0.0-next.3
│ │ ├─ URL: git://github.com/browserify/resolve.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ responselike@1.0.2
│ │ ├─ URL: https://github.com/lukechilds/responselike.git
│ │ └─ VendorName: lukechilds
│ ├─ ret@0.1.15
│ │ ├─ URL: git://github.com/fent/ret.js.git
│ │ ├─ VendorName: Roly Fentanes
│ │ └─ VendorUrl: https://github.com/fent
│ ├─ retry@0.12.0
│ │ ├─ URL: git://github.com/tim-kos/node-retry.git
│ │ ├─ VendorName: Tim Koschützki
│ │ └─ VendorUrl: https://github.com/tim-kos/node-retry
│ ├─ reusify@1.0.4
│ │ ├─ URL: git+https://github.com/mcollina/reusify.git
│ │ ├─ VendorName: Matteo Collina
│ │ └─ VendorUrl: https://github.com/mcollina/reusify#readme
│ ├─ rework-visit@1.0.0
│ ├─ rework@1.0.1
│ │ ├─ URL: git://github.com/reworkcss/rework.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ rgb-regex@1.0.1
│ │ ├─ URL: https://github.com/regexps/rgb-regex.git
│ │ ├─ VendorName: John Otander
│ │ └─ VendorUrl: https://github.com/regexps/rgb-regex
│ ├─ rgba-regex@1.0.0
│ │ ├─ URL: https://github.com/johnotander/rgba-regex.git
│ │ ├─ VendorName: John Otander
│ │ └─ VendorUrl: https://github.com/johnotander/rgba-regex
│ ├─ ripemd160@2.0.2
│ │ └─ URL: https://github.com/crypto-browserify/ripemd160
│ ├─ rollup-plugin-babel@4.4.0
│ │ ├─ URL: https://github.com/rollup/rollup-plugin-babel.git
│ │ ├─ VendorName: Rich Harris
│ │ └─ VendorUrl: https://github.com/rollup/rollup-plugin-babel
│ ├─ rollup-plugin-terser@5.3.1
│ │ ├─ URL: git+https://github.com/TrySound/rollup-plugin-terser.git
│ │ └─ VendorName: Bogdan Chadkin
│ ├─ rollup-pluginutils@2.8.2
│ │ ├─ URL: https://github.com/rollup/rollup-pluginutils.git
│ │ ├─ VendorName: Rich Harris
│ │ └─ VendorUrl: https://github.com/rollup/rollup-pluginutils#readme
│ ├─ rollup@1.32.1
│ │ ├─ URL: https://github.com/rollup/rollup.git
│ │ ├─ VendorName: Rich Harris
│ │ └─ VendorUrl: https://github.com/rollup/rollup
│ ├─ rsvp@4.8.5
│ │ ├─ URL: https://github.com/tildeio/rsvp.js.git
│ │ ├─ VendorName: Tilde, Inc. & Stefan Penner
│ │ └─ VendorUrl: https://github.com/tildeio/rsvp.js
│ ├─ run-parallel@1.2.0
│ │ ├─ URL: git://github.com/feross/run-parallel.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: https://github.com/feross/run-parallel
│ ├─ safe-buffer@5.1.2
│ │ ├─ URL: git://github.com/feross/safe-buffer.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: https://github.com/feross/safe-buffer
│ ├─ safe-buffer@5.2.1
│ │ ├─ URL: git://github.com/feross/safe-buffer.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: https://github.com/feross/safe-buffer
│ ├─ safe-regex@1.1.0
│ │ ├─ URL: git://github.com/substack/safe-regex.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/safe-regex
│ ├─ safer-buffer@2.1.2
│ │ ├─ URL: git+https://github.com/ChALkeR/safer-buffer.git
│ │ ├─ VendorName: Nikita Skovoroda
│ │ └─ VendorUrl: https://github.com/ChALkeR
│ ├─ sane@4.1.0
│ │ ├─ URL: https://github.com/amasad/sane
│ │ ├─ VendorName: amasad
│ │ └─ VendorUrl: https://github.com/amasad/sane
│ ├─ sass-graph@2.2.5
│ │ ├─ URL: https://github.com/xzyfer/sass-graph.git
│ │ └─ VendorName: xzyfer
│ ├─ sass-loader@10.2.0
│ │ ├─ URL: https://github.com/webpack-contrib/sass-loader.git
│ │ ├─ VendorName: J. Tangelder
│ │ └─ VendorUrl: https://github.com/webpack-contrib/sass-loader
│ ├─ scheduler@0.20.2
│ │ ├─ URL: https://github.com/facebook/react.git
│ │ └─ VendorUrl: https://reactjs.org/
│ ├─ schema-utils@1.0.0
│ │ ├─ URL: https://github.com/webpack-contrib/schema-utils
│ │ ├─ VendorName: webpack Contrib
│ │ └─ VendorUrl: https://github.com/webpack-contrib/schema-utils
│ ├─ schema-utils@2.7.1
│ │ ├─ URL: https://github.com/webpack/schema-utils.git
│ │ ├─ VendorName: webpack Contrib
│ │ └─ VendorUrl: https://github.com/webpack/schema-utils
│ ├─ schema-utils@3.1.1
│ │ ├─ URL: https://github.com/webpack/schema-utils.git
│ │ ├─ VendorName: webpack Contrib
│ │ └─ VendorUrl: https://github.com/webpack/schema-utils
│ ├─ scss-tokenizer@0.2.3
│ │ ├─ URL: https://github.com/sasstools/scss-tokenizer.git
│ │ ├─ VendorName: xzyfer
│ │ └─ VendorUrl: https://github.com/sasstools/scss-tokenizer
│ ├─ select-hose@2.0.0
│ │ ├─ URL: git+ssh://git@github.com/indutny/select-hose.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/select-hose#readme
│ ├─ selfsigned@1.10.11
│ │ ├─ URL: git://github.com/jfromaniello/selfsigned.git
│ │ ├─ VendorName: José F. Romaniello
│ │ └─ VendorUrl: http://joseoncode.com
│ ├─ semver-compare@1.0.0
│ │ ├─ URL: git://github.com/substack/semver-compare.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/semver-compare
│ ├─ semver-diff@3.1.1
│ │ ├─ URL: https://github.com/sindresorhus/semver-diff.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ send@0.17.1
│ │ ├─ URL: https://github.com/pillarjs/send.git
│ │ └─ VendorName: TJ Holowaychuk
│ ├─ serialize-error@7.0.1
│ │ ├─ URL: https://github.com/sindresorhus/serialize-error.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ serve-index@1.9.1
│ │ ├─ URL: https://github.com/expressjs/serve-index.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ serve-static@1.14.1
│ │ ├─ URL: https://github.com/expressjs/serve-static.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ set-immediate-shim@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/set-immediate-shim.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ set-value@2.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/set-value.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/set-value
│ ├─ setimmediate@1.0.5
│ │ ├─ URL: https://github.com/YuzuJS/setImmediate.git
│ │ └─ VendorName: YuzuJS
│ ├─ shallow-clone@3.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/shallow-clone.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/shallow-clone
│ ├─ shallowequal@1.1.0
│ │ ├─ URL: https://github.com/dashed/shallowequal.git
│ │ ├─ VendorName: Alberto Leal
│ │ └─ VendorUrl: github.com/dashed
│ ├─ shebang-command@1.2.0
│ │ ├─ URL: https://github.com/kevva/shebang-command.git
│ │ ├─ VendorName: Kevin Martensson
│ │ └─ VendorUrl: github.com/kevva
│ ├─ shebang-command@2.0.0
│ │ ├─ URL: https://github.com/kevva/shebang-command.git
│ │ ├─ VendorName: Kevin Mårtensson
│ │ └─ VendorUrl: github.com/kevva
│ ├─ shebang-regex@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/shebang-regex.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ shebang-regex@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/shebang-regex.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ shell-quote@1.7.2
│ │ ├─ URL: http://github.com/substack/node-shell-quote.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/node-shell-quote
│ ├─ shellwords@0.1.1
│ │ ├─ URL: git://github.com/jimmycuadra/shellwords.git
│ │ ├─ VendorName: Jimmy Cuadra
│ │ └─ VendorUrl: https://github.com/jimmycuadra/shellwords
│ ├─ side-channel@1.0.4
│ │ ├─ URL: git+https://github.com/ljharb/side-channel.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/side-channel#readme
│ ├─ simple-swizzle@0.2.2
│ │ ├─ URL: https://github.com/qix-/node-simple-swizzle.git
│ │ ├─ VendorName: Qix
│ │ └─ VendorUrl: http://github.com/qix-
│ ├─ sisteransi@1.0.5
│ │ ├─ URL: https://github.com/terkelg/sisteransi
│ │ ├─ VendorName: Terkel Gjervig
│ │ └─ VendorUrl: https://terkel.com
│ ├─ slash@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/slash.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ slice-ansi@1.0.0
│ │ ├─ URL: https://github.com/chalk/slice-ansi.git
│ │ └─ VendorName: David Caccavella
│ ├─ slice-ansi@4.0.0
│ │ └─ URL: https://github.com/chalk/slice-ansi.git
│ ├─ smart-buffer@4.1.0
│ │ ├─ URL: https://github.com/JoshGlazebrook/smart-buffer.git
│ │ ├─ VendorName: Josh Glazebrook
│ │ └─ VendorUrl: https://github.com/JoshGlazebrook/smart-buffer/
│ ├─ snapdragon-node@2.1.1
│ │ ├─ URL: https://github.com/jonschlinkert/snapdragon-node.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/snapdragon-node
│ ├─ snapdragon-util@3.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/snapdragon-util.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/snapdragon-util
│ ├─ snapdragon@0.8.2
│ │ ├─ URL: https://github.com/jonschlinkert/snapdragon.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/snapdragon
│ ├─ sockjs-client@1.5.1
│ │ ├─ URL: https://github.com/sockjs/sockjs-client.git
│ │ ├─ VendorName: Bryce Kahle
│ │ └─ VendorUrl: http://sockjs.org/
│ ├─ sockjs@0.3.21
│ │ ├─ URL: https://github.com/sockjs/sockjs-node.git
│ │ ├─ VendorName: Marek Majkowski
│ │ └─ VendorUrl: https://github.com/sockjs/sockjs-node
│ ├─ sort-keys@1.1.2
│ │ ├─ URL: https://github.com/sindresorhus/sort-keys.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ source-list-map@2.0.1
│ │ ├─ URL: https://github.com/webpack/source-list-map.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/source-list-map
│ ├─ source-map-resolve@0.5.3
│ │ ├─ URL: https://github.com/lydell/source-map-resolve.git
│ │ └─ VendorName: Simon Lydell
│ ├─ source-map-support@0.5.19
│ │ └─ URL: https://github.com/evanw/node-source-map-support
│ ├─ source-map-url@0.4.1
│ │ ├─ URL: https://github.com/lydell/source-map-url.git
│ │ └─ VendorName: Simon Lydell
│ ├─ sourcemap-codec@1.4.8
│ │ ├─ URL: https://github.com/Rich-Harris/sourcemap-codec
│ │ ├─ VendorName: Rich Harris
│ │ └─ VendorUrl: https://github.com/Rich-Harris/sourcemap-codec
│ ├─ spawn-command@0.0.2-1
│ │ ├─ URL: https://github.com/mmalecki/spawn-command
│ │ └─ VendorName: Maciej Małecki
│ ├─ spdx-expression-parse@3.0.1
│ │ ├─ URL: https://github.com/jslicense/spdx-expression-parse.js.git
│ │ ├─ VendorName: Kyle E. Mitchell
│ │ └─ VendorUrl: https://kemitchell.com
│ ├─ spdy-transport@3.0.0
│ │ ├─ URL: git://github.com/spdy-http2/spdy-transport.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/spdy-http2/spdy-transport
│ ├─ spdy@4.0.2
│ │ ├─ URL: git://github.com/indutny/node-spdy.git
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/node-spdy
│ ├─ split-string@3.1.0
│ │ ├─ URL: https://github.com/jonschlinkert/split-string.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/split-string
│ ├─ sshpk@1.16.1
│ │ ├─ URL: git+https://github.com/joyent/node-sshpk.git
│ │ ├─ VendorName: Joyent, Inc
│ │ └─ VendorUrl: https://github.com/arekinath/node-sshpk#readme
│ ├─ stable@0.1.8
│ │ ├─ URL: https://github.com/Two-Screen/stable.git
│ │ └─ VendorName: Angry Bytes
│ ├─ stack-utils@2.0.3
│ │ ├─ URL: https://github.com/tapjs/stack-utils.git
│ │ ├─ VendorName: James Talmage
│ │ └─ VendorUrl: github.com/jamestalmage
│ ├─ stackframe@1.2.0
│ │ ├─ URL: git://github.com/stacktracejs/stackframe.git
│ │ └─ VendorUrl: https://www.stacktracejs.com/
│ ├─ stat-mode@1.0.0
│ │ ├─ URL: git://github.com/TooTallNate/stat-mode.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: https://github.com/TooTallNate/stat-mode
│ ├─ static-extend@0.1.2
│ │ ├─ URL: https://github.com/jonschlinkert/static-extend.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/static-extend
│ ├─ statuses@1.5.0
│ │ └─ URL: https://github.com/jshttp/statuses.git
│ ├─ stdout-stream@1.4.1
│ │ └─ URL: https://github.com/mafintosh/stdout-stream.git
│ ├─ stream-browserify@2.0.2
│ │ ├─ URL: git://github.com/browserify/stream-browserify.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/browserify/stream-browserify
│ ├─ stream-each@1.2.3
│ │ ├─ URL: https://github.com/mafintosh/stream-each.git
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/stream-each
│ ├─ stream-http@2.8.3
│ │ ├─ URL: git://github.com/jhiesey/stream-http.git
│ │ ├─ VendorName: John Hiesey
│ │ └─ VendorUrl: https://github.com/jhiesey/stream-http#readme
│ ├─ stream-shift@1.0.1
│ │ ├─ URL: https://github.com/mafintosh/stream-shift.git
│ │ ├─ VendorName: Mathias Buus
│ │ └─ VendorUrl: https://github.com/mafintosh/stream-shift
│ ├─ strict-uri-encode@1.1.0
│ │ ├─ URL: https://github.com/kevva/strict-uri-encode.git
│ │ ├─ VendorName: Kevin Mårtensson
│ │ └─ VendorUrl: github.com/kevva
│ ├─ string_decoder@0.10.31
│ │ ├─ URL: git://github.com/rvagg/string_decoder.git
│ │ └─ VendorUrl: https://github.com/rvagg/string_decoder
│ ├─ string_decoder@1.1.1
│ │ ├─ URL: git://github.com/nodejs/string_decoder.git
│ │ └─ VendorUrl: https://github.com/nodejs/string_decoder
│ ├─ string_decoder@1.3.0
│ │ ├─ URL: git://github.com/nodejs/string_decoder.git
│ │ └─ VendorUrl: https://github.com/nodejs/string_decoder
│ ├─ string-argv@0.1.2
│ │ ├─ URL: https://github.com/mccormicka/string-argv
│ │ ├─ VendorName: Anthony McCormick
│ │ └─ VendorUrl: https://github.com/mccormicka/string-argv
│ ├─ string-length@4.0.2
│ │ ├─ URL: https://github.com/sindresorhus/string-length.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ string-natural-compare@3.0.1
│ │ ├─ URL: https://github.com/nwoltman/string-natural-compare.git
│ │ ├─ VendorName: Nathan Woltman
│ │ └─ VendorUrl: https://github.com/nwoltman/string-natural-compare
│ ├─ string-width@1.0.2
│ │ ├─ URL: https://github.com/sindresorhus/string-width.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ string-width@2.1.1
│ │ ├─ URL: https://github.com/sindresorhus/string-width.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ string-width@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/string-width.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ string-width@4.2.2
│ │ ├─ URL: https://github.com/sindresorhus/string-width.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ string.prototype.matchall@4.0.5
│ │ ├─ URL: git+https://github.com/es-shims/String.prototype.matchAll.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/es-shims/String.prototype.matchAll#readme
│ ├─ string.prototype.trimend@1.0.4
│ │ ├─ URL: git://github.com/es-shims/String.prototype.trimEnd.git
│ │ └─ VendorName: Jordan Harband
│ ├─ string.prototype.trimstart@1.0.4
│ │ ├─ URL: git://github.com/es-shims/String.prototype.trimStart.git
│ │ └─ VendorName: Jordan Harband
│ ├─ strip-ansi@3.0.1
│ │ ├─ URL: https://github.com/chalk/strip-ansi.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-ansi@4.0.0
│ │ ├─ URL: https://github.com/chalk/strip-ansi.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-ansi@5.2.0
│ │ ├─ URL: https://github.com/chalk/strip-ansi.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-ansi@6.0.0
│ │ ├─ URL: https://github.com/chalk/strip-ansi.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-bom@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/strip-bom.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-bom@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/strip-bom.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-comments@1.0.2
│ │ ├─ URL: https://github.com/jonschlinkert/strip-comments.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/strip-comments
│ ├─ strip-eof@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/strip-eof.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-final-newline@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/strip-final-newline.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-indent@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/strip-indent.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-json-comments@2.0.1
│ │ ├─ URL: https://github.com/sindresorhus/strip-json-comments.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ strip-json-comments@3.1.1
│ │ ├─ URL: https://github.com/sindresorhus/strip-json-comments.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ strip-outer@1.0.1
│ │ ├─ URL: https://github.com/sindresorhus/strip-outer.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ style-loader@1.3.0
│ │ ├─ URL: https://github.com/webpack-contrib/style-loader.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack-contrib/style-loader
│ ├─ stylehacks@4.0.3
│ │ ├─ URL: https://github.com/cssnano/cssnano.git
│ │ ├─ VendorName: Ben Briggs
│ │ └─ VendorUrl: https://github.com/cssnano/cssnano
│ ├─ stylis@4.0.10
│ │ ├─ URL: https://github.com/thysultan/stylis.js
│ │ ├─ VendorName: Sultan Tarimo
│ │ └─ VendorUrl: https://github.com/thysultan/stylis.js
│ ├─ supports-color@2.0.0
│ │ ├─ URL: https://github.com/chalk/supports-color.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ supports-color@5.5.0
│ │ ├─ URL: https://github.com/chalk/supports-color.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ supports-color@6.1.0
│ │ ├─ URL: https://github.com/chalk/supports-color.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ supports-color@7.2.0
│ │ ├─ URL: https://github.com/chalk/supports-color.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ supports-color@8.1.1
│ │ ├─ URL: https://github.com/chalk/supports-color.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ supports-hyperlinks@2.2.0
│ │ ├─ URL: https://github.com/jamestalmage/supports-hyperlinks.git
│ │ ├─ VendorName: James Talmage
│ │ └─ VendorUrl: github.com/jamestalmage
│ ├─ svg-parser@2.0.4
│ │ ├─ URL: git+https://github.com/Rich-Harris/svg-parser.git
│ │ ├─ VendorName: Rich Harris
│ │ └─ VendorUrl: https://github.com/Rich-Harris/svg-parser#README
│ ├─ svgo@1.3.2
│ │ ├─ URL: git://github.com/svg/svgo.git
│ │ ├─ VendorName: Kir Belevich
│ │ └─ VendorUrl: https://github.com/svg/svgo
│ ├─ symbol-tree@3.2.4
│ │ ├─ URL: https://github.com/jsdom/js-symbol-tree.git
│ │ ├─ VendorName: Joris van der Wel
│ │ └─ VendorUrl: https://github.com/jsdom/js-symbol-tree#symbol-tree
│ ├─ tapable@1.1.3
│ │ ├─ URL: http://github.com/webpack/tapable.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/tapable
│ ├─ temp-dir@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/temp-dir.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ temp-file@3.4.0
│ │ ├─ URL: https://github.com/develar/temp-file.git
│ │ ├─ VendorName: Vladimir Krivosheev
│ │ └─ VendorUrl: https://github.com/develar/temp-file
│ ├─ temp@0.9.4
│ │ ├─ URL: git://github.com/bruce/node-temp.git
│ │ └─ VendorName: Bruce Williams
│ ├─ tempy@0.3.0
│ │ ├─ URL: https://github.com/sindresorhus/tempy.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ terminal-link@2.1.1
│ │ ├─ URL: https://github.com/sindresorhus/terminal-link.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ terser-webpack-plugin@1.4.5
│ │ ├─ URL: https://github.com/webpack-contrib/terser-webpack-plugin.git
│ │ ├─ VendorName: webpack Contrib Team
│ │ └─ VendorUrl: https://github.com/webpack-contrib/terser-webpack-plugin
│ ├─ terser-webpack-plugin@4.2.3
│ │ ├─ URL: https://github.com/webpack-contrib/terser-webpack-plugin.git
│ │ ├─ VendorName: webpack Contrib Team
│ │ └─ VendorUrl: https://github.com/webpack-contrib/terser-webpack-plugin
│ ├─ text-table@0.2.0
│ │ ├─ URL: git://github.com/substack/text-table.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/text-table
│ ├─ throat@5.0.0
│ │ ├─ URL: https://github.com/ForbesLindesay/throat.git
│ │ └─ VendorName: ForbesLindesay
│ ├─ through2@2.0.5
│ │ ├─ URL: https://github.com/rvagg/through2.git
│ │ ├─ VendorName: Rod Vagg
│ │ └─ VendorUrl: https://github.com/rvagg
│ ├─ thunky@1.1.0
│ │ ├─ URL: git://github.com/mafintosh/thunky.git
│ │ ├─ VendorName: Mathias Buus Madsen
│ │ └─ VendorUrl: https://github.com/mafintosh/thunky#readme
│ ├─ timers-browserify@2.0.12
│ │ ├─ URL: git://github.com/jryans/timers-browserify.git
│ │ ├─ VendorName: J. Ryan Stinnett
│ │ └─ VendorUrl: https://github.com/jryans/timers-browserify
│ ├─ timsort@0.3.0
│ │ ├─ URL: https://github.com/mziccard/node-timsort.git
│ │ ├─ VendorName: Marco Ziccardi
│ │ └─ VendorUrl: https://github.com/mziccard/node-timsort
│ ├─ tmp-promise@3.0.2
│ │ ├─ URL: git://github.com/benjamingr/tmp-promise.git
│ │ └─ VendorName: Benjamin Gruenbaum and Collaborators.
│ ├─ tmp@0.2.1
│ │ ├─ URL: https://github.com/raszi/node-tmp.git
│ │ ├─ VendorName: KARASZI István
│ │ └─ VendorUrl: http://github.com/raszi/node-tmp
│ ├─ to-arraybuffer@1.0.1
│ │ ├─ URL: git://github.com/jhiesey/to-arraybuffer.git
│ │ ├─ VendorName: John Hiesey
│ │ └─ VendorUrl: https://github.com/jhiesey/to-arraybuffer#readme
│ ├─ to-fast-properties@1.0.3
│ │ ├─ URL: https://github.com/sindresorhus/to-fast-properties.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ to-fast-properties@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/to-fast-properties.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ to-object-path@0.3.0
│ │ ├─ URL: https://github.com/jonschlinkert/to-object-path.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/to-object-path
│ ├─ to-readable-stream@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/to-readable-stream.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ to-regex-range@2.1.1
│ │ ├─ URL: https://github.com/micromatch/to-regex-range.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/to-regex-range
│ ├─ to-regex-range@5.0.1
│ │ ├─ URL: https://github.com/micromatch/to-regex-range.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/micromatch/to-regex-range
│ ├─ to-regex@3.0.2
│ │ ├─ URL: https://github.com/jonschlinkert/to-regex.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/to-regex
│ ├─ toidentifier@1.0.0
│ │ ├─ URL: https://github.com/component/toidentifier.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ tr46@2.1.0
│ │ ├─ URL: https://github.com/jsdom/tr46
│ │ └─ VendorName: Sebastian Mayr
│ ├─ tree-kill@1.2.2
│ │ ├─ URL: git://github.com/pkrumins/node-tree-kill.git
│ │ ├─ VendorName: Peteris Krumins
│ │ └─ VendorUrl: https://github.com/pkrumins/node-tree-kill
│ ├─ trim-newlines@3.0.1
│ │ ├─ URL: https://github.com/sindresorhus/trim-newlines.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ trim-repeated@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/trim-repeated.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ tryer@1.0.1
│ │ ├─ URL: git+https://gitlab.com/philbooth/tryer.git
│ │ ├─ VendorName: Phil Booth
│ │ └─ VendorUrl: https://gitlab.com/philbooth/tryer
│ ├─ ts-pnp@1.2.0
│ │ ├─ URL: https://github.com/arcanis/ts-pnp.git
│ │ └─ VendorUrl: https://github.com/arcanis/ts-pnp
│ ├─ tsconfig-paths@3.10.1
│ │ ├─ URL: https://github.com/dividab/tsconfig-paths
│ │ └─ VendorName: Jonas Kello
│ ├─ tsutils@3.21.0
│ │ ├─ URL: https://github.com/ajafff/tsutils
│ │ └─ VendorName: Klaus Meinhardt
│ ├─ tty-browserify@0.0.0
│ │ ├─ URL: git://github.com/substack/tty-browserify.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/tty-browserify
│ ├─ tunnel@0.0.6
│ │ ├─ URL: https://github.com/koichik/node-tunnel.git
│ │ ├─ VendorName: Koichi Kobayashi
│ │ └─ VendorUrl: https://github.com/koichik/node-tunnel/
│ ├─ type-check@0.3.2
│ │ ├─ URL: git://github.com/gkz/type-check.git
│ │ ├─ VendorName: George Zahariev
│ │ └─ VendorUrl: https://github.com/gkz/type-check
│ ├─ type-check@0.4.0
│ │ ├─ URL: git://github.com/gkz/type-check.git
│ │ ├─ VendorName: George Zahariev
│ │ └─ VendorUrl: https://github.com/gkz/type-check
│ ├─ type-detect@4.0.8
│ │ ├─ URL: git+ssh://git@github.com/chaijs/type-detect.git
│ │ ├─ VendorName: Jake Luer
│ │ └─ VendorUrl: http://alogicalparadox.com
│ ├─ type-is@1.6.18
│ │ └─ URL: https://github.com/jshttp/type-is.git
│ ├─ typedarray-to-buffer@3.1.5
│ │ ├─ URL: git://github.com/feross/typedarray-to-buffer.git
│ │ ├─ VendorName: Feross Aboukhadijeh
│ │ └─ VendorUrl: http://feross.org/
│ ├─ typedarray@0.0.6
│ │ ├─ URL: git://github.com/substack/typedarray.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: https://github.com/substack/typedarray
│ ├─ unbox-primitive@1.0.1
│ │ ├─ URL: git+https://github.com/ljharb/unbox-primitive.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/unbox-primitive#readme
│ ├─ uncontrollable@7.2.1
│ │ ├─ URL: git+https://github.com/jquense/uncontrollable.git
│ │ ├─ VendorName: Jason Quense
│ │ └─ VendorUrl: https://github.com/jquense/uncontrollable#readme
│ ├─ unicode-canonical-property-names-ecmascript@1.0.4
│ │ ├─ URL: https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript
│ ├─ unicode-match-property-ecmascript@1.0.4
│ │ ├─ URL: https://github.com/mathiasbynens/unicode-match-property-ecmascript.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://github.com/mathiasbynens/unicode-match-property-ecmascript
│ ├─ unicode-match-property-value-ecmascript@1.2.0
│ │ ├─ URL: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript
│ ├─ unicode-property-aliases-ecmascript@1.1.0
│ │ ├─ URL: https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git
│ │ ├─ VendorName: Mathias Bynens
│ │ └─ VendorUrl: https://github.com/mathiasbynens/unicode-property-aliases-ecmascript
│ ├─ union-value@1.0.1
│ │ ├─ URL: https://github.com/jonschlinkert/union-value.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/union-value
│ ├─ uniq@1.0.1
│ │ ├─ URL: git://github.com/mikolalysenko/uniq.git
│ │ └─ VendorName: Mikola Lysenko
│ ├─ uniqs@2.0.0
│ │ ├─ URL: git://github.com/fgnass/uniqs.git
│ │ └─ VendorName: Felix Gnass
│ ├─ unique-string@1.0.0
│ │ ├─ URL: https://github.com/sindresorhus/unique-string.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ unique-string@2.0.0
│ │ ├─ URL: https://github.com/sindresorhus/unique-string.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ universalify@0.1.2
│ │ ├─ URL: git+https://github.com/RyanZim/universalify.git
│ │ ├─ VendorName: Ryan Zimmerman
│ │ └─ VendorUrl: https://github.com/RyanZim/universalify#readme
│ ├─ universalify@2.0.0
│ │ ├─ URL: git+https://github.com/RyanZim/universalify.git
│ │ ├─ VendorName: Ryan Zimmerman
│ │ └─ VendorUrl: https://github.com/RyanZim/universalify#readme
│ ├─ unpipe@1.0.0
│ │ ├─ URL: https://github.com/stream-utils/unpipe.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ unquote@1.1.1
│ │ ├─ URL: https://github.com/lakenen/node-unquote.git
│ │ ├─ VendorName: Cameron Lakenen
│ │ └─ VendorUrl: https://github.com/lakenen/node-unquote
│ ├─ unset-value@1.0.0
│ │ ├─ URL: https://github.com/jonschlinkert/unset-value.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/unset-value
│ ├─ untildify@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/untildify.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ unzip-crx-3@0.2.0
│ │ ├─ URL: https://github.com/peerigon/unzip-crx.git
│ │ └─ VendorName: Peerigon developers
│ ├─ upath@1.2.0
│ │ ├─ URL: git://github.com/anodynos/upath
│ │ ├─ VendorName: Angelos Pikoulas
│ │ └─ VendorUrl: http://github.com/anodynos/upath/
│ ├─ urix@0.1.0
│ │ ├─ URL: https://github.com/lydell/urix.git
│ │ └─ VendorName: Simon Lydell
│ ├─ url-loader@4.1.1
│ │ ├─ URL: https://github.com/webpack-contrib/url-loader.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack-contrib/url-loader
│ ├─ url-parse-lax@3.0.0
│ │ ├─ URL: https://github.com/sindresorhus/url-parse-lax.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ url-parse@1.5.1
│ │ ├─ URL: https://github.com/unshiftio/url-parse.git
│ │ └─ VendorName: Arnout Kazemier
│ ├─ url@0.11.0
│ │ └─ URL: https://github.com/defunctzombie/node-url.git
│ ├─ use@3.1.1
│ │ ├─ URL: https://github.com/jonschlinkert/use.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/use
│ ├─ util-deprecate@1.0.2
│ │ ├─ URL: git://github.com/TooTallNate/util-deprecate.git
│ │ ├─ VendorName: Nathan Rajlich
│ │ └─ VendorUrl: https://github.com/TooTallNate/util-deprecate
│ ├─ util.promisify@1.0.0
│ │ ├─ URL: git+https://github.com/ljharb/util.promisify.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/util.promisify#readme
│ ├─ util.promisify@1.0.1
│ │ ├─ URL: git+https://github.com/ljharb/util.promisify.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/ljharb/util.promisify#readme
│ ├─ util@0.10.3
│ │ ├─ URL: git://github.com/defunctzombie/node-util
│ │ ├─ VendorName: Joyent
│ │ └─ VendorUrl: https://github.com/defunctzombie/node-util
│ ├─ util@0.11.1
│ │ ├─ URL: git://github.com/defunctzombie/node-util
│ │ ├─ VendorName: Joyent
│ │ └─ VendorUrl: https://github.com/defunctzombie/node-util
│ ├─ utila@0.4.0
│ │ ├─ URL: https://github.com/AriaMinaei/utila.git
│ │ └─ VendorName: Aria Minaei
│ ├─ utils-merge@1.0.1
│ │ ├─ URL: git://github.com/jaredhanson/utils-merge.git
│ │ ├─ VendorName: Jared Hanson
│ │ └─ VendorUrl: http://www.jaredhanson.net/
│ ├─ uuid@3.4.0
│ │ └─ URL: https://github.com/uuidjs/uuid.git
│ ├─ uuid@8.3.2
│ │ └─ URL: https://github.com/uuidjs/uuid.git
│ ├─ v8-compile-cache@2.3.0
│ │ ├─ URL: https://github.com/zertosh/v8-compile-cache.git
│ │ └─ VendorName: Andres Suarez
│ ├─ vary@1.1.2
│ │ ├─ URL: https://github.com/jshttp/vary.git
│ │ └─ VendorName: Douglas Christopher Wilson
│ ├─ velocity-animate@1.5.2
│ │ ├─ URL: https://github.com/julianshapiro/velocity.git
│ │ └─ VendorUrl: http://velocityjs.org/
│ ├─ velocity-react@1.4.3
│ │ ├─ URL: git+https://github.com/twitter-fabric/velocity-react.git
│ │ ├─ VendorName: Google Inc.
│ │ └─ VendorUrl: https://github.com/twitter-fabric/velocity-react#readme
│ ├─ vendors@1.0.4
│ │ ├─ URL: https://github.com/wooorm/vendors.git
│ │ ├─ VendorName: Titus Wormer
│ │ └─ VendorUrl: https://wooorm.com
│ ├─ verror@1.10.0
│ │ └─ URL: git://github.com/davepacheco/node-verror.git
│ ├─ vm-browserify@1.1.2
│ │ ├─ URL: http://github.com/substack/vm-browserify.git
│ │ ├─ VendorName: James Halliday
│ │ └─ VendorUrl: http://substack.net
│ ├─ w3c-hr-time@1.0.2
│ │ ├─ URL: https://github.com/jsdom/w3c-hr-time
│ │ └─ VendorName: Timothy Gu
│ ├─ w3c-xmlserializer@2.0.0
│ │ └─ URL: https://github.com/jsdom/w3c-xmlserializer.git
│ ├─ wait-on@6.0.0
│ │ ├─ URL: http://github.com/jeffbski/wait-on.git
│ │ └─ VendorName: Jeff Barczewski
│ ├─ warning@4.0.3
│ │ ├─ URL: https://github.com/BerkeleyTrue/warning.git
│ │ ├─ VendorName: Berkeley Martinez
│ │ └─ VendorUrl: https://github.com/BerkeleyTrue/warning
│ ├─ watchpack-chokidar2@2.0.1
│ │ ├─ URL: https://github.com/webpack/watchpack.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/watchpack
│ ├─ watchpack@1.7.5
│ │ ├─ URL: https://github.com/webpack/watchpack.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/watchpack
│ ├─ wbuf@1.7.3
│ │ ├─ URL: git@github.com:indutny/wbuf
│ │ ├─ VendorName: Fedor Indutny
│ │ └─ VendorUrl: https://github.com/indutny/wbuf
│ ├─ webpack-cli@4.7.2
│ │ ├─ URL: https://github.com/webpack/webpack-cli.git
│ │ └─ VendorUrl: https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli
│ ├─ webpack-dev-middleware@3.7.3
│ │ ├─ URL: https://github.com/webpack/webpack-dev-middleware.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/webpack-dev-middleware
│ ├─ webpack-dev-server@3.11.1
│ │ ├─ URL: https://github.com/webpack/webpack-dev-server.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/webpack-dev-server#readme
│ ├─ webpack-log@2.0.0
│ │ ├─ URL: https://github.com/webpack-contrib/webpack-log.git
│ │ ├─ VendorName: Andrew Powell
│ │ └─ VendorUrl: https://github.com/webpack-contrib/webpack-log#readme
│ ├─ webpack-manifest-plugin@2.2.0
│ │ ├─ URL: https://github.com/danethurber/webpack-manifest-plugin.git
│ │ ├─ VendorName: Dane Thurber
│ │ └─ VendorUrl: https://github.com/danethurber/webpack-manifest-plugin
│ ├─ webpack-merge@4.2.2
│ │ ├─ URL: https://github.com/survivejs/webpack-merge.git
│ │ ├─ VendorName: Juho Vepsalainen
│ │ └─ VendorUrl: https://github.com/survivejs/webpack-merge
│ ├─ webpack-merge@5.8.0
│ │ ├─ URL: https://github.com/survivejs/webpack-merge.git
│ │ ├─ VendorName: Juho Vepsalainen
│ │ └─ VendorUrl: https://github.com/survivejs/webpack-merge
│ ├─ webpack-sources@1.4.3
│ │ ├─ URL: git+https://github.com/webpack/webpack-sources.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/webpack-sources#readme
│ ├─ webpack@4.44.2
│ │ ├─ URL: https://github.com/webpack/webpack.git
│ │ ├─ VendorName: Tobias Koppers @sokra
│ │ └─ VendorUrl: https://github.com/webpack/webpack
│ ├─ whatwg-encoding@1.0.5
│ │ ├─ URL: https://github.com/jsdom/whatwg-encoding.git
│ │ ├─ VendorName: Domenic Denicola
│ │ └─ VendorUrl: https://domenic.me/
│ ├─ whatwg-fetch@3.6.2
│ │ └─ URL: https://github.com/github/fetch.git
│ ├─ whatwg-mimetype@2.3.0
│ │ ├─ URL: https://github.com/jsdom/whatwg-mimetype.git
│ │ ├─ VendorName: Domenic Denicola
│ │ └─ VendorUrl: https://domenic.me/
│ ├─ whatwg-url@8.7.0
│ │ ├─ URL: https://github.com/jsdom/whatwg-url.git
│ │ └─ VendorName: Sebastian Mayr
│ ├─ which-boxed-primitive@1.0.2
│ │ ├─ URL: git+https://github.com/inspect-js/which-boxed-primitive.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/which-boxed-primitive#readme
│ ├─ which-collection@1.0.1
│ │ ├─ URL: git+https://github.com/inspect-js/which-collection.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: https://github.com/inspect-js/which-collection#readme
│ ├─ which-typed-array@1.1.4
│ │ ├─ URL: git://github.com/inspect-js/which-typed-array.git
│ │ ├─ VendorName: Jordan Harband
│ │ └─ VendorUrl: http://ljharb.codes
│ ├─ widest-line@3.1.0
│ │ ├─ URL: https://github.com/sindresorhus/widest-line.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ wildcard@2.0.0
│ │ ├─ URL: git://github.com/DamonOehlman/wildcard.git
│ │ └─ VendorName: Damon Oehlman
│ ├─ word-wrap@1.2.3
│ │ ├─ URL: https://github.com/jonschlinkert/word-wrap.git
│ │ ├─ VendorName: Jon Schlinkert
│ │ └─ VendorUrl: https://github.com/jonschlinkert/word-wrap
│ ├─ workbox-background-sync@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-broadcast-update@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-build@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-cacheable-response@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-core@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-expiration@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-google-analytics@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-navigation-preload@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-precaching@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-range-requests@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-routing@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-strategies@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-streams@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-sw@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-webpack-plugin@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ workbox-window@5.1.4
│ │ ├─ URL: https://github.com/googlechrome/workbox.git
│ │ ├─ VendorName: Google’s Web DevRel Team
│ │ └─ VendorUrl: https://github.com/GoogleChrome/workbox
│ ├─ worker-farm@1.7.0
│ │ ├─ URL: https://github.com/rvagg/node-worker-farm.git
│ │ └─ VendorUrl: https://github.com/rvagg/node-worker-farm
│ ├─ worker-rpc@0.1.1
│ │ ├─ URL: https://github.com/DirtyHairy/worker-rpc
│ │ ├─ VendorName: Christian Speckner
│ │ └─ VendorUrl: https://github.com/DirtyHairy/
│ ├─ wrap-ansi@5.1.0
│ │ ├─ URL: https://github.com/chalk/wrap-ansi.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ wrap-ansi@6.2.0
│ │ ├─ URL: https://github.com/chalk/wrap-ansi.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ wrap-ansi@7.0.0
│ │ ├─ URL: https://github.com/chalk/wrap-ansi.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: https://sindresorhus.com
│ ├─ ws@6.2.2
│ │ ├─ URL: https://github.com/websockets/ws.git
│ │ ├─ VendorName: Einar Otto Stangvik
│ │ └─ VendorUrl: https://github.com/websockets/ws
│ ├─ ws@7.5.3
│ │ ├─ URL: https://github.com/websockets/ws.git
│ │ ├─ VendorName: Einar Otto Stangvik
│ │ └─ VendorUrl: https://github.com/websockets/ws
│ ├─ xdg-basedir@4.0.0
│ │ ├─ URL: https://github.com/sindresorhus/xdg-basedir.git
│ │ ├─ VendorName: Sindre Sorhus
│ │ └─ VendorUrl: sindresorhus.com
│ ├─ xmlbuilder@15.1.1
│ │ ├─ URL: git://github.com/oozcitak/xmlbuilder-js.git
│ │ ├─ VendorName: Ozgur Ozcitak
│ │ └─ VendorUrl: http://github.com/oozcitak/xmlbuilder-js
│ ├─ xmlbuilder@9.0.7
│ │ ├─ URL: git://github.com/oozcitak/xmlbuilder-js.git
│ │ ├─ VendorName: Ozgur Ozcitak
│ │ └─ VendorUrl: http://github.com/oozcitak/xmlbuilder-js
│ ├─ xmlchars@2.2.0
│ │ ├─ URL: https://github.com/lddubeau/xmlchars.git
│ │ └─ VendorName: Louis-Dominique Dubeau
│ ├─ xmldom@0.5.0
│ │ ├─ URL: git://github.com/xmldom/xmldom.git
│ │ ├─ VendorName: jindw
│ │ └─ VendorUrl: https://github.com/xmldom/xmldom
│ ├─ xtend@4.0.2
│ │ ├─ URL: git://github.com/Raynos/xtend.git
│ │ ├─ VendorName: Raynos
│ │ └─ VendorUrl: https://github.com/Raynos/xtend
│ ├─ yaku@0.16.7
│ │ ├─ URL: https://github.com/ysmood/yaku.git
│ │ ├─ VendorName: http://ysmood.org
│ │ └─ VendorUrl: https://github.com/ysmood/yaku
│ ├─ yargs@13.3.2
│ │ ├─ URL: https://github.com/yargs/yargs.git
│ │ └─ VendorUrl: https://yargs.js.org/
│ ├─ yargs@15.4.1
│ │ ├─ URL: https://github.com/yargs/yargs.git
│ │ └─ VendorUrl: https://yargs.js.org/
│ ├─ yargs@16.2.0
│ │ ├─ URL: https://github.com/yargs/yargs.git
│ │ └─ VendorUrl: https://yargs.js.org/
│ ├─ yargs@17.0.1
│ │ ├─ URL: https://github.com/yargs/yargs.git
│ │ └─ VendorUrl: https://yargs.js.org/
│ ├─ yauzl@2.10.0
│ │ ├─ URL: https://github.com/thejoshwolfe/yauzl.git
│ │ ├─ VendorName: Josh Wolfe
│ │ └─ VendorUrl: https://github.com/thejoshwolfe/yauzl
│ └─ yocto-queue@0.1.0
│ ├─ URL: https://github.com/sindresorhus/yocto-queue.git
│ ├─ VendorName: Sindre Sorhus
│ └─ VendorUrl: https://sindresorhus.com
├─ MIT*
│ └─ async-foreach@0.1.3
│ ├─ URL: git://github.com/cowboy/javascript-sync-async-foreach.git
│ ├─ VendorName: “Cowboy” Ben Alman
│ └─ VendorUrl: http://github.com/cowboy/javascript-sync-async-foreach
├─ MPL-2.0
│ └─ axe-core@4.3.1
│ ├─ URL: https://github.com/dequelabs/axe-core.git
│ └─ VendorUrl: https://www.deque.com/axe/
├─ ODC-By-1.0
│ └─ language-subtag-registry@0.3.21
│ ├─ URL: https://github.com/mattcg/language-subtag-registry
│ └─ VendorUrl: https://github.com/mattcg/language-subtag-registry
├─ Python-2.0
│ └─ argparse@2.0.1
│ └─ URL: https://github.com/nodeca/argparse.git
├─ UNKNOWN
│ └─ heap@0.2.5
│ ├─ URL: git://github.com/qiao/heap.js.git
│ ├─ VendorName: Xueqiao Xu
│ └─ VendorUrl: https://github.com/qiao/heap.js
├─ Unlicense
│ └─ tweetnacl@0.14.5
│ ├─ URL: https://github.com/dchest/tweetnacl-js.git
│ ├─ VendorName: TweetNaCl-js contributors
│ └─ VendorUrl: https://tweetnacl.js.org/
├─ WTFPL
│ ├─ lz-string@1.4.4
│ │ ├─ URL: https://github.com/pieroxy/lz-string.git
│ │ ├─ VendorName: pieroxy
│ │ └─ VendorUrl: http://pieroxy.net/blog/pages/lz-string/index.html
│ ├─ truncate-utf8-bytes@1.0.2
│ │ ├─ URL: git+https://github.com/parshap/truncate-utf8-bytes.git
│ │ ├─ VendorName: Carl Xiong
│ │ └─ VendorUrl: https://github.com/parshap/truncate-utf8-bytes#readme
│ └─ utf8-byte-length@1.0.4
│ ├─ URL: git+https://github.com/parshap/utf8-byte-length.git
│ ├─ VendorName: Carl Xiong
│ └─ VendorUrl: https://github.com/parshap/utf8-byte-length#readme
└─ WTFPL OR ISC
└─ sanitize-filename@1.6.3
├─ URL: git@github.com:parshap/node-sanitize-filename.git
└─ VendorName: Parsha Pourkhomami