Skip to content

Yet another YTMusic like Bilibili player

License

Notifications You must be signed in to change notification settings

alanjinqs/mikufans-music

Repository files navigation


Logo

mikufans-musc

Yet another YouTube music like player for bilibili.com.
为 bilibili.com 打造的 YouTube Music
Quick Start · Report Bug

About The Project / 关于

A music player for Bilibili.com (a video website) that has the following features:
  • Search for videos / content creators
  • Favorites / Video Collections / Playlists
  • Heartbeat (history reporting)
  • Automatically select the best audio quality stream, and auto select flac stream if you are a premium member
  • Lyrics search / display / jump

本质上是一个通勤路上自用的音乐播放器,支持以下功能:

  • 播放视频的音频流
  • 搜索视频 / UP 主
  • 收藏夹/视频合集/播放列表
    • Todo: 搜索收藏夹/视频合集/播放列表 & 批量添加到本地 Playlist
  • 播放心跳(播放量记录及历史记录上报)
  • 自动选择最佳音质流,如果是大会员可以自动选择无损 flac 流
  • 歌词搜索/展示/跳转

Built With

Expo React Native

(back to top)

Getting Started (Without EAS) / 本地构建

git clone https://github.com/AlanJinqs/mikufans-music.git
cd mikufans-music
yarn install

Android

You need to have Android Studio installed and have your device in USB development mode. For detailed instructions, please refer to the Expo documentation.

你需要安装 Android Studio 并将你的设备设置为 USB 调试模式。详细的设置步骤请参考 Expo 文档

To build & install the app on your Android device, run the following command: 运行以下命令来构建并安装应用到你的 Android 设备:

npx expo run:android --variant release --device

iOS (without paid Apple Developer Account)

Open ios/mikufansMusic.xcworkspace in Xcode, select the mikufansmusic target, goto "Sign and Capabilities" and select your team. You may need to change the Bundle Identifier as Apple does not allow the same bundle identifier to be used by different developers.

打开 ios/mikufansMusic.xcworkspace,选择 mikufansmusic target,进入 "Sign and Capabilities" 选择开发者账户。你可能需要修改 Bundle Identifier 的前缀以避免冲突。

Choose Release scheme in Xcode and run the app. 使用 Xcode 选择 Release scheme 并运行应用。

Or, run the following command: 或运行以下命令以构建并安装:

Then run the following command:

```bash
npx expo run:ios --configuration Release --device

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

前往 issues 查看所有已知问题和计划中的功能。

(back to top)

Contributing

Any contributions you make are greatly appreciated. 欢迎 PR/Issue。

(back to top)

License

Distributed under the MIT License. See LICENSE for more information. 使用 MIT 协议发布。详见 LICENSE

The project and its contributor(s) are not responsible for any copyright issues that may arise during the use of this project. 本项目对于使用过程中产生的版权问题不承担任何责任。音乐创作不易,请支持正版。

(back to top)

Acknowledgments

Libraries
├─ (Apache-2.0 AND MIT)
│  └─ @web3-storage/[email protected]
│     ├─ URL: git+https://github.com/web3-storage/multipart-parser.git
│     └─ VendorName: vasco-santos
├─ (BSD-2-Clause OR MIT OR Apache-2.0)
│  └─ [email protected]
│     ├─ URL: https://github.com/dominictarr/rc.git
│     ├─ VendorName: Dominic Tarr
│     └─ VendorUrl: dominictarr.com
├─ (BSD-3-Clause OR GPL-2.0)
│  └─ [email protected]
│     ├─ URL: https://github.com/digitalbazaar/forge
│     ├─ VendorName: Digital Bazaar, Inc.
│     └─ VendorUrl: https://github.com/digitalbazaar/forge
├─ (MIT AND Zlib)
│  └─ [email protected]
│     ├─ URL: https://github.com/nodeca/pako.git
│     └─ VendorUrl: https://github.com/nodeca/pako
├─ (MIT OR CC0-1.0)
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/type-fest.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/type-fest.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/type-fest.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  └─ [email protected]
│     ├─ URL: https://github.com/sindresorhus/type-fest.git
│     ├─ VendorName: Sindre Sorhus
│     └─ VendorUrl: sindresorhus.com
├─ (Unlicense OR Apache-2.0)
│  └─ @zxing/[email protected]
│     ├─ URL: https://github.com/zxing-js/text-encoding.git
│     ├─ VendorName: Joshua Bell
│     └─ VendorUrl: https://github.com/inexorabletash/text-encoding
├─ 0BSD
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/robhogan/jsc-safe-url.git
│  │  ├─ VendorName: Rob Hogan
│  │  └─ VendorUrl: https://github.com/robhogan/jsc-safe-url#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jdxcode/password-prompt
│  │  ├─ VendorName: Jeff Dickey @jdxcode
│  │  └─ VendorUrl: https://github.com/jdxcode/password-prompt
│  └─ [email protected]
│     ├─ URL: https://github.com/Microsoft/tslib.git
│     ├─ VendorName: Microsoft Corp.
│     └─ VendorUrl: https://www.typescriptlang.org/
├─ Apache 2
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:nolanlawson/pouchdb-collections.git
│  │  ├─ VendorName: Calvin Metcalf
│  │  └─ VendorUrl: https://github.com/nolanlawson/pouchdb-collections
│  └─ [email protected]
│     ├─ URL: https://github.com/nolanlawson/tiny-queue.git
│     ├─ VendorName: Nolan Lawson
│     └─ VendorUrl: https://github.com/nolanlawson/tiny-queue
├─ Apache-2.0
│  ├─ @ampproject/[email protected]
│  │  ├─ URL: git+https://github.com/ampproject/remapping.git
│  │  └─ VendorName: Justin Ridgewell
│  ├─ @expo/[email protected]
│  │  ├─ URL: git://github.com/nolanlawson/node-websql.git
│  │  └─ VendorName: Nolan Lawson
│  ├─ @rnx-kit/[email protected]
│  │  ├─ URL: https://github.com/microsoft/rnx-kit
│  │  ├─ VendorName: Microsoft Open Source
│  │  └─ VendorUrl: https://github.com/microsoft/rnx-kit/tree/main/incubator/chromium-edge-launcher#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/watchman
│  │  ├─ VendorName: Wez Furlong
│  │  └─ VendorUrl: https://facebook.github.io/watchman/docs/bser.html
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/GoogleChrome/chrome-launcher/
│  │  └─ VendorName: The Chromium Authors
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/joe-bell/cva.git
│  │  ├─ VendorName: Joe Bell
│  │  └─ VendorUrl: https://github.com/joe-bell/cva#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/lovell/detect-libc
│  │  └─ VendorName: Lovell Fuller
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/dcporter/didyoumean.js.git
│  │  ├─ VendorName: Dave Porter
│  │  └─ VendorUrl: https://github.com/dcporter/didyoumean.js
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/drizzle-team/drizzle-orm.git
│  │  ├─ VendorName: Drizzle Team
│  │  └─ VendorUrl: https://orm.drizzle.team/
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:facebook/watchman.git
│  │  ├─ VendorName: Wez Furlong
│  │  └─ VendorUrl: https://facebook.github.io/watchman/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/square/find-yarn-workspace-root.git
│  │  └─ VendorName: Square, Inc.
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ehmicky/human-signals.git
│  │  ├─ VendorName: ehmicky
│  │  └─ VendorUrl: https://git.io/JeluP
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/nolanlawson/marky.git
│  │  ├─ VendorName: Nolan Lawson
│  │  └─ VendorUrl: https://github.com/nolanlawson/marky#readme
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/staylor/react-helmet-async
│  │  └─ VendorName: Scott Taylor
│  ├─ [email protected]
│  │  └─ URL: https://github.com/doublesymmetry/react-native-track-player.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/gristlabs/ts-interface-checker
│  │  └─ VendorName: Dmitry S, Grist Labs
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Microsoft/TypeScript.git
│  │  ├─ VendorName: Microsoft Corp.
│  │  └─ VendorUrl: https://www.typescriptlang.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/daaku/nodejs-walker
│  │  ├─ VendorName: Naitik Shah
│  │  └─ VendorUrl: https://github.com/daaku/nodejs-walker
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/apache/cordova-node-xcode.git
│  │  └─ VendorName: Apache Software Foundation
│  └─ [email protected]
│     ├─ URL: https://github.com/jsdom/xml-name-validator.git
│     ├─ VendorName: Domenic Denicola
│     └─ VendorUrl: https://domenic.me/
├─ Apache*
│  └─ [email protected]
│     ├─ URL: https://github.com/gtanner/qrcode-terminal
│     └─ VendorUrl: https://github.com/gtanner/qrcode-terminal
├─ BlueOak-1.0.0
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/jackspeak.git
│  │  └─ VendorName: Isaac Z. Schlueter
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/package-json-from-dist.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://izs.me
│  └─ [email protected]
│     ├─ URL: git+https://github.com/isaacs/path-scurry
│     ├─ VendorName: Isaac Z. Schlueter
│     └─ VendorUrl: https://blog.izs.me
├─ BSD
│  └─ [email protected]
│     ├─ URL: [email protected]:maleck13/readline.git
│     └─ VendorName: craig brookes
├─ BSD-2-Clause
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/fb55/css-select.git
│  │  └─ VendorName: Felix Boehm
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/fb55/css-what
│  │  ├─ VendorName: Felix Böhm
│  │  └─ VendorUrl: http://feedic.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/silverwind/default-gateway.git
│  │  └─ VendorName: silverwind
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/fb55/domelementtype.git
│  │  └─ VendorName: Felix Boehm
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/fb55/domhandler.git
│  │  └─ VendorName: Felix Boehm
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/fb55/domutils.git
│  │  └─ VendorName: Felix Boehm
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/motdotla/dotenv-expand
│  │  └─ VendorName: motdotla
│  ├─ [email protected]
│  │  └─ URL: git://github.com/motdotla/dotenv.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/fb55/entities.git
│  │  └─ VendorName: Felix Boehm
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/estools/escodegen.git
│  │  └─ VendorUrl: http://github.com/estools/escodegen
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jquery/esprima.git
│  │  ├─ VendorName: Ariya Hidayat
│  │  └─ VendorUrl: http://esprima.org/
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/estools/estraverse.git
│  │  └─ VendorUrl: https://github.com/estools/estraverse
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/estools/esutils.git
│  │  └─ VendorUrl: https://github.com/estools/esutils
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/bramstein/fontfaceobserver.git
│  │  ├─ VendorName: Bram Stein
│  │  └─ VendorUrl: https://fontfaceobserver.com/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/react-native-community/jsc-android-buildscripts.git
│  │  └─ VendorUrl: https://github.com/react-native-community/jsc-android-buildscripts#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ptarjan/node-cache.git
│  │  └─ VendorName: Paul Tarjan
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/fb55/nth-check
│  │  ├─ VendorName: Felix Boehm
│  │  └─ VendorUrl: https://github.com/fb55/nth-check
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:jviereck/regjsparser.git
│  │  ├─ VendorName: 'Julian Viereck'
│  │  └─ VendorUrl: https://github.com/jviereck/regjsparser
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/terser/terser
│  │  ├─ VendorName: Mihai Bazon
│  │  └─ VendorUrl: https://terser.org/
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/garycourt/uri-js
│  │  ├─ VendorName: Gary Court
│  │  └─ VendorUrl: https://github.com/garycourt/uri-js
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/webidl-conversions.git
│  │  ├─ VendorName: Domenic Denicola
│  │  └─ VendorUrl: https://domenic.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/webidl-conversions.git
│  │  ├─ VendorName: Domenic Denicola
│  │  └─ VendorUrl: https://domenic.me/
│  └─ [email protected]
│     ├─ URL: https://github.com/jsdom/webidl-conversions.git
│     ├─ VendorName: Domenic Denicola
│     └─ VendorUrl: https://domenic.me/
├─ BSD-3-Clause
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo-cli.git
│  │  ├─ VendorName: Evan Bacon
│  │  └─ VendorUrl: https://github.com/expo/expo-cli
│  ├─ @hapi/[email protected]
│  │  └─ URL: git://github.com/hapijs/hoek
│  ├─ @hapi/[email protected]
│  │  └─ URL: git://github.com/hapijs/topo
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/debugger-frontend#readme
│  ├─ @sideway/[email protected]
│  │  └─ URL: git://github.com/sideway/address
│  ├─ @sideway/[email protected]
│  │  └─ URL: git://github.com/sideway/formula
│  ├─ @sideway/[email protected]
│  │  └─ URL: git://github.com/sideway/pinpoint
│  ├─ @sinonjs/[email protected]
│  │  ├─ URL: git+https://github.com/sinonjs/commons.git
│  │  └─ VendorUrl: https://github.com/sinonjs/commons#readme
│  ├─ @sinonjs/[email protected]
│  │  ├─ URL: https://github.com/sinonjs/fake-timers.git
│  │  ├─ VendorName: Christian Johansen
│  │  └─ VendorUrl: https://github.com/sinonjs/fake-timers
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/jsdom/abab.git
│  │  ├─ VendorName: Jeff Carpenter
│  │  └─ VendorUrl: https://github.com/jsdom/abab#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/istanbuljs/babel-plugin-istanbul.git
│  │  ├─ VendorName: Thai Pangsakulyanont @dtinth
│  │  └─ VendorUrl: https://github.com/istanbuljs/babel-plugin-istanbul#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/pvorb/node-charenc.git
│  │  ├─ VendorName: Paul Vorbach
│  │  └─ VendorUrl: http://vorb.de
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/pvorb/node-crypt.git
│  │  ├─ VendorName: Paul Vorbach
│  │  └─ VendorUrl: http://vorb.de
│  ├─ [email protected]
│  │  └─ URL: https://github.com/facebook/emitter.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/mridgway/hoist-non-react-statics.git
│  │  └─ VendorName: Michael Ridgway
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/rexxars/hyphenate-style-name.git
│  │  ├─ VendorName: Espen Hovlandsdal
│  │  └─ VendorUrl: https://github.com/rexxars/hyphenate-style-name#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/feross/ieee754.git
│  │  ├─ VendorName: Feross Aboukhadijeh
│  │  └─ VendorUrl: https://feross.org
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/istanbuljs/istanbuljs.git
│  │  ├─ VendorName: Krishnan Anantheswaran
│  │  └─ VendorUrl: https://istanbul.js.org/
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/istanbuljs/istanbuljs.git
│  │  ├─ VendorName: Krishnan Anantheswaran
│  │  └─ VendorUrl: https://istanbul.js.org/
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/istanbuljs/istanbuljs.git
│  │  ├─ VendorName: Krishnan Anantheswaran
│  │  └─ VendorUrl: https://istanbul.js.org/
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/istanbuljs/istanbuljs.git
│  │  ├─ VendorName: Krishnan Anantheswaran
│  │  └─ VendorUrl: https://istanbul.js.org/
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/istanbuljs/istanbuljs.git
│  │  ├─ VendorName: Krishnan Anantheswaran
│  │  └─ VendorUrl: https://istanbul.js.org/
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/istanbuljs/istanbuljs.git
│  │  ├─ VendorName: Krishnan Anantheswaran
│  │  └─ VendorUrl: https://istanbul.js.org/
│  ├─ [email protected]
│  │  └─ URL: git://github.com/hapijs/joi
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/eugeneware/jpeg-js
│  │  └─ VendorName: Eugene Ware
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/daaku/nodejs-makeerror
│  │  └─ VendorName: Naitik Shah
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/pvorb/node-md5.git
│  │  ├─ VendorName: Paul Vorbach
│  │  └─ VendorUrl: http://paul.vorba.ch
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/pvorb/node-md5.git
│  │  ├─ VendorName: Paul Vorbach
│  │  └─ VendorUrl: http://paul.vorba.ch
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ljharb/qs.git
│  │  └─ VendorUrl: https://github.com/ljharb/qs
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/7rulnik/source-map-js.git
│  │  ├─ VendorName: Valentin 7rulnik Semirulnik
│  │  └─ VendorUrl: https://github.com/7rulnik/source-map-js
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/mozilla/source-map.git
│  │  ├─ VendorName: Nick Fitzgerald
│  │  └─ VendorUrl: https://github.com/mozilla/source-map
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/mozilla/source-map.git
│  │  ├─ VendorName: Nick Fitzgerald
│  │  └─ VendorUrl: https://github.com/mozilla/source-map
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/mozilla/source-map.git
│  │  ├─ VendorName: Nick Fitzgerald
│  │  └─ VendorUrl: https://github.com/mozilla/source-map
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/mozilla/source-map.git
│  │  ├─ VendorName: Nick Fitzgerald
│  │  └─ VendorUrl: https://github.com/mozilla/source-map
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/alexei/sprintf.js.git
│  │  ├─ VendorName: Alexandru Marasteanu
│  │  └─ VendorUrl: http://alexei.ro/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/daaku/nodejs-tmpl
│  │  ├─ VendorName: Naitik Shah
│  │  └─ VendorUrl: https://github.com/daaku/nodejs-tmpl
│  └─ [email protected]
│     ├─ URL: git://github.com/salesforce/tough-cookie.git
│     ├─ VendorName: Jeremy Stashewsky
│     └─ VendorUrl: https://github.com/salesforce/tough-cookie
├─ CC-BY-4.0
│  └─ [email protected]
│     ├─ URL: https://github.com/browserslist/caniuse-lite.git
│     ├─ VendorName: Ben Briggs
│     └─ VendorUrl: http://beneb.info
├─ CC0-1.0
│  └─ [email protected]
│     ├─ URL: https://github.com/mdn/data.git
│     ├─ VendorName: Mozilla Developer Network
│     └─ VendorUrl: https://developer.mozilla.org/
├─ ISC
│  ├─ @isaacs/[email protected]
│  │  ├─ URL: https://github.com/yargs/cliui.git
│  │  └─ VendorName: Ben Coe
│  ├─ @isaacs/[email protected]
│  │  ├─ URL: git+https://github.com/isaacs/ttlcache
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://izs.me
│  ├─ @istanbuljs/[email protected]
│  │  ├─ URL: git+https://github.com/istanbuljs/load-nyc-config.git
│  │  └─ VendorUrl: https://github.com/istanbuljs/load-nyc-config#readme
│  ├─ @npmcli/[email protected]
│  │  ├─ URL: git+https://github.com/npm/fs.git
│  │  └─ VendorName: GitHub Inc.
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/micromatch/anymatch
│  │  ├─ VendorName: Elan Shanker
│  │  └─ VendorUrl: https://github.com/micromatch/anymatch
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/RyanZim/at-least-node.git
│  │  ├─ VendorName: Ryan Zimmerman
│  │  └─ VendorUrl: https://github.com/RyanZim/at-least-node#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/fb55/boolbase
│  │  ├─ VendorName: Felix Boehm
│  │  └─ VendorUrl: https://github.com/fb55/boolbase
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/npm/cacache.git
│  │  └─ VendorName: GitHub Inc.
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/chownr.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/yargs/cliui.git
│  │  └─ VendorName: Ben Coe
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/yargs/cliui.git
│  │  └─ VendorName: Ben Coe
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kilian/electron-to-chromium/
│  │  └─ VendorName: Kilian Valkhof
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/mcollina/fastq.git
│  │  ├─ VendorName: Matteo Collina
│  │  └─ VendorUrl: https://github.com/mcollina/fastq#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/tapjs/foreground-child.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/npm/fs-minipass.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://github.com/npm/fs-minipass#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/fs-minipass.git
│  │  ├─ VendorName: GitHub Inc.
│  │  └─ VendorUrl: https://github.com/npm/fs-minipass#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/fs.realpath.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/stefanpenner/get-caller-file.git
│  │  ├─ VendorName: Stefan Penner
│  │  └─ VendorUrl: https://github.com/stefanpenner/get-caller-file#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/gulpjs/glob-parent.git
│  │  ├─ VendorName: Gulp Team
│  │  └─ VendorUrl: https://gulpjs.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/gulpjs/glob-parent.git
│  │  ├─ VendorName: Gulp Team
│  │  └─ VendorUrl: https://gulpjs.com/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-glob.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-glob.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-glob.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-glob.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-glob.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  └─ URL: https://github.com/isaacs/node-graceful-fs
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/npm/hosted-git-info.git
│  │  ├─ VendorName: Rebecca Turner
│  │  └─ VendorUrl: https://github.com/npm/hosted-git-info
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/inflight.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://github.com/isaacs/inflight
│  ├─ [email protected]
│  │  └─ URL: git://github.com/isaacs/inherits
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/ini.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/isexe.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://github.com/isaacs/isexe#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-lru-cache.git
│  │  └─ VendorName: Isaac Z. Schlueter
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-lru-cache.git
│  │  └─ VendorName: Isaac Z. Schlueter
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-lru-cache.git
│  │  └─ VendorName: Isaac Z. Schlueter
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lucide-icons/lucide.git
│  │  ├─ VendorName: Eric Fennis
│  │  └─ VendorUrl: https://lucide.dev/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/minimatch.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/minimatch.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/isaacs/minipass-collect
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://izs.me
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/minipass-flush.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://izs.me
│  ├─ [email protected]
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://izs.me
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/minipass.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/minipass.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/isaacs/minipass
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/npm-package-arg
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://github.com/npm/npm-package-arg
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/once
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/osenv
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/alexeyraspopov/picocolors.git
│  │  └─ VendorName: Alexey Raspopov
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/mapbox/pixelmatch.git
│  │  ├─ VendorName: Vladimir Agafonkin
│  │  └─ VendorUrl: https://github.com/mapbox/pixelmatch#readme
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/yargs/require-main-filename.git
│  │  ├─ VendorName: Ben Coe
│  │  └─ VendorUrl: https://github.com/yargs/require-main-filename#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/rimraf.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/rimraf.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/rimraf.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/rimraf.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/sax-js.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lddubeau/saxes.git
│  │  └─ VendorName: Louis-Dominique Dubeau
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/node-semver.git
│  │  └─ VendorName: GitHub Inc.
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/node-semver.git
│  │  └─ VendorName: GitHub Inc.
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/npm/node-semver.git
│  │  └─ VendorName: GitHub Inc.
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/yargs/set-blocking.git
│  │  ├─ VendorName: Ben Coe
│  │  └─ VendorUrl: https://github.com/yargs/set-blocking#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/wesleytodd/setprototypeof.git
│  │  ├─ VendorName: Wes Todd
│  │  └─ VendorUrl: https://github.com/wesleytodd/setprototypeof
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tapjs/signal-exit.git
│  │  ├─ VendorName: Ben Coe
│  │  └─ VendorUrl: https://github.com/tapjs/signal-exit
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tapjs/signal-exit.git
│  │  └─ VendorName: Ben Coe
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/npm/ssri.git
│  │  └─ VendorName: GitHub Inc.
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/isaacs/node-tar.git
│  │  └─ VendorName: GitHub Inc.
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/istanbuljs/test-exclude.git
│  │  ├─ VendorName: Ben Coe
│  │  └─ VendorUrl: https://istanbul.js.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jacob-ebey/turbo-stream.git
│  │  └─ VendorName: Jacob Ebey
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/unique-filename.git
│  │  ├─ VendorName: GitHub Inc.
│  │  └─ VendorUrl: https://github.com/iarna/unique-filename
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/unique-slug.git
│  │  └─ VendorName: GitHub Inc.
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/istanbuljs/v8-to-istanbul.git
│  │  └─ VendorName: Ben Coe
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/validate-npm-package-name
│  │  ├─ VendorName: zeke
│  │  └─ VendorUrl: https://github.com/npm/validate-npm-package-name
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/nexdrew/which-module.git
│  │  ├─ VendorName: nexdrew
│  │  └─ VendorUrl: https://github.com/nexdrew/which-module#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-which.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/node-which.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/wrappy
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: https://github.com/npm/wrappy
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:iarna/write-file-atomic.git
│  │  ├─ VendorName: Rebecca Turner
│  │  └─ VendorUrl: https://github.com/iarna/write-file-atomic
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/write-file-atomic.git
│  │  ├─ VendorName: GitHub Inc.
│  │  └─ VendorUrl: https://github.com/npm/write-file-atomic
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:yargs/y18n.git
│  │  ├─ VendorName: Ben Coe
│  │  └─ VendorUrl: https://github.com/yargs/y18n
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/yargs/y18n.git
│  │  ├─ VendorName: Ben Coe
│  │  └─ VendorUrl: https://github.com/yargs/y18n
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/yallist.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/yallist.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/eemeli/yaml.git
│  │  ├─ VendorName: Eemeli Aro
│  │  └─ VendorUrl: https://eemeli.org/yaml/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/yargs/yargs-parser.git
│  │  └─ VendorName: Ben Coe
│  └─ [email protected]
│     ├─ URL: https://github.com/yargs/yargs-parser.git
│     └─ VendorName: Ben Coe
├─ LGPL-3.0
│  └─ [email protected]
│     ├─ URL: https://github.com/arthenica/ffmpeg-kit
│     ├─ VendorName: ARTHENICA
│     └─ VendorUrl: https://github.com/arthenica/ffmpeg-kit
├─ MIT
│  ├─ @0no-co/[email protected]
│  │  ├─ URL: https://github.com/0no-co/graphql.web
│  │  └─ VendorName: 0no.co
│  ├─ @alloc/[email protected]
│  │  ├─ URL: https://github.com/sindresorhus/quick-lru.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ @animatereactnative/[email protected]
│  │  ├─ URL: https://github.com/animate-react-native/marquee
│  │  ├─ VendorName: catalinmiron
│  │  └─ VendorUrl: https://github.com/animate-react-native/marquee#readme
│  ├─ @artrix909/[email protected]
│  │  ├─ URL: git+https://github.com/Artrix9095/hls-dl.git
│  │  ├─ VendorName: Artrix
│  │  └─ VendorUrl: https://github.com/Artrix9095/hls-dl#readme
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: Sebastian McKenzie
│  │  └─ VendorUrl: https://babeljs.io/
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-code-frame
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-core
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel/tree/master/packages/babel-generator
│  │  ├─ VendorName: Sebastian McKenzie
│  │  └─ VendorUrl: https://babeljs.io/
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-generator
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-annotate-as-pure
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel-polyfills.git
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-environment-visitor
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-function-name
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-hoist-variables
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-module-imports
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-module-transforms
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-optimise-call-expression
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-plugin-utils
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-replace-supers
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-simple-access
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-split-export-declaration
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-string-parser
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helper-wrap-function
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-helpers
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-highlight
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-parser
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-decorators
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-export-default-from
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-numeric-separator
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-decorators
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-export-default-from
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-flow
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel.git
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-jsx
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel.git
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel.git
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding
│  ├─ @babel/[email protected]
│  │  └─ URL: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-syntax-typescript
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-classes
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-destructuring
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-export-namespace-from
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-flow-strip-types
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-function-name
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-literals
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-nullish-coalescing-operator
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-object-rest-spread
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-parameters
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-private-methods
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-private-property-in-object
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ 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/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/team
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-runtime
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-shorthand-properties
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-spread
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-template-literals
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-typescript
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-preset-flow
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-preset-react
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-preset-typescript
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-register
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/bnjmnt4n/regjsgen.git
│  │  ├─ VendorName: Benjamin Tan
│  │  └─ VendorUrl: https://github.com/bnjmnt4n/regjsgen
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-runtime
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-template
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-traverse
│  ├─ @babel/[email protected]
│  │  ├─ URL: https://github.com/babel/babel.git
│  │  ├─ VendorName: The Babel Team
│  │  └─ VendorUrl: https://babel.dev/docs/en/next/babel-types
│  ├─ @bcoe/[email protected]
│  │  ├─ URL: git://github.com/demurgos/v8-coverage.git
│  │  ├─ VendorName: Charles Samborski
│  │  └─ VendorUrl: https://demurgos.github.io/v8-coverage
│  ├─ @egjs/[email protected]
│  │  ├─ URL: git://github.com/naver/hammer.js.git
│  │  └─ VendorUrl: http://naver.github.io/egjs
│  ├─ @emotion/[email protected]
│  │  └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/is-prop-valid
│  ├─ @emotion/[email protected]
│  │  └─ URL: https://github.com/emotion-js/emotion/tree/master/packages/memoize
│  ├─ @esbuild-kit/[email protected]
│  │  ├─ URL: https://github.com/esbuild-kit/core-utils.git
│  │  └─ VendorName: Hiroki Osame
│  ├─ @esbuild-kit/[email protected]
│  │  ├─ URL: https://github.com/esbuild-kit/esm-loader.git
│  │  └─ VendorName: Hiroki Osame
│  ├─ @esbuild/[email protected]
│  │  └─ URL: https://github.com/evanw/esbuild
│  ├─ @esbuild/[email protected]
│  │  └─ URL: https://github.com/evanw/esbuild
│  ├─ @expo/[email protected]
│  │  ├─ URL: git://github.com/trentm/node-bunyan.git
│  │  ├─ VendorName: Trent Mick
│  │  └─ VendorUrl: http://trentm.com
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: Expo
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/cli
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/code-signing-certificates.git
│  │  ├─ VendorName: Expo
│  │  └─ VendorUrl: https://github.com/expo/code-signing-certificates/tree/main#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://docs.expo.dev/guides/config-plugins/
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/config-types#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/config#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/config#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: git+https://github.com/expo/devcert.git
│  │  ├─ VendorName: Dave Wasmer
│  │  └─ VendorUrl: https://github.com/expo/devcert#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/env#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/%40expo/image-utils#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/json-file#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/metro-config#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/metro-runtime
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/osascript#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/package-manager#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/plist#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/prebuild-config#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/prebuild-config#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: git+https://github.com/expo/rudder-sdk-node.git
│  │  └─ VendorName: Expo
│  ├─ @expo/[email protected]
│  │  └─ VendorName: Expo
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/@expo/server#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: git+https://github.com/expo/spawn-async.git
│  │  ├─ VendorName: Expo
│  │  └─ VendorUrl: https://github.com/expo/spawn-async#readme
│  ├─ @expo/[email protected]
│  │  ├─ URL: https://github.com/expo/vector-icons.git
│  │  ├─ VendorName: Brent Vatne
│  │  └─ VendorUrl: https://expo.github.io/vector-icons
│  ├─ @floating-ui/[email protected]
│  │  ├─ URL: https://github.com/floating-ui/floating-ui.git
│  │  ├─ VendorName: atomiks
│  │  └─ VendorUrl: https://floating-ui.com/
│  ├─ @floating-ui/[email protected]
│  │  ├─ URL: https://github.com/floating-ui/floating-ui.git
│  │  ├─ VendorName: atomiks
│  │  └─ VendorUrl: https://floating-ui.com/
│  ├─ @floating-ui/[email protected]
│  │  ├─ URL: https://github.com/floating-ui/floating-ui.git
│  │  ├─ VendorName: atomiks
│  │  └─ VendorUrl: https://floating-ui.com/docs/react-dom
│  ├─ @floating-ui/[email protected]
│  │  ├─ URL: https://github.com/floating-ui/floating-ui.git
│  │  ├─ VendorName: atomiks
│  │  └─ VendorUrl: https://floating-ui.com/
│  ├─ @graphql-typed-document-node/[email protected]
│  │  ├─ URL: [email protected]:dotansimha/graphql-typed-document-node.git
│  │  └─ VendorName: Dotan Simha
│  ├─ @istanbuljs/[email protected]
│  │  ├─ URL: git+https://github.com/istanbuljs/schema.git
│  │  ├─ VendorName: Corey Farrell
│  │  └─ VendorUrl: https://github.com/istanbuljs/schema#readme
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  ├─ URL: https://github.com/jestjs/jest.git
│  │  └─ VendorUrl: https://jestjs.io/
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  ├─ URL: https://github.com/jestjs/jest.git
│  │  └─ VendorUrl: https://jestjs.io/
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/facebook/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/facebook/jest.git
│  ├─ @jest/[email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ @jimp/[email protected]
│  ├─ @jimp/[email protected]
│  │  ├─ URL: https://github.com/jimp-dev/jimp.git
│  │  └─ VendorName: Oliver Moran
│  ├─ @jimp/[email protected]
│  ├─ @jimp/[email protected]
│  ├─ @jimp/[email protected]
│  ├─ @jimp/[email protected]
│  ├─ @jimp/[email protected]
│  ├─ @jimp/[email protected]
│  ├─ @jimp/[email protected]
│  ├─ @jimp/[email protected]
│  ├─ @jridgewell/[email protected]
│  │  ├─ URL: https://github.com/jridgewell/gen-mapping
│  │  └─ VendorName: Justin Ridgewell
│  ├─ @jridgewell/[email protected]
│  │  ├─ URL: https://github.com/jridgewell/resolve-uri
│  │  └─ VendorName: Justin Ridgewell
│  ├─ @jridgewell/[email protected]
│  │  ├─ URL: https://github.com/jridgewell/set-array
│  │  └─ VendorName: Justin Ridgewell
│  ├─ @jridgewell/[email protected]
│  │  ├─ URL: https://github.com/jridgewell/source-map
│  │  └─ VendorName: Justin Ridgewell
│  ├─ @jridgewell/[email protected]
│  │  ├─ URL: git+https://github.com/jridgewell/sourcemap-codec.git
│  │  └─ VendorName: Rich Harris
│  ├─ @jridgewell/[email protected]
│  │  ├─ URL: git+https://github.com/jridgewell/trace-mapping.git
│  │  └─ VendorName: Justin Ridgewell
│  ├─ @motionone/[email protected]
│  │  └─ VendorName: Matt Perry
│  ├─ @motionone/[email protected]
│  │  └─ VendorName: Matt Perry
│  ├─ @motionone/[email protected]
│  │  └─ VendorName: Matt Perry
│  ├─ @motionone/[email protected]
│  │  └─ VendorName: Matt Perry
│  ├─ @motionone/[email protected]
│  │  └─ VendorName: Matt Perry
│  ├─ @motionone/[email protected]
│  │  └─ VendorName: Matt Perry
│  ├─ @nodelib/[email protected]
│  │  └─ URL: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
│  ├─ @nodelib/[email protected]
│  │  └─ URL: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
│  ├─ @nodelib/[email protected]
│  │  └─ URL: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
│  ├─ @pkgjs/[email protected]
│  │  ├─ URL: [email protected]:pkgjs/parseargs.git
│  │  └─ VendorUrl: https://github.com/pkgjs/parseargs#readme
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @radix-ui/[email protected]
│  │  ├─ URL: git+https://github.com/radix-ui/primitives.git
│  │  └─ VendorUrl: https://radix-ui.com/primitives
│  ├─ @react-native-async-storage/[email protected]
│  │  ├─ URL: https://github.com/react-native-async-storage/async-storage.git
│  │  ├─ VendorName: Krzysztof Borowy
│  │  └─ VendorUrl: https://github.com/react-native-async-storage/async-storage#readme
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-clean
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-config
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-debugger-ui
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-doctor
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-hermes
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-platform-android
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-platform-apple
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-platform-ios
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-server-api
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-tools
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli-types
│  ├─ @react-native-community/[email protected]
│  │  ├─ URL: https://github.com/react-native-community/cli.git
│  │  └─ VendorUrl: https://github.com/react-native-community/cli/tree/main/packages/cli
│  ├─ @react-native-cookies/[email protected]
│  │  ├─ URL: git+https://github.com/react-native-cookies/cookies.git
│  │  ├─ VendorName: Jason Safaiyeh
│  │  └─ VendorUrl: https://github.com/react-native-cookies/cookies#readme
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/assets#readme
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/babel-plugin-codegen#readme
│  ├─ @react-native/[email protected]
│  │  └─ URL: [email protected]:facebook/react-native.git
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen#readme
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/community-cli-plugin#readme
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/dev-middleware#readme
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin#readme
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/polyfills#readme
│  ├─ @react-native/[email protected]
│  │  └─ URL: [email protected]:facebook/react-native.git
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/normalize-color#readme
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/normalize-color#readme
│  ├─ @react-native/[email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://github.com/facebook/react-native/tree/HEAD/packages/virtualized-lists#readme
│  ├─ @react-navigation/[email protected]
│  │  └─ URL: https://github.com/react-navigation/react-navigation.git
│  ├─ @react-navigation/[email protected]
│  │  ├─ URL: https://github.com/react-navigation/react-navigation.git
│  │  └─ VendorUrl: https://reactnavigation.org/
│  ├─ @react-navigation/[email protected]
│  │  ├─ URL: https://github.com/react-navigation/react-navigation.git
│  │  └─ VendorUrl: https://reactnavigation.org/
│  ├─ @react-navigation/[email protected]
│  │  ├─ URL: https://github.com/react-navigation/react-navigation.git
│  │  └─ VendorUrl: https://reactnavigation.org/docs/material-top-tab-navigator/
│  ├─ @react-navigation/[email protected]
│  │  ├─ URL: https://github.com/react-navigation/react-navigation.git
│  │  └─ VendorUrl: https://github.com/software-mansion/react-native-screens#readme
│  ├─ @react-navigation/[email protected]
│  │  ├─ URL: https://github.com/react-navigation/react-navigation.git
│  │  └─ VendorUrl: https://reactnavigation.org/
│  ├─ @react-navigation/[email protected]
│  │  ├─ URL: https://github.com/react-navigation/react-navigation.git
│  │  └─ VendorUrl: https://reactnavigation.org/docs/custom-routers/
│  ├─ @remix-run/[email protected]
│  │  └─ URL: https://github.com/remix-run/remix
│  ├─ @remix-run/[email protected]
│  │  ├─ URL: https://github.com/remix-run/react-router
│  │  └─ VendorName: Remix Software
│  ├─ @remix-run/[email protected]
│  │  └─ URL: https://github.com/remix-run/remix
│  ├─ @remix-run/[email protected]
│  │  ├─ URL: https://github.com/remix-run/web-std-io
│  │  ├─ VendorName: Irakli Gozalishvili
│  │  └─ VendorUrl: https://gozala.io
│  ├─ @remix-run/[email protected]
│  │  ├─ URL: https://github.com/remix-run/web-std-io.git
│  │  ├─ VendorName: David Frank
│  │  └─ VendorUrl: https://github.com/remix-run/web-std-io
│  ├─ @remix-run/[email protected]
│  │  ├─ URL: https://github.com/remix-run/web-std-io
│  │  ├─ VendorName: Irakli Gozalishvili
│  │  └─ VendorUrl: https://gozala.io
│  ├─ @remix-run/[email protected]
│  │  ├─ URL: https://github.com/remix-run/web-std-io
│  │  ├─ VendorName: Irakli Gozalishvili
│  │  └─ VendorUrl: https://gozala.io
│  ├─ @remix-run/[email protected]
│  │  ├─ URL: https://github.com/remix-run/web-std-io
│  │  ├─ VendorName: Irakli Gozalishvili
│  │  └─ VendorUrl: https://gozala.io
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @rn-primitives/[email protected]
│  ├─ @segment/[email protected]
│  ├─ @sinclair/[email protected]
│  │  ├─ URL: https://github.com/sinclairzx81/typebox
│  │  └─ VendorName: sinclairzx81
│  ├─ @tokenizer/[email protected]
│  │  ├─ URL: https://github.com/Borewit/tokenizer-token.git
│  │  ├─ VendorName: Borewit
│  │  └─ VendorUrl: https://github.com/Borewit
│  ├─ @tootallnate/[email protected]
│  │  ├─ URL: git://github.com/TooTallNate/once.git
│  │  ├─ VendorName: Nathan Rajlich
│  │  └─ VendorUrl: http://n8.io/
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graceful-fs
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hammerjs
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-coverage
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-report
│  ├─ @types/[email protected]
│  │  └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsdom
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/md5
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-forge
│  ├─ @types/[email protected]
│  │  └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-test-renderer
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/set-cookie-parser
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-utils
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tough-cookie
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
│  ├─ @types/[email protected]
│  │  ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
│  │  └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
│  ├─ @urql/[email protected]
│  │  ├─ URL: https://github.com/FormidableLabs/urql.git
│  │  └─ VendorUrl: https://formidable.com/open-source/urql/docs/
│  ├─ @urql/[email protected]
│  │  ├─ URL: https://github.com/urql-graphql/urql.git
│  │  ├─ VendorName: urql GraphQL Contributors
│  │  └─ VendorUrl: https://formidable.com/open-source/urql/docs/
│  ├─ @urql/[email protected]
│  │  ├─ URL: https://github.com/FormidableLabs/urql.git
│  │  └─ VendorUrl: https://formidable.com/open-source/urql/docs/
│  ├─ @xmldom/[email protected]
│  │  ├─ URL: git://github.com/xmldom/xmldom.git
│  │  └─ VendorUrl: https://github.com/xmldom/xmldom
│  ├─ @xmldom/[email protected]
│  │  ├─ URL: git://github.com/xmldom/xmldom.git
│  │  └─ VendorUrl: https://github.com/xmldom/xmldom
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/mysticatea/abort-controller.git
│  │  ├─ VendorName: Toru Nagashima
│  │  └─ VendorUrl: https://github.com/mysticatea/abort-controller#readme
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/accepts.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ForbesLindesay/acorn-globals.git
│  │  └─ VendorName: ForbesLindesay
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/acornjs/acorn.git
│  │  └─ VendorUrl: https://github.com/acornjs/acorn
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/acornjs/acorn.git
│  │  └─ VendorUrl: https://github.com/acornjs/acorn
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/TooTallNate/node-agent-base.git
│  │  ├─ VendorName: Nathan Rajlich
│  │  └─ VendorUrl: http://n8.io/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/aggregate-error.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ajv-validator/ajv-formats.git
│  │  ├─ VendorName: Evgeny Poberezkin
│  │  └─ VendorUrl: https://github.com/ajv-validator/ajv-formats#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/epoberezkin/ajv-keywords.git
│  │  ├─ VendorName: Evgeny Poberezkin
│  │  └─ VendorUrl: https://github.com/epoberezkin/ajv-keywords#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ajv-validator/ajv.git
│  │  ├─ VendorName: Evgeny Poberezkin
│  │  └─ VendorUrl: https://ajv.js.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ajv-validator/ajv.git
│  │  ├─ VendorName: Evgeny Poberezkin
│  │  └─ VendorUrl: https://ajv.js.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ajv-validator/ajv.git
│  │  ├─ VendorName: Evgeny Poberezkin
│  │  └─ VendorUrl: https://ajv.js.org/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/IonicaBizau/anser.git
│  │  ├─ VendorName: Ionică Bizău
│  │  └─ VendorUrl: https://github.com/IonicaBizau/anser#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/ansi-escapes.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/ansi-escapes.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/zamotany/ansi-fragments.git
│  │  ├─ VendorName: Paweł Trysła
│  │  └─ VendorUrl: https://github.com/zamotany/ansi-fragments
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/ansi-regex.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/ansi-regex.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/ansi-regex.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/ansi-styles.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/ansi-styles.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/ansi-styles.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/ansi-styles.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/HarasimowiczKamil/any-base.git
│  │  └─ VendorName: Kamil Harasimowicz
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kevinbeaty/any-promise
│  │  ├─ VendorName: Kevin Beaty
│  │  └─ VendorUrl: http://github.com/kevinbeaty/any-promise
│  ├─ [email protected]
│  │  └─ URL: https://github.com/codingjerk/appdirsjs.git
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/LinusU/node-application-config-path.git
│  │  └─ VendorName: Linus Unnebäck
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/vercel/arg.git
│  │  └─ VendorName: Josh Junon
│  ├─ [email protected]
│  │  └─ URL: https://github.com/nodeca/argparse.git
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/theKashey/aria-hidden.git
│  │  ├─ VendorName: Anton Korzunov
│  │  └─ VendorUrl: https://github.com/theKashey/aria-hidden#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/array-buffer-byte-length.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/array-buffer-byte-length#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/array-union.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/es-shims/ArrayBuffer.prototype.slice.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/es-shims/ArrayBuffer.prototype.slice#readme
│  ├─ [email protected]
│  │  └─ URL: https://github.com/kriskowal/asap.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/benjamn/ast-types.git
│  │  ├─ VendorName: Ben Newman
│  │  └─ VendorUrl: http://github.com/benjamn/ast-types
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kevva/astral-regex.git
│  │  ├─ VendorName: Kevin Mårtensson
│  │  └─ VendorUrl: github.com/kevva
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/strml/async-limiter.git
│  │  └─ VendorName: Samuel Reed
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/alexindigo/asynckit.git
│  │  ├─ VendorName: Alex Indigo
│  │  └─ VendorUrl: https://github.com/alexindigo/asynckit#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/available-typed-arrays.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/available-typed-arrays#readme
│  ├─ [email protected]
│  │  └─ VendorName: Logan Smyth
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Quadric/babel-plugin-inline-import.git
│  │  ├─ VendorName: Victor Duarte
│  │  └─ VendorUrl: Quadric ApS
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/babel/babel-polyfills.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/babel/babel-polyfills.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/babel/babel-polyfills.git
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/necolas/react-native-web.git
│  │  └─ VendorName: Nicolas Gallagher
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/babel-utils/babel-plugin-tester
│  │  ├─ VendorName: Kent C. Dodds
│  │  └─ VendorUrl: https://github.com/babel-utils/babel-plugin-tester#readme
│  ├─ [email protected]
│  │  └─ URL: git+https://github.com/facebook/flow.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax.git
│  │  ├─ VendorName: Nicolò Ribaudo
│  │  └─ VendorUrl: https://github.com/nicolo-ribaudo
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/expo/expo.git
│  │  ├─ VendorName: Expo
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/babel-preset-expo#readme
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/juliangruber/balanced-match.git
│  │  ├─ VendorName: Julian Gruber
│  │  └─ VendorUrl: https://github.com/juliangruber/balanced-match
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/beatgammit/base64-js.git
│  │  ├─ VendorName: T. Jameson Little
│  │  └─ VendorUrl: https://github.com/beatgammit/base64-js
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ExiaSR/better-opn
│  │  └─ VendorName: Michael Lin
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/binary-extensions.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/rvagg/bl.git
│  │  └─ VendorUrl: https://github.com/rvagg/bl
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/shaozilee/bmp-js
│  │  └─ VendorName: shaozilee
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nearinfinity/node-bplist-creator.git
│  │  └─ VendorName: https://github.com/nearinfinity/node-bplist-parser.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nearinfinity/node-bplist-creator.git
│  │  └─ VendorName: Joe Ferner
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nearinfinity/node-bplist-parser.git
│  │  ├─ VendorName: Joe Ferner
│  │  └─ VendorUrl: https://github.com/nearinfinity/node-bplist-parser
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nearinfinity/node-bplist-parser.git
│  │  ├─ VendorName: Joe Ferner
│  │  └─ VendorUrl: https://github.com/nearinfinity/node-bplist-parser
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/juliangruber/brace-expansion.git
│  │  ├─ VendorName: Julian Gruber
│  │  └─ VendorUrl: https://github.com/juliangruber/brace-expansion
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/juliangruber/brace-expansion.git
│  │  ├─ VendorName: Julian Gruber
│  │  └─ VendorUrl: https://github.com/juliangruber/brace-expansion
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/micromatch/braces.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/micromatch/braces
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/browserslist/browserslist.git
│  │  └─ VendorName: Andrey Sitnik
│  ├─ [email protected]
│  │  └─ URL: https://github.com/LinusU/buffer-alloc-unsafe.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/LinusU/buffer-alloc.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/substack/node-buffer-equal.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: http://substack.net
│  ├─ [email protected]
│  │  └─ URL: https://github.com/LinusU/buffer-fill.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/LinusU/buffer-from.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/feross/buffer.git
│  │  ├─ VendorName: Feross Aboukhadijeh
│  │  └─ VendorUrl: https://github.com/feross/buffer
│  ├─ [email protected]
│  │  └─ URL: https://github.com/juliangruber/builtins.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/visionmedia/bytes.js.git
│  │  ├─ VendorName: TJ Holowaychuk
│  │  └─ VendorUrl: http://tjholowaychuk.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/call-bind.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/call-bind#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/caller-callsite.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/caller-path.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/callsites.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/callsites.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/stevenvachon/camelcase-css.git
│  │  ├─ VendorName: Steven Vachon
│  │  └─ VendorUrl: https://www.svachon.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/camelcase.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/camelcase.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ethanent/centra.git
│  │  ├─ VendorName: Ethan Davis
│  │  └─ VendorUrl: https://github.com/ethanent/centra
│  ├─ [email protected]
│  │  └─ URL: https://github.com/chalk/chalk.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/chalk/chalk.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/chalk/chalk.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Richienb/char-regex.git
│  │  └─ VendorName: Richie Bendall
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Richienb/char-regex.git
│  │  └─ VendorName: Richie Bendall
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/paulmillr/chokidar.git
│  │  ├─ VendorName: Paul Miller
│  │  └─ VendorUrl: https://github.com/paulmillr/chokidar
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/watson/ci-info.git
│  │  ├─ VendorName: Thomas Watson Steen
│  │  └─ VendorUrl: https://github.com/watson/ci-info
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/watson/ci-info.git
│  │  ├─ VendorName: Thomas Watson Steen
│  │  └─ VendorUrl: https://github.com/watson/ci-info
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/nodejs/cjs-module-lexer.git
│  │  ├─ VendorName: Guy Bedford
│  │  └─ VendorUrl: https://github.com/nodejs/cjs-module-lexer#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/clean-stack.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/cli-cursor.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/cli-cursor.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/cli-spinners.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/clone-deep.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/clone-deep
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/pvorb/node-clone.git
│  │  ├─ VendorName: Paul Vorbach
│  │  └─ VendorUrl: http://paul.vorba.ch/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/pvorb/node-clone.git
│  │  ├─ VendorName: Paul Vorbach
│  │  └─ VendorUrl: http://paul.vorba.ch/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/mebtte/clrc.git
│  │  ├─ VendorName: mebtte
│  │  └─ VendorUrl: https://github.com/mebtte/clrc#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lukeed/clsx.git
│  │  ├─ VendorName: Luke Edwards
│  │  └─ VendorUrl: https://lukeed.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lukeed/clsx.git
│  │  ├─ VendorName: Luke Edwards
│  │  └─ VendorUrl: https://lukeed.com
│  ├─ [email protected]
│  │  └─ URL: https://github.com/tj/co.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/SimenB/collect-v8-coverage.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Qix-/color-convert.git
│  │  └─ VendorName: Heather Arthur
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Qix-/color-convert.git
│  │  └─ VendorName: Heather Arthur
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:dfcreative/color-name.git
│  │  ├─ VendorName: DY
│  │  └─ VendorUrl: https://github.com/dfcreative/color-name
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:colorjs/color-name.git
│  │  ├─ VendorName: DY
│  │  └─ VendorUrl: https://github.com/colorjs/color-name
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Qix-/color-string.git
│  │  └─ VendorName: Heather Arthur
│  ├─ [email protected]
│  │  └─ URL: https://github.com/Qix-/color.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jorgebucaran/colorette.git
│  │  └─ VendorName: Jorge Bucaran
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/felixge/node-combined-stream.git
│  │  ├─ VendorName: Felix Geisendörfer
│  │  └─ VendorUrl: https://github.com/felixge/node-combined-stream
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/mathisonian/command-exists
│  │  ├─ VendorName: Matthew Conlen
│  │  └─ VendorUrl: https://github.com/mathisonian/command-exists
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tj/commander.js.git
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tj/commander.js.git
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tj/commander.js.git
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tj/commander.js.git
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/substack/node-commondir.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: http://substack.net
│  ├─ [email protected]
│  │  └─ URL: https://github.com/sindresorhus/component-type.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/compressible.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/expressjs/compression.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/substack/node-concat-map.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: http://substack.net
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/senchalabs/connect.git
│  │  ├─ VendorName: TJ Holowaychuk
│  │  └─ VendorUrl: http://tjholowaychuk.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/thlorenz/convert-source-map.git
│  │  ├─ VendorName: Thorsten Lorenz
│  │  └─ VendorUrl: https://github.com/thlorenz/convert-source-map
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/visionmedia/node-cookie-signature.git
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jshttp/cookie.git
│  │  └─ VendorName: Roman Shtylman
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/zloirock/core-js.git
│  │  ├─ VendorName: Denis Pushkarev
│  │  └─ VendorUrl: http://zloirock.ru
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/zloirock/core-js.git
│  │  ├─ VendorName: Denis Pushkarev
│  │  └─ VendorUrl: http://zloirock.ru
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/isaacs/core-util-is
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/davidtheclark/cosmiconfig.git
│  │  ├─ VendorName: David Clark
│  │  └─ VendorUrl: https://github.com/davidtheclark/cosmiconfig#readme
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lquixada/cross-fetch.git
│  │  ├─ VendorName: Leonardo Quixada
│  │  └─ VendorUrl: https://github.com/lquixada/cross-fetch
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:moxystudio/node-cross-spawn.git
│  │  ├─ VendorName: André Cruz
│  │  └─ VendorUrl: https://github.com/moxystudio/node-cross-spawn
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:moxystudio/node-cross-spawn.git
│  │  ├─ VendorName: André Cruz
│  │  └─ VendorUrl: https://github.com/moxystudio/node-cross-spawn
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/crypto-random-string.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/crypto-random-string.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/robinweser/css-in-js-utils.git
│  │  └─ VendorName: robinweser
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/csstree/csstree.git
│  │  ├─ VendorName: Roman Dvornov
│  │  └─ VendorUrl: https://github.com/lahmatiy
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/cssesc.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://mths.be/cssesc
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/NV/CSSOM.git
│  │  └─ VendorName: Nikita Vasilyev
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/NV/CSSOM.git
│  │  └─ VendorName: Nikita Vasilyev
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/cssstyle.git
│  │  └─ VendorUrl: https://github.com/jsdom/cssstyle
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/frenic/csstype
│  │  └─ VendorName: Fredrik Nicol
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/krisselden/dag-map.git
│  │  └─ VendorName: Kris Selden
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/TooTallNate/node-data-uri-to-buffer.git
│  │  ├─ VendorName: Nathan Rajlich
│  │  └─ VendorUrl: https://github.com/TooTallNate/node-data-uri-to-buffer
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/data-urls.git
│  │  ├─ VendorName: Domenic Denicola
│  │  └─ VendorUrl: https://domenic.me/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/data-view-buffer.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/data-view-buffer#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/data-view-byte-length.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/data-view-byte-length#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/data-view-byte-offset.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/data-view-byte-offset#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/iamkun/dayjs.git
│  │  ├─ VendorName: iamkun
│  │  └─ VendorUrl: https://day.js.org/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/visionmedia/debug.git
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/visionmedia/debug.git
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/debug-js/debug.git
│  │  ├─ VendorName: Josh Junon
│  │  └─ VendorUrl: https://github.com/qix-
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/decamelize.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/MikeMcl/decimal.js.git
│  │  └─ VendorName: Michael Mclaughlin
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/SamVerschueren/decode-uri-component.git
│  │  ├─ VendorName: Sam Verschueren
│  │  └─ VendorUrl: github.com/SamVerschueren
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/dmnd/dedent
│  │  ├─ VendorName: Desmond Brand
│  │  └─ VendorUrl: https://github.com/dmnd/dedent
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/unclechu/node-deep-extend.git
│  │  ├─ VendorName: Viacheslav Lotsmanov
│  │  └─ VendorUrl: https://github.com/unclechu/node-deep-extend
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/TehShrike/deepmerge.git
│  │  └─ VendorUrl: https://github.com/TehShrike/deepmerge
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/sindresorhus/node-defaults.git
│  │  └─ VendorName: Elijah Insua
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/define-data-property.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/define-data-property#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/define-lazy-prop.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ljharb/define-properties.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/del.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/felixge/node-delayed-stream.git
│  │  ├─ VendorName: Felix Geisendörfer
│  │  └─ VendorUrl: https://github.com/felixge/node-delayed-stream
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/matthew-andrews/denodeify.git
│  │  ├─ VendorName: Matt Andrews
│  │  └─ VendorUrl: https://github.com/matthew-andrews/denodeify
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/dougwilson/nodejs-depd.git
│  │  └─ VendorName: Douglas Christopher Wilson
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/stream-utils/destroy.git
│  │  ├─ VendorName: Jonathan Ong
│  │  └─ VendorUrl: http://jongleberry.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/detect-newline.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/thekashey/detect-node
│  │  ├─ VendorName: Ilya Kantor
│  │  └─ VendorUrl: https://github.com/thekashey/detect-node
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/tcort/dijkstrajs
│  │  └─ VendorUrl: https://github.com/tcort/dijkstrajs
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kevva/dir-glob.git
│  │  ├─ VendorName: Kevin Mårtensson
│  │  └─ VendorUrl: github.com/kevva
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/developit/dlv.git
│  │  ├─ VendorName: Jason Miller
│  │  └─ VendorUrl: http://jasonformat.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/cheeriojs/dom-serializer.git
│  │  └─ VendorName: Felix Boehm
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Raynos/dom-walk.git
│  │  ├─ VendorName: Raynos
│  │  └─ VendorUrl: https://github.com/Raynos/dom-walk
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/domexception.git
│  │  ├─ VendorName: Domenic Denicola
│  │  └─ VendorUrl: https://domenic.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/drizzle-team/drizzle-kit-mirror
│  │  └─ VendorName: Drizzle Team
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/komagata/eastasianwidth.git
│  │  └─ VendorName: Masaki Komagata
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonathanong/ee-first.git
│  │  ├─ VendorName: Jonathan Ong
│  │  └─ VendorUrl: http://jongleberry.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/emittery.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/emoji-regex.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://mths.be/emoji-regex
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/emoji-regex.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://mths.be/emoji-regex
│  ├─ [email protected]
│  │  └─ URL: https://github.com/LinusU/encode-utf8.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/pillarjs/encodeurl.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/mafintosh/end-of-stream.git
│  │  ├─ VendorName: Mathias Buus
│  │  └─ VendorUrl: https://github.com/mafintosh/end-of-stream
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/env-editor.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tabrindle/envinfo
│  │  └─ VendorName: [email protected]
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ryanve/eol.git
│  │  ├─ VendorName: Ryan Van Etten
│  │  └─ VendorUrl: https://github.com/ryanve/eol
│  ├─ [email protected]
│  │  └─ URL: https://github.com/qix-/node-error-ex.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/stacktracejs/error-stack-parser.git
│  │  └─ VendorUrl: https://www.stacktracejs.com/
│  ├─ [email protected]
│  │  └─ URL: https://github.com/expressjs/errorhandler.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ljharb/es-abstract.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: http://ljharb.codes
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/es-define-property.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/es-define-property#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/es-errors.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/es-errors#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/es-object-atoms.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/es-object-atoms#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/es-shims/es-set-tostringtag.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/es-shims/es-set-tostringtag#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ljharb/es-to-primitive.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ URL: https://github.com/evanw/esbuild
│  ├─ [email protected]
│  │  └─ URL: https://github.com/evanw/esbuild
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lukeed/escalade.git
│  │  ├─ VendorName: Luke Edwards
│  │  └─ VendorUrl: https://lukeed.com
│  ├─ [email protected]
│  │  └─ URL: https://github.com/component/escape-html.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/escape-string-regexp.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/escape-string-regexp.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/escape-string-regexp.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/etag.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mysticatea/event-target-shim.git
│  │  ├─ VendorName: Toru Nagashima
│  │  └─ VendorUrl: https://github.com/mysticatea/event-target-shim
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ccheever/exec-async.git
│  │  ├─ VendorName: Charlie Cheever
│  │  └─ VendorUrl: https://github.com/ccheever/exec-async#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/execa.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/execa.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/bwindels/exif-parser.git
│  │  └─ VendorName: Bruno Windels
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/cowboy/node-exit.git
│  │  ├─ VendorName: "Cowboy" Ben Alman
│  │  └─ VendorUrl: https://github.com/cowboy/node-exit
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/asset/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/build-properties
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/constants/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/clients/introduction/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/device/
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/filesystem/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/font/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/keep-awake/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/linking
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/manifests/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/expo-modules-autolinking#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/expo-modules-core
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/routing/introduction/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/splash-screen/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/sqlite/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/status-bar/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/system-ui
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: 650 Industries, Inc.
│  │  └─ VendorUrl: https://docs.expo.dev/versions/latest/sdk/webbrowser/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/expo.git
│  │  ├─ VendorName: Expo
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/expo
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/epoberezkin/fast-deep-equal.git
│  │  ├─ VendorName: Evgeny Poberezkin
│  │  └─ VendorUrl: https://github.com/epoberezkin/fast-deep-equal#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mrmlnc/fast-glob.git
│  │  ├─ VendorName: Denis Malinochkin
│  │  └─ VendorUrl: https://mrmlnc.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/epoberezkin/fast-json-stable-stringify.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: https://github.com/epoberezkin/fast-json-stable-stringify
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/robinweser/fast-loops.git
│  │  └─ VendorName: robinweser
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/fastify/fast-uri.git
│  │  ├─ VendorName: Vincent Le Goff
│  │  └─ VendorUrl: https://github.com/fastify/fast-uri
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/NaturalIntelligence/fast-xml-parser
│  │  ├─ VendorName: Amit Gupta
│  │  └─ VendorUrl: https://solothought.com
│  ├─ [email protected]
│  │  └─ URL: https://github.com/facebook/fbjs.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/facebook/fbjs.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonbern/fetch-retry.git
│  │  └─ VendorName: Jon K. Bernhardsen
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/file-type.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/fill-range.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/fill-range
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/filter-obj.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/pillarjs/finalhandler.git
│  │  └─ VendorName: Douglas Christopher Wilson
│  ├─ [email protected]
│  │  └─ URL: https://github.com/avajs/find-cache-dir.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/find-up.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/find-up.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/find-up.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  └─ URL: git+https://github.com/facebook/flow.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/flow.git
│  │  ├─ VendorName: Flow Team
│  │  └─ VendorUrl: https://flow.org/
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:follow-redirects/follow-redirects.git
│  │  ├─ VendorName: Ruben Verborgh
│  │  └─ VendorUrl: https://github.com/follow-redirects/follow-redirects
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Raynos/for-each.git
│  │  ├─ VendorName: Raynos
│  │  └─ VendorUrl: https://github.com/Raynos/for-each
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/form-data/form-data.git
│  │  ├─ VendorName: Felix Geisendörfer
│  │  └─ VendorUrl: http://debuggable.com/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/form-data/form-data.git
│  │  ├─ VendorName: Felix Geisendörfer
│  │  └─ VendorUrl: http://debuggable.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/framer/motion/
│  │  └─ VendorName: Framer
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/Popmotion/popmotion.git
│  │  ├─ VendorName: Matt Perry
│  │  └─ VendorUrl: https://popmotion.io/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expo/freeport-async.git
│  │  ├─ VendorName: Expo
│  │  └─ VendorUrl: https://github.com/expo/freeport-async/blob/master/README.md
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jshttp/fresh.git
│  │  ├─ VendorName: TJ Holowaychuk
│  │  └─ VendorUrl: http://tjholowaychuk.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jprichardson/node-fs-extra
│  │  ├─ VendorName: JP Richardson
│  │  └─ VendorUrl: https://github.com/jprichardson/node-fs-extra
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jprichardson/node-fs-extra
│  │  ├─ VendorName: JP Richardson
│  │  └─ VendorUrl: https://github.com/jprichardson/node-fs-extra
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jprichardson/node-fs-extra
│  │  ├─ VendorName: JP Richardson
│  │  └─ VendorUrl: https://github.com/jprichardson/node-fs-extra
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/fsevents/fsevents.git
│  │  └─ VendorUrl: https://github.com/fsevents/fsevents
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Raynos/function-bind.git
│  │  ├─ VendorName: Raynos
│  │  └─ VendorUrl: https://github.com/Raynos/function-bind
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/es-shims/Function.prototype.name.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/functions-have-names.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/functions-have-names#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/loganfsmyth/gensync.git
│  │  ├─ VendorName: Logan Smyth
│  │  └─ VendorUrl: https://github.com/loganfsmyth/gensync
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/get-intrinsic.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/get-intrinsic#readme
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:theKashey/get-nonce.git
│  │  ├─ VendorName: Anton Korzunov
│  │  └─ VendorUrl: https://github.com/theKashey/get-nonce
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/cfware/get-package-type.git
│  │  ├─ VendorName: Corey Farrell
│  │  └─ VendorUrl: https://github.com/cfware/get-package-type#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/get-port.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/get-stream.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/get-stream.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/get-symbol-description.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/get-symbol-description#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/privatenumber/get-tsconfig.git
│  │  └─ VendorName: Hiroki Osame
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ctavan/node-getenv.git
│  │  ├─ VendorName: Christoph Tavan
│  │  └─ VendorUrl: https://github.com/ctavan/node-getenv
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/jtlapp/gifwrap.git
│  │  ├─ VendorName: Joseph T. Lapp
│  │  └─ VendorUrl: https://github.com/jtlapp/gifwrap#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Raynos/global.git
│  │  ├─ VendorName: Raynos
│  │  └─ VendorUrl: https://github.com/Raynos/global
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/globals.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ljharb/System.global.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/globby.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/gopd.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/gopd#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/apollographql/graphql-tag.git
│  │  └─ VendorUrl: https://github.com/apollographql/graphql-tag#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/graphql/graphql-js.git
│  │  └─ VendorUrl: https://github.com/graphql/graphql-js
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/has-bigints.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/has-bigints#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/has-flag.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/has-flag.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/has-property-descriptors.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/has-property-descriptors#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/has-proto.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/has-proto#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/has-symbols.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/has-symbols#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/has-tostringtag.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/has-tostringtag#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/hasOwn.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/hasOwn#readme
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/hermes.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/hermes.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/hermes.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/hermes.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/MLH-Fellowship/hermes-profile-transformer
│  │  ├─ VendorName: Saphal Patro
│  │  └─ VendorUrl: http://github.com/saphal1998
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/Popmotion/hey-listen.git
│  │  ├─ VendorName: Matt Perry
│  │  └─ VendorUrl: https://github.com/Popmotion/hey-listen#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/html-encoding-sniffer.git
│  │  ├─ VendorName: Domenic Denicola
│  │  └─ VendorUrl: https://domenic.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/WebReflection/html-escaper.git
│  │  ├─ VendorName: Andrea Giammarchi
│  │  └─ VendorUrl: https://github.com/WebReflection/html-escaper
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jshttp/http-errors.git
│  │  ├─ VendorName: Jonathan Ong
│  │  └─ VendorUrl: http://jongleberry.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/TooTallNate/node-http-proxy-agent.git
│  │  ├─ VendorName: Nathan Rajlich
│  │  └─ VendorUrl: http://n8.io/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/TooTallNate/node-https-proxy-agent.git
│  │  ├─ VendorName: Nathan Rajlich
│  │  └─ VendorUrl: http://n8.io/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ashtuchkin/iconv-lite.git
│  │  ├─ VendorName: Alexander Shtuchkin
│  │  └─ VendorUrl: https://github.com/ashtuchkin/iconv-lite
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:kaelzhang/node-ignore.git
│  │  └─ VendorName: kael
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ibezkrovnyi/image-quantization
│  │  └─ VendorUrl: https://github.com/ibezkrovnyi/image-quantization/tree/main/packages/image-q
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/image-size/image-size.git
│  │  ├─ VendorName: netroy
│  │  └─ VendorUrl: http://netroy.in/
│  ├─ [email protected]
│  │  └─ URL: git://github.com/calvinmetcalf/immediate.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/import-fresh.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/import-local.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jensyt/imurmurhash-js
│  │  ├─ VendorName: Jens Taylor
│  │  └─ VendorUrl: https://github.com/jensyt/imurmurhash-js
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/indent-string.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/robinweser/inline-style-prefixer
│  │  └─ VendorName: Robin Weser
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/internal-ip.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/internal-slot.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/internal-slot#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/zertosh/invariant
│  │  └─ VendorName: Andres Suarez
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/ip-regex.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/whitequark/ipaddr.js
│  │  └─ VendorName: whitequark
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-arguments.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-arguments
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/is-array-buffer.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-array-buffer#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/qix-/node-is-arrayish.git
│  │  ├─ VendorName: Qix
│  │  └─ VendorUrl: http://github.com/qix-
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/qix-/node-is-arrayish.git
│  │  ├─ VendorName: Qix
│  │  └─ VendorUrl: http://github.com/qix-
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/is-bigint.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-bigint#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-binary-path.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-boolean-object.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/feross/is-buffer.git
│  │  ├─ VendorName: Feross Aboukhadijeh
│  │  └─ VendorUrl: http://feross.org/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-callable.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: http://ljharb.codes
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/is-core-module.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-core-module
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/is-data-view.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-data-view#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-date-object.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/is-directory.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/is-directory
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-docker.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/is-extglob.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/is-extglob
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/is-extglob.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/is-extglob
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-fullwidth-code-point.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-fullwidth-code-point.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/grncdr/js-is-function.git
│  │  ├─ VendorName: Stephen Sugden
│  │  └─ VendorUrl: https://github.com/grncdr/js-is-function
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-generator-fn.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-generator-function.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/is-glob.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/is-glob
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/micromatch/is-glob.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/micromatch/is-glob
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-interactive.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/jonschlinkert/is-invalid-path.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/is-invalid-path
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-negative-zero.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-negative-zero
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-number-object.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-number-object#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/is-number.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/is-number
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-path-cwd.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-path-inside.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-plain-obj.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/is-plain-object.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/is-plain-object
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/is-potential-custom-element-name.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://github.com/mathiasbynens/is-potential-custom-element-name
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-regex.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-regex
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/is-shared-array-buffer.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-shared-array-buffer#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-stream.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-stream.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ljharb/is-string.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-symbol.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/is-typed-array.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: http://ljharb.codes
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-unicode-supported.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/jonschlinkert/is-valid-path.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/is-valid-path
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/is-weakref.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/is-weakref#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-wsl.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/is-wsl.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/juliangruber/isarray.git
│  │  ├─ VendorName: Julian Gruber
│  │  └─ VendorUrl: https://github.com/juliangruber/isarray
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/juliangruber/isarray.git
│  │  ├─ VendorName: Julian Gruber
│  │  └─ VendorUrl: https://github.com/juliangruber/isarray
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/isobject.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/isobject
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jestjs/jest.git
│  │  └─ VendorUrl: https://jestjs.io/
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jestjs/jest.git
│  │  ├─ VendorName: Matt Phillips
│  │  └─ VendorUrl: mattphillips
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/expo/expo.git
│  │  └─ VendorUrl: https://github.com/expo/expo/tree/main/packages/jest-expo
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/arcanis/jest-pnp-resolver.git
│  │  └─ VendorUrl: https://github.com/arcanis/jest-pnp-resolver
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/rogeliog/jest-watch-select-projects.git
│  │  ├─ VendorName: Rogelio Guzman
│  │  └─ VendorUrl: https://github.com/rogeliog/jest-watch-select-projects
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jest-community/jest-watch-typeahead.git
│  │  ├─ VendorName: Rogelio Guzman
│  │  └─ VendorUrl: https://github.com/jest-community/jest-watch-typeahead
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jestjs/jest.git
│  │  └─ VendorUrl: https://jestjs.io/
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jestjs/jest.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jestjs/jest.git
│  │  └─ VendorUrl: https://jestjs.io/
│  ├─ [email protected]
│  │  └─ URL: https://github.com/nuxt-community/jimp-compact.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/unjs/jiti.git
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lydell/js-tokens.git
│  │  └─ VendorName: Simon Lydell
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nodeca/js-yaml.git
│  │  ├─ VendorName: Vladimir Zapparov
│  │  └─ VendorUrl: https://github.com/nodeca/js-yaml
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nodeca/js-yaml.git
│  │  └─ VendorName: Vladimir Zapparov
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/jscodeshift.git
│  │  └─ VendorName: Felix Kling
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jsdom/jsdom.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/jsesc.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: http://mths.be/jsesc
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/jsesc.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://mths.be/jsesc
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/zkat/json-parse-better-errors
│  │  └─ VendorName: Kat Marchán
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/npm/json-parse-even-better-errors
│  │  └─ VendorName: Kat Marchán
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/bojand/json-schema-deref-sync.git
│  │  ├─ VendorName: Bojan D.
│  │  └─ VendorUrl: https://github.com/bojand/json-schema-deref-sync
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/epoberezkin/json-schema-traverse.git
│  │  ├─ VendorName: Evgeny Poberezkin
│  │  └─ VendorUrl: https://github.com/epoberezkin/json-schema-traverse#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/json5/json5.git
│  │  ├─ VendorName: Aseem Kishore
│  │  └─ VendorUrl: http://json5.org/
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:jprichardson/node-jsonfile.git
│  │  └─ VendorName: JP Richardson
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:jprichardson/node-jsonfile.git
│  │  └─ VendorName: JP Richardson
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/kind-of.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/kind-of
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lukeed/kleur.git
│  │  ├─ VendorName: Luke Edwards
│  │  └─ VendorUrl: lukeed.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/leven.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/antonk52/lilconfig
│  │  └─ VendorName: antonk52
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/antonk52/lilconfig
│  │  └─ VendorName: antonk52
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/eventualbuddha/lines-and-columns.git
│  │  ├─ VendorName: Brian Donovan
│  │  └─ VendorUrl: https://github.com/eventualbuddha/lines-and-columns#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Jam3/load-bmfont.git
│  │  ├─ VendorName: Matt DesLauriers
│  │  └─ VendorUrl: https://github.com/Jam3/load-bmfont
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/locate-path.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/locate-path.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/locate-path.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lodash/lodash.git
│  │  ├─ VendorName: John-David Dalton
│  │  └─ VendorUrl: https://lodash.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lodash/lodash.git
│  │  ├─ VendorName: John-David Dalton
│  │  └─ VendorUrl: https://lodash.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lodash/lodash.git
│  │  ├─ VendorName: John-David Dalton
│  │  └─ VendorUrl: https://lodash.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lodash/lodash.git
│  │  ├─ VendorName: John-David Dalton
│  │  └─ VendorUrl: https://lodash.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/log-symbols.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/log-symbols.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/zamotany/logkitty.git
│  │  ├─ VendorName: Paweł Trysła
│  │  └─ VendorUrl: https://github.com/zamotany/logkitty
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/zertosh/loose-envify.git
│  │  ├─ VendorName: Andres Suarez
│  │  └─ VendorUrl: https://github.com/zertosh/loose-envify
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/make-dir.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/make-dir.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/roryrjb/md5-file.git
│  │  └─ VendorName: Rory Bradford
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/650Industries/md5hex.git
│  │  ├─ VendorName: [email protected]
│  │  └─ VendorUrl: https://github.com/650Industries/md5hex#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/alexreardon/memoize-one.git
│  │  └─ VendorName: Alex Reardon
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/alexreardon/memoize-one.git
│  │  └─ VendorName: Alex Reardon
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/schnittstabil/merge-options.git
│  │  └─ VendorName: Michael Mayer
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/grncdr/merge-stream.git
│  │  └─ VendorName: Stephen Sugden
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:teambition/merge2.git
│  │  └─ VendorUrl: https://github.com/teambition/merge2
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/micromatch/micromatch.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/micromatch/micromatch
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/mime-db.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/mime-types.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/broofa/node-mime
│  │  ├─ VendorName: Robert Kieffer
│  │  └─ VendorUrl: http://github.com/broofa
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/broofa/mime
│  │  ├─ VendorName: Robert Kieffer
│  │  └─ VendorUrl: http://github.com/broofa
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/mimic-fn.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/mimic-fn.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Raynos/min-document.git
│  │  ├─ VendorName: Raynos
│  │  └─ VendorUrl: https://github.com/Raynos/min-document
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/thejameskyle/min-indent
│  │  ├─ VendorName: James Kyle
│  │  └─ VendorUrl: thejameskyle.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/minimistjs/minimist.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: https://github.com/minimistjs/minimist
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/isaacs/minizlib.git
│  │  ├─ VendorName: Isaac Z. Schlueter
│  │  └─ VendorUrl: http://blog.izs.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/substack/node-mkdirp.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: http://substack.net
│  ├─ [email protected]
│  │  └─ URL: https://github.com/isaacs/node-mkdirp.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nandorojo/moti.git
│  │  └─ VendorUrl: https://github.com/nandorojo/moti.git#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lukeed/mrmime.git
│  │  ├─ VendorName: Luke Edwards
│  │  └─ VendorUrl: https://lukeed.com
│  ├─ [email protected]
│  │  └─ URL: https://github.com/zeit/ms.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/zeit/ms.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/vercel/ms.git
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/andrewrk/node-mv.git
│  │  ├─ VendorName: Andrew Kelley
│  │  └─ VendorUrl: https://github.com/andrewrk/node-mv
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/normalize/mz.git
│  │  ├─ VendorName: Jonathan Ong
│  │  └─ VendorUrl: http://jongleberry.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ai/nanoid.git
│  │  └─ VendorName: Andrey Sitnik
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/marklawlor/nativewind.git
│  │  ├─ VendorName: Mark Lawlor
│  │  └─ VendorUrl: https://nativewind.dev/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/litejs/natural-compare-lite.git
│  │  ├─ VendorName: Lauri Rooden
│  │  └─ VendorUrl: https://github.com/litejs/natural-compare-lite
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/AvianFlu/ncp.git
│  │  └─ VendorName: AvianFlu
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/negotiator.git
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:suguru03/neo-async.git
│  │  └─ VendorUrl: https://github.com/suguru03/neo-async
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mdlavin/nested-error-stacks.git
│  │  └─ VendorName: Matt Lavin
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/electerious/nice-try.git
│  │  └─ VendorUrl: https://github.com/electerious/nice-try
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/helmetjs/nocache.git
│  │  ├─ VendorName: Adam Baldwin
│  │  └─ VendorUrl: https://github.com/helmetjs/nocache
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/southpolesteve/node-abort-controller.git
│  │  ├─ VendorName: Steve Faulkner
│  │  └─ VendorUrl: https://github.com/southpolesteve/node-abort-controller#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/fshost/node-dir
│  │  ├─ VendorName: Nathan Cartwright
│  │  └─ VendorUrl: https://github.com/fshost
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/bitinn/node-fetch.git
│  │  ├─ VendorName: David Frank
│  │  └─ VendorUrl: https://github.com/bitinn/node-fetch
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/broofa/node-int64
│  │  └─ VendorName: Robert Kieffer
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chicoxyzzy/node-releases.git
│  │  └─ VendorName: Sergey Rubanov
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/antelle/node-stream-zip.git
│  │  ├─ VendorName: Antelle
│  │  └─ VendorUrl: https://github.com/antelle/node-stream-zip
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/akfish/node-vibrant.git
│  │  └─ VendorName: akfish
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inikulin/noop-fn.git
│  │  ├─ VendorName: Ivan Nikulin
│  │  └─ VendorUrl: https://github.com/inikulin/noop-fn#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/normalize-path.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/normalize-path
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/npm-run-path.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/npm-run-path.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/zertosh/nullthrows
│  │  └─ VendorName: Andres Suarez
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/dperini/nwsapi.git
│  │  ├─ VendorName: Diego Perini
│  │  └─ VendorUrl: http://javascript.nwbox.com/nwsapi/
│  ├─ [email protected]
│  │  └─ URL: [email protected]:facebook/metro.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/object-assign.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/puleos/object-hash
│  │  ├─ VendorName: Scott Puleo
│  │  └─ VendorUrl: https://github.com/puleos/object-hash
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/object-inspect.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: https://github.com/inspect-js/object-inspect
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ljharb/object-keys.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: http://ljharb.codes
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ljharb/object.assign.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/deanm/omggif
│  │  └─ VendorName: Dean McNamee
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/on-finished.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/on-finished.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jshttp/on-headers.git
│  │  └─ VendorName: Douglas Christopher Wilson
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/onetime.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/onetime.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/open.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/open.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/open.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/ora.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/ora.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/os-homedir.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/os-tmpdir.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/p-finally.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/p-limit.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/p-limit.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/p-locate.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/p-locate.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/p-locate.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/p-map.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/p-try.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/mattdesl/parse-bmfont-ascii.git
│  │  ├─ VendorName: Matt DesLauriers
│  │  └─ VendorUrl: https://github.com/mattdesl/parse-bmfont-ascii
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Jam3/parse-bmfont-binary.git
│  │  ├─ VendorName: Matt DesLauriers
│  │  └─ VendorUrl: https://github.com/Jam3/parse-bmfont-binary
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/mattdesl/parse-bmfont-xml.git
│  │  ├─ VendorName: Matt DesLauriers
│  │  └─ VendorUrl: https://github.com/mattdesl/parse-bmfont-xml
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kesla/parse-headers.git
│  │  ├─ VendorName: David Björklund
│  │  └─ VendorUrl: https://github.com/kesla/parse-headers
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/parse-json.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/parse-json.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kevva/parse-png.git
│  │  ├─ VendorName: Kevin Martensson
│  │  └─ VendorUrl: github.com/kevva
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inikulin/parse5.git
│  │  ├─ VendorName: Ivan Nikulin
│  │  └─ VendorUrl: https://github.com/inikulin/parse5
│  ├─ [email protected]
│  │  └─ URL: https://github.com/pillarjs/parseurl.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/path-exists.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/path-exists.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jprichardson/node-path-extra
│  │  ├─ VendorName: JP Richardson
│  │  └─ VendorUrl: https://github.com/jprichardson/node-path-extra
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/path-is-absolute.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/path-key.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/path-key.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jbgutierrez/path-parse.git
│  │  ├─ VendorName: Javier Blanco
│  │  └─ VendorUrl: https://github.com/jbgutierrez/path-parse#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/path-type.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/Borewit/peek-readable
│  │  ├─ VendorName: Borewit
│  │  └─ VendorUrl: https://github.com/Borewit
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ethanent/phin.git
│  │  ├─ VendorName: Ethan Davis
│  │  └─ VendorUrl: https://github.com/ethanent/phin#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ethanent/phin.git
│  │  ├─ VendorName: Ethan Davis
│  │  └─ VendorUrl: https://github.com/ethanent/phin
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/micromatch/picomatch.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/micromatch/picomatch
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/micromatch/picomatch.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/micromatch/picomatch
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/pify.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/pify.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/danez/pirates.git
│  │  ├─ VendorName: Ari Porad
│  │  └─ VendorUrl: https://github.com/danez/pirates#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/pkg-dir.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/pkg-dir.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/TooTallNate/node-plist.git
│  │  └─ VendorName: Nathan Rajlich
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/lukeapage/pngjs2.git
│  │  └─ VendorUrl: https://github.com/lukeapage/pngjs
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/lukeapage/pngjs.git
│  │  └─ VendorUrl: https://github.com/lukeapage/pngjs
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Popmotion/popmotion/tree/master/packages/popmotion
│  │  ├─ VendorName: Matt Perry
│  │  └─ VendorUrl: https://popmotion.io/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/possible-typed-array-names.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/possible-typed-array-names#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/postcss/postcss-import.git
│  │  └─ VendorName: Maxime Thirouin
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/postcss/postcss-js.git
│  │  └─ VendorName: Andrey Sitnik
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/postcss/postcss-load-config.git
│  │  └─ VendorName: Michael Ciniawky
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/postcss/postcss-nested.git
│  │  └─ VendorName: Andrey Sitnik
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/postcss/postcss-selector-parser.git
│  │  └─ VendorUrl: https://github.com/postcss/postcss-selector-parser
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/TrySound/postcss-value-parser.git
│  │  ├─ VendorName: Bogdan Chadkin
│  │  └─ VendorUrl: https://github.com/TrySound/postcss-value-parser
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/postcss/postcss.git
│  │  ├─ VendorName: Andrey Sitnik
│  │  └─ VendorUrl: https://postcss.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/prettier/prettier.git
│  │  ├─ VendorName: James Long
│  │  └─ VendorUrl: https://prettier.io/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/pretty-bytes.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/jest.git
│  │  └─ VendorName: James Kyle
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/jest.git
│  │  └─ VendorName: James Kyle
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jestjs/jest.git
│  │  └─ VendorName: James Kyle
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/calvinmetcalf/process-nextick-args.git
│  │  └─ VendorUrl: https://github.com/calvinmetcalf/process-nextick-args
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/shtylman/node-process.git
│  │  └─ VendorName: Roman Shtylman
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/visionmedia/node-progress
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/then/promise.git
│  │  └─ VendorName: ForbesLindesay
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/then/promise.git
│  │  └─ VendorName: ForbesLindesay
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/terkelg/prompts.git
│  │  ├─ VendorName: Terkel Gjervig
│  │  └─ VendorUrl: https://terkel.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/prop-types.git
│  │  └─ VendorUrl: https://facebook.github.io/react/
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:lupomontero/psl.git
│  │  ├─ VendorName: Lupo Montero
│  │  └─ VendorUrl: https://lupomontero.com/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/mafintosh/pump.git
│  │  └─ VendorName: Mathias Buus Madsen
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/bestiejs/punycode.js.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://mths.be/punycode
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/punycode.js.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://mths.be/punycode
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/dubzzz/pure-rand.git
│  │  ├─ VendorName: Nicolas DUBIEN
│  │  └─ VendorUrl: https://github.com/dubzzz/pure-rand#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/soldair/node-qrcode.git
│  │  ├─ VendorName: Ryan Day
│  │  └─ VendorUrl: http://github.com/soldair/node-qrcode
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/query-string.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Gozala/querystring.git
│  │  └─ VendorName: Irakli Gozalishvili
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/unshiftio/querystringify
│  │  ├─ VendorName: Arnout Kazemier
│  │  └─ VendorUrl: https://github.com/unshiftio/querystringify
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/feross/queue-microtask.git
│  │  ├─ VendorName: Feross Aboukhadijeh
│  │  └─ VendorUrl: https://github.com/feross/queue-microtask
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jessetane/queue.git
│  │  └─ VendorName: Jesse Tane
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jshttp/range-parser.git
│  │  ├─ VendorName: TJ Holowaychuk
│  │  └─ VendorUrl: http://tjholowaychuk.com
│  ├─ [email protected]
│  │  └─ URL: https://github.com/facebook/react.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/FormidableLabs/react-fast-compare
│  │  ├─ VendorName: Chris Bolin
│  │  └─ VendorUrl: https://github.com/FormidableLabs/react-fast-compare
│  ├─ [email protected]
│  │  └─ URL: https://github.com/software-mansion/react-freeze.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/alantoa/react-native-awesome-slider.git
│  │  ├─ VendorName: Toa
│  │  └─ VendorUrl: https://github.com/alantoa/react-native-awesome-slider
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/marklawlor/nativewind.git
│  │  ├─ VendorName: Mark Lawlor
│  │  └─ VendorUrl: https://nativewind.dev/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/software-mansion/react-native-gesture-handler.git
│  │  ├─ VendorName: Krzysztof Magiera
│  │  └─ VendorUrl: https://github.com/software-mansion/react-native-gesture-handler#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/osamaqarem/react-native-image-colors
│  │  ├─ VendorName: OsamaQarem
│  │  └─ VendorUrl: https://github.com/osamaqarem/react-native-image-colors#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/react-native-linear-gradient/react-native-linear-gradient.git
│  │  ├─ VendorName: Brent Vatne
│  │  └─ VendorUrl: https://github.com/brentvatne
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/callstack/react-native-pager-view
│  │  ├─ VendorName: troZee
│  │  └─ VendorUrl: https://github.com/callstack/react-native-pager-view#readme
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/awesomejerry/react-native-qrcode-svg.git
│  │  ├─ VendorName: awesomejerry
│  │  └─ VendorUrl: https://github.com/awesomejerry/react-native-qrcode-svg#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/software-mansion/react-native-reanimated.git
│  │  ├─ VendorName: Krzysztof Magiera
│  │  └─ VendorUrl: https://github.com/software-mansion/react-native-reanimated#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/th3rdwave/react-native-safe-area-context.git
│  │  ├─ VendorName: Janic Duplessis
│  │  └─ VendorUrl: https://github.com/th3rdwave/react-native-safe-area-context#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/software-mansion/react-native-screens.git
│  │  ├─ VendorName: Krzysztof Magiera
│  │  └─ VendorUrl: https://github.com/software-mansion/react-native-screens#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/react-native-community/react-native-svg
│  │  └─ VendorUrl: https://github.com/react-native-community/react-native-svg
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/react-navigation/react-navigation.git
│  │  └─ VendorUrl: https://reactnavigation.org/docs/tab-view/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/calintamas/react-native-toast-message.git
│  │  └─ VendorName: Calin Tamas
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/necolas/react-native-web.git
│  │  └─ VendorName: Nicolas Gallagher
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react-native.git
│  │  └─ VendorUrl: https://reactnative.dev/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/theKashey/react-remove-scroll-bar
│  │  └─ VendorName: Anton Korzunov
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/theKashey/react-remove-scroll
│  │  └─ VendorName: Anton Korzunov
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/NMinhNguyen/react-shallow-renderer.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ VendorName: Anton Korzunov
│  │  └─ VendorUrl: https://github.com/theKashey/react-style-singleton#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/TrySound/read-cache.git
│  │  ├─ VendorName: Bogdan Chadkin
│  │  └─ VendorUrl: https://github.com/TrySound/read-cache#readme
│  ├─ [email protected]
│  │  └─ URL: git://github.com/nodejs/readable-stream
│  ├─ [email protected]
│  │  └─ URL: git://github.com/nodejs/readable-stream
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Borewit/readable-web-to-node-stream.git
│  │  ├─ VendorName: Borewit
│  │  └─ VendorUrl: https://github.com/Borewit
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/paulmillr/readdirp.git
│  │  ├─ VendorName: Thorsten Lorenz
│  │  └─ VendorUrl: https://github.com/paulmillr/readdirp
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/benjamn/recast.git
│  │  ├─ VendorName: Ben Newman
│  │  └─ VendorUrl: http://github.com/benjamn/recast
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/regenerate-unicode-properties.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://github.com/mathiasbynens/regenerate-unicode-properties
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/regenerate.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://mths.be/regenerate
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/regenerator/tree/main/packages/runtime
│  │  └─ VendorName: Ben Newman
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/regenerator/tree/main/packages/runtime
│  │  └─ VendorName: Ben Newman
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/es-shims/RegExp.prototype.flags.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/regexpu-core.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://mths.be/regexpu
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/stephenmathieson/remove-trailing-slash.git
│  │  └─ VendorName: Stephen Mathieson
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/troygoode/node-require-directory.git
│  │  ├─ VendorName: Troy Goode
│  │  └─ VendorUrl: https://github.com/troygoode/node-require-directory/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/floatdrop/require-from-string.git
│  │  ├─ VendorName: Vsevolod Strukchinsky
│  │  └─ VendorUrl: github.com/floatdrop
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/qiu8310/require-resolve
│  │  ├─ VendorName: Zhonglei Qiu
│  │  └─ VendorUrl: https://github.com/qiu8310/require-resolve
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/h2non/requireg.git
│  │  └─ VendorUrl: http://github.com/h2non/requireg
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/unshiftio/requires-port
│  │  ├─ VendorName: Arnout Kazemier
│  │  └─ VendorUrl: https://github.com/unshiftio/requires-port
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/resolve-cwd.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/resolve-from.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/resolve-from.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/privatenumber/resolve-pkg-maps.git
│  │  └─ VendorName: Hiroki Osame
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lukeed/resolve.exports.git
│  │  ├─ VendorName: Luke Edwards
│  │  └─ VendorUrl: https://lukeed.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/browserify/resolve.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: http://substack.net
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/browserify/resolve.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: http://substack.net
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/restore-cursor.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/restore-cursor.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/mcollina/reusify.git
│  │  ├─ VendorName: Matteo Collina
│  │  └─ VendorUrl: https://github.com/mcollina/reusify#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/feross/run-parallel.git
│  │  ├─ VendorName: Feross Aboukhadijeh
│  │  └─ VendorUrl: https://github.com/feross/run-parallel
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/safe-array-concat.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/safe-array-concat#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/feross/safe-buffer.git
│  │  ├─ VendorName: Feross Aboukhadijeh
│  │  └─ VendorUrl: https://github.com/feross/safe-buffer
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/feross/safe-buffer.git
│  │  ├─ VendorName: Feross Aboukhadijeh
│  │  └─ VendorUrl: https://github.com/feross/safe-buffer
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:debitoor/safe-json-stringify.git
│  │  ├─ VendorName: Debitoor
│  │  └─ VendorUrl: https://github.com/debitoor/safe-json-stringify
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/safe-regex-test.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/safe-regex-test#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ChALkeR/safer-buffer.git
│  │  ├─ VendorName: Nikita Skovoroda
│  │  └─ VendorUrl: https://github.com/ChALkeR
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/facebook/react.git
│  │  └─ VendorUrl: https://reactjs.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/webpack/schema-utils.git
│  │  ├─ VendorName: webpack Contrib
│  │  └─ VendorUrl: https://github.com/webpack/schema-utils
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/jfromaniello/selfsigned.git
│  │  ├─ VendorName: José F. Romaniello
│  │  └─ VendorUrl: http://joseoncode.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/pillarjs/send.git
│  │  └─ VendorName: TJ Holowaychuk
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/serialize-error.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/expressjs/serve-static.git
│  │  └─ VendorName: Douglas Christopher Wilson
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/nfriedly/set-cookie-parser.git
│  │  ├─ VendorName: Nathan Friedly
│  │  └─ VendorUrl: https://github.com/nfriedly/set-cookie-parser
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/set-function-length.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/set-function-length#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/set-function-name.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/set-function-name#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/YuzuJS/setImmediate.git
│  │  └─ VendorName: YuzuJS
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jonschlinkert/shallow-clone.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/jonschlinkert/shallow-clone
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/dashed/shallowequal.git
│  │  ├─ VendorName: Alberto Leal
│  │  └─ VendorUrl: github.com/dashed
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kevva/shebang-command.git
│  │  ├─ VendorName: Kevin Martensson
│  │  └─ VendorUrl: github.com/kevva
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kevva/shebang-command.git
│  │  ├─ VendorName: Kevin Mårtensson
│  │  └─ VendorUrl: github.com/kevva
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/shebang-regex.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/shebang-regex.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: http://github.com/ljharb/shell-quote.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: https://github.com/ljharb/shell-quote
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/side-channel.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/side-channel#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/wollardj/simple-plist.git
│  │  ├─ VendorName: Joe Wollard
│  │  └─ VendorUrl: https://github.com/wollardj/simple-plist.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/qix-/node-simple-swizzle.git
│  │  ├─ VendorName: Qix
│  │  └─ VendorUrl: http://github.com/qix-
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/terkelg/sisteransi
│  │  ├─ VendorName: Terkel Gjervig
│  │  └─ VendorUrl: https://terkel.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/slash.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/slash.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  └─ URL: https://github.com/chalk/slice-ansi.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/simov/slugify.git
│  │  ├─ VendorName: Simeon Velichkov
│  │  └─ VendorUrl: https://github.com/simov/slugify
│  ├─ [email protected]
│  │  └─ URL: https://github.com/evanw/node-source-map-support
│  ├─ [email protected]
│  │  └─ URL: https://github.com/evanw/node-source-map-support
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/split-on-first.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/dominictarr/split.git
│  │  ├─ VendorName: Dominic Tarr
│  │  └─ VendorUrl: http://github.com/dominictarr/split
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/stacktracejs/stack-generator.git
│  │  └─ VendorUrl: https://www.stacktracejs.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tapjs/stack-utils.git
│  │  ├─ VendorName: James Talmage
│  │  └─ VendorUrl: github.com/jamestalmage
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/stacktracejs/stackframe.git
│  │  └─ VendorUrl: https://www.stacktracejs.com/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/stacktracejs/stacktrace-gps.git
│  │  └─ VendorUrl: https://www.stacktracejs.com/
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/stacktracejs/stacktrace.js.git
│  │  └─ VendorUrl: https://www.stacktracejs.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/errwischt/stacktrace-parser
│  │  ├─ VendorName: Georg Tavonius
│  │  └─ VendorUrl: https://github.com/errwischt/stacktrace-parser
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/statuses.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jshttp/statuses.git
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:yorkie/stream-slice.git
│  │  ├─ VendorName: Yorkie Neil
│  │  └─ VendorUrl: https://github.com/yorkie/stream-slice
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kevva/strict-uri-encode.git
│  │  ├─ VendorName: Kevin Mårtensson
│  │  └─ VendorUrl: github.com/kevva
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/nodejs/string_decoder.git
│  │  └─ VendorUrl: https://github.com/nodejs/string_decoder
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/nodejs/string_decoder.git
│  │  └─ VendorUrl: https://github.com/nodejs/string_decoder
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/string-length.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/string-length.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/string-width.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/string-width.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/string-width.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/es-shims/String.prototype.trim.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: http://ljharb.codes
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/es-shims/String.prototype.trimEnd.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/es-shims/String.prototype.trimStart.git
│  │  └─ VendorName: Jordan Harband
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/strip-ansi.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/strip-ansi.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/strip-ansi.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/strip-ansi.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/strip-bom.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/strip-eof.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/strip-final-newline.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/strip-indent.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/strip-json-comments.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/strip-json-comments.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/NaturalIntelligence/strnum
│  │  ├─ VendorName: Amit Gupta
│  │  └─ VendorUrl: https://amitkumargupta.work/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Borewit/strtok3.git
│  │  ├─ VendorName: Borewit
│  │  └─ VendorUrl: https://github.com/Borewit
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/evert/structured-header.git
│  │  ├─ VendorName: Evert Pot
│  │  └─ VendorUrl: https://github.com/evert/structured-header#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Popmotion/popmotion/tree/master/packages/style-value-types
│  │  ├─ VendorName: Matt Perry
│  │  └─ VendorUrl: https://popmotion.io/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/necolas/styleq
│  │  └─ VendorName: Nicolas Gallagher
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/alangpierce/sucrase.git
│  │  └─ VendorName: Alan Pierce
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/alangpierce/sucrase.git
│  │  └─ VendorName: Alan Pierce
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/jorangreef/sudo-prompt.git
│  │  ├─ VendorName: Joran Dirk Greef
│  │  └─ VendorUrl: https://github.com/jorangreef/sudo-prompt#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/jorangreef/sudo-prompt.git
│  │  ├─ VendorName: Joran Dirk Greef
│  │  └─ VendorUrl: https://github.com/jorangreef/sudo-prompt#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/jorangreef/sudo-prompt.git
│  │  ├─ VendorName: Joran Dirk Greef
│  │  └─ VendorUrl: https://github.com/jorangreef/sudo-prompt#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/supports-color.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/supports-color.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/supports-color.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jamestalmage/supports-hyperlinks.git
│  │  ├─ VendorName: James Talmage
│  │  └─ VendorUrl: github.com/jamestalmage
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/js-symbol-tree.git
│  │  ├─ VendorName: Joris van der Wel
│  │  └─ VendorUrl: https://github.com/jsdom/js-symbol-tree#symbol-tree
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/dcastil/tailwind-merge.git
│  │  ├─ VendorName: Dany Castillo
│  │  └─ VendorUrl: https://github.com/dcastil/tailwind-merge
│  ├─ [email protected]
│  │  └─ VendorName: Jamie Kyle
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/tailwindlabs/tailwindcss.git
│  │  └─ VendorUrl: https://tailwindcss.com/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/temp-dir.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/temp-dir.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/bruce/node-temp.git
│  │  └─ VendorName: Bruce Williams
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/tempy.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/tempy.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/terminal-link.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/substack/text-table.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: https://github.com/substack/text-table
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/thenables/thenify-all.git
│  │  ├─ VendorName: Jonathan Ong
│  │  └─ VendorUrl: http://jongleberry.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/thenables/thenify.git
│  │  ├─ VendorName: Jonathan Ong
│  │  └─ VendorUrl: http://jongleberry.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/ForbesLindesay/throat.git
│  │  └─ VendorName: ForbesLindesay
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/dominictarr/through.git
│  │  ├─ VendorName: Dominic Tarr
│  │  └─ VendorUrl: https://github.com/dominictarr/through
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/rvagg/through2.git
│  │  ├─ VendorName: Rod Vagg
│  │  └─ VendorUrl: https://github.com/rvagg
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/guigrpa/timm.git
│  │  ├─ VendorName: Guillermo Grau Panea
│  │  └─ VendorUrl: http://guigrpa.github.io/timm/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/bgrins/TinyColor.git
│  │  ├─ VendorName: Brian Grinstead
│  │  └─ VendorUrl: http://briangrinstead.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/raszi/node-tmp.git
│  │  ├─ VendorName: KARASZI István
│  │  └─ VendorUrl: http://github.com/raszi/node-tmp
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/to-fast-properties.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/micromatch/to-regex-range.git
│  │  ├─ VendorName: Jon Schlinkert
│  │  └─ VendorUrl: https://github.com/micromatch/to-regex-range
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/component/toidentifier.git
│  │  └─ VendorName: Douglas Christopher Wilson
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Borewit/token-types
│  │  ├─ VendorName: Borewit
│  │  └─ VendorUrl: https://github.com/Borewit
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/Sebmaster/tr46.js.git
│  │  ├─ VendorName: Sebastian Mayr
│  │  └─ VendorUrl: https://github.com/Sebmaster/tr46.js#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/tr46
│  │  └─ VendorName: Sebastian Mayr
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/ljharb/js-traverse.git
│  │  ├─ VendorName: James Halliday
│  │  └─ VendorUrl: https://github.com/ljharb/js-traverse
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/trim-right.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+ssh://[email protected]/chaijs/type-detect.git
│  │  ├─ VendorName: Jake Luer
│  │  └─ VendorUrl: http://alogicalparadox.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/typed-array-buffer.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/typed-array-buffer#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/typed-array-byte-length.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/typed-array-byte-length#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/typed-array-byte-offset.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/typed-array-byte-offset#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/typed-array-length.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/typed-array-length#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/es-shims/TypedArray.prototype.slice.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/es-shims/TypedArray.prototype.slice#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/faisalman/ua-parser-js.git
│  │  ├─ VendorName: Faisal Salman
│  │  └─ VendorUrl: https://github.com/faisalman/ua-parser-js
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/faisalman/ua-parser-js.git
│  │  ├─ VendorName: Faisal Salman
│  │  └─ VendorUrl: https://github.com/faisalman/ua-parser-js
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/ljharb/unbox-primitive.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/ljharb/unbox-primitive#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/nodejs/undici.git
│  │  └─ VendorUrl: https://undici.nodejs.org/
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/nodejs/undici.git
│  │  └─ VendorUrl: https://undici.nodejs.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/unicode-match-property-ecmascript.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://github.com/mathiasbynens/unicode-match-property-ecmascript
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git
│  │  ├─ VendorName: Mathias Bynens
│  │  └─ VendorUrl: https://github.com/mathiasbynens/unicode-property-aliases-ecmascript
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/unique-string.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/unique-string.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/RyanZim/universalify.git
│  │  ├─ VendorName: Ryan Zimmerman
│  │  └─ VendorUrl: https://github.com/RyanZim/universalify#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/RyanZim/universalify.git
│  │  ├─ VendorName: Ryan Zimmerman
│  │  └─ VendorUrl: https://github.com/RyanZim/universalify#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/RyanZim/universalify.git
│  │  ├─ VendorName: Ryan Zimmerman
│  │  └─ VendorUrl: https://github.com/RyanZim/universalify#readme
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/RyanZim/universalify.git
│  │  ├─ VendorName: Ryan Zimmerman
│  │  └─ VendorUrl: https://github.com/RyanZim/universalify#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/stream-utils/unpipe.git
│  │  └─ VendorName: Douglas Christopher Wilson
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/browserslist/update-db.git
│  │  └─ VendorName: Andrey Sitnik
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/jfromaniello/url-join.git
│  │  ├─ VendorName: José F. Romaniello
│  │  └─ VendorUrl: http://joseoncode.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/unshiftio/url-parse.git
│  │  └─ VendorName: Arnout Kazemier
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/defunctzombie/node-url.git
│  │  └─ VendorName: defunctzombie
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/theKashey/use-callback-ref/
│  │  └─ VendorName: theKashey
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/satya164/use-latest-callback
│  │  └─ VendorName: Satyajit Sahoo
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/theKashey/use-sidecar
│  │  ├─ VendorName: theKashey
│  │  └─ VendorUrl: https://github.com/theKashey/use-sidecar
│  ├─ [email protected]
│  │  └─ URL: https://github.com/facebook/react.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/photopea/UTIF.js.git
│  │  ├─ VendorName: photopea
│  │  └─ VendorUrl: https://github.com/photopea/UTIF.js
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/TooTallNate/util-deprecate.git
│  │  ├─ VendorName: Nathan Rajlich
│  │  └─ VendorUrl: https://github.com/TooTallNate/util-deprecate
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/browserify/node-util
│  │  ├─ VendorName: Joyent
│  │  └─ VendorUrl: https://github.com/browserify/node-util
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/jaredhanson/utils-merge.git
│  │  ├─ VendorName: Jared Hanson
│  │  └─ VendorUrl: http://www.jaredhanson.net/
│  ├─ [email protected]
│  │  └─ URL: https://github.com/uuidjs/uuid.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/uuidjs/uuid.git
│  ├─ [email protected]
│  │  └─ URL: git://github.com/ogt/valid-url.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jshttp/vary.git
│  │  └─ VendorName: Douglas Christopher Wilson
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Rich-Harris/vlq
│  │  └─ VendorName: Rich Harris
│  ├─ [email protected]
│  │  └─ URL: https://github.com/jsdom/w3c-xmlserializer.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/satya164/warn-once
│  │  └─ VendorName: Satyajit Sahoo
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/timoxley/wcwidth.git
│  │  ├─ VendorName: Tim Oxley
│  │  └─ VendorUrl: https://github.com/timoxley/wcwidth#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/gozala/web-encoding
│  │  ├─ VendorName: Irakli Gozalishvili
│  │  └─ VendorUrl: https://github.com/gozala/web-encoding
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/MattiasBuelens/web-streams-polyfill.git
│  │  ├─ VendorName: Mattias Buelens
│  │  └─ VendorUrl: https://github.com/MattiasBuelens/web-streams-polyfill#readme
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/whatwg-encoding.git
│  │  ├─ VendorName: Domenic Denicola
│  │  └─ VendorUrl: https://domenic.me/
│  ├─ [email protected]
│  │  └─ URL: https://github.com/github/fetch.git
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/whatwg-mimetype.git
│  │  ├─ VendorName: Domenic Denicola
│  │  └─ VendorUrl: https://domenic.me/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/charpeni/whatwg-url.git
│  │  └─ VendorName: Sebastian Mayr
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/whatwg-url.git
│  │  └─ VendorName: Sebastian Mayr
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/jsdom/whatwg-url.git
│  │  └─ VendorName: Sebastian Mayr
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/inspect-js/which-boxed-primitive.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: https://github.com/inspect-js/which-boxed-primitive#readme
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/inspect-js/which-typed-array.git
│  │  ├─ VendorName: Jordan Harband
│  │  └─ VendorUrl: http://ljharb.codes
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/kitten/wonka
│  │  ├─ VendorName: Phil Pluckthun
│  │  └─ VendorUrl: https://wonka.kitten.sh/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/0no-co/wonka
│  │  └─ VendorName: 0no.co
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/wrap-ansi.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/wrap-ansi.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/wrap-ansi.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/chalk/wrap-ansi.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/websockets/ws.git
│  │  ├─ VendorName: Einar Otto Stangvik
│  │  └─ VendorUrl: https://github.com/websockets/ws
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/websockets/ws.git
│  │  ├─ VendorName: Einar Otto Stangvik
│  │  └─ VendorUrl: https://github.com/websockets/ws
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/websockets/ws.git
│  │  ├─ VendorName: Einar Otto Stangvik
│  │  └─ VendorUrl: https://github.com/websockets/ws
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/node-x-extras/x-path
│  │  ├─ VendorName: Node X Extras
│  │  └─ VendorUrl: https://github.com/node-x-extras/x-path
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/naugtur/xhr.git
│  │  ├─ VendorName: Raynos
│  │  └─ VendorUrl: https://github.com/naugtur/xhr
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Jam3/xml-parse-from-string.git
│  │  ├─ VendorName: Matt DesLauriers
│  │  └─ VendorUrl: https://github.com/Jam3/xml-parse-from-string
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Leonidas-from-XIV/node-xml2js.git
│  │  ├─ VendorName: Marek Kubica
│  │  └─ VendorUrl: https://github.com/Leonidas-from-XIV/node-xml2js
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/Leonidas-from-XIV/node-xml2js.git
│  │  ├─ VendorName: Marek Kubica
│  │  └─ VendorUrl: https://github.com/Leonidas-from-XIV/node-xml2js
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/oozcitak/xmlbuilder-js.git
│  │  ├─ VendorName: Ozgur Ozcitak
│  │  └─ VendorUrl: http://github.com/oozcitak/xmlbuilder-js
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/oozcitak/xmlbuilder-js.git
│  │  ├─ VendorName: Ozgur Ozcitak
│  │  └─ VendorUrl: http://github.com/oozcitak/xmlbuilder-js
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/oozcitak/xmlbuilder-js.git
│  │  ├─ VendorName: Ozgur Ozcitak
│  │  └─ VendorUrl: http://github.com/oozcitak/xmlbuilder-js
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/lddubeau/xmlchars.git
│  │  └─ VendorName: Louis-Dominique Dubeau
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/Raynos/xtend.git
│  │  ├─ VendorName: Raynos
│  │  └─ VendorUrl: https://github.com/Raynos/xtend
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/yargs/yargs.git
│  │  └─ VendorUrl: https://yargs.js.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/yargs/yargs.git
│  │  └─ VendorUrl: https://yargs.js.org/
│  ├─ [email protected]
│  │  ├─ URL: https://github.com/sindresorhus/yocto-queue.git
│  │  ├─ VendorName: Sindre Sorhus
│  │  └─ VendorUrl: https://sindresorhus.com
│  ├─ [email protected]
│  │  ├─ URL: git://github.com/causaly/zod-validation-error.git
│  │  ├─ VendorName: Causaly Team
│  │  └─ VendorUrl: https://www.causaly.com
│  ├─ [email protected]
│  │  ├─ URL: git+https://github.com/colinhacks/zod.git
│  │  ├─ VendorName: Colin McDonnell
│  │  └─ VendorUrl: https://zod.dev/
│  └─ [email protected]
│     ├─ URL: git+https://github.com/pmndrs/zustand.git
│     ├─ VendorName: Paul Henschel
│     └─ VendorUrl: https://github.com/pmndrs/zustand
├─ MPL-2.0
│  ├─ [email protected]
│  │  └─ URL: https://github.com/parcel-bundler/lightningcss.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/parcel-bundler/lightningcss.git
│  ├─ [email protected]
│  │  └─ URL: https://github.com/parcel-bundler/lightningcss.git
│  └─ [email protected]
│     └─ URL: https://github.com/parcel-bundler/lightningcss.git
├─ Python-2.0
│  └─ [email protected]
│     └─ URL: https://github.com/nodeca/argparse.git
├─ Unlicense
│  ├─ [email protected]
│  │  ├─ URL: [email protected]:peterolson/BigInteger.js.git
│  │  └─ VendorName: Peter Olson
│  └─ [email protected]
│     ├─ URL: https://github.com/samcday/node-stream-buffer.git
│     └─ VendorName: Sam Day
└─ WTFPL
   └─ [email protected]
      ├─ URL: git://github.com/calvinmetcalf/argsarray.git
      ├─ VendorName: Calvin Metcalf
      └─ VendorUrl: https://github.com/calvinmetcalf/argsarray

(back to top)