Last updated: 2025-07-22 · Current Build

PXL Clock - Open Source Software Notice

Product: PXL Clock Generated: 2025-07-22 Version: Current Build

This document reflects the current software configuration. For historical versions or additional information, please contact us.

Contact Information

For questions regarding open source compliance, license obligations, or to request source code for GPL-licensed components, please contact:

Cumin & Potato GmbH Holzhofallee 21 D-64295 Darmstadt HRB 107113, Amtsgericht Darmstadt Telefon: +49 6151 7866583 E-Mail: info@cuminandpotato.com USt-IdNr.: DE449775915 WEEE-Reg.-Nr.: DE 41629348 Lucid-Registrierung: DE4940239725994 (Duales System Zentek)

Important Copyright and Licensing Information

The PXL Clock system incorporates various open source software components and runs on the Linux operating system. This document provides a comprehensive overview of all third-party software dependencies and their respective licenses to ensure full compliance with open source licensing requirements.

Operating System

The PXL Clock runs on DietPi, a lightweight Debian-based Linux distribution optimized for single board computers. DietPi and its underlying components are distributed under various open source licenses including:

  • Linux Kernel: Licensed under GPL v2
  • DietPi: Licensed under GPL v2
  • Debian Base System: Various licenses (GPL, LGPL, BSD, etc.) - see Debian License Information

Important: By using the PXL Clock, users acknowledge that the device contains GPL-licensed software. In accordance with GPL licensing terms, source code for GPL-licensed components is available upon request. Please contact Cumin & Potato GmbH for access to GPL source code.

Compliance Statement

This product complies with all applicable open source software licenses. All license obligations have been carefully reviewed and implemented, including:

  • Attribution requirements for MIT, BSD, and Apache licenses
  • Copyleft compliance for GPL and LGPL licenses
  • Preservation of copyright notices
  • Inclusion of required license texts

For more information about open source licensing, see the Open Source Initiative and Free Software Foundation websites.

Third-Party Software Components

The following sections detail all open source software components used in the PXL Clock software stack, including both the embedded daemon software (.NET/F#) and the companion mobile application (React/Ionic).

For more information about the technologies used:

  • .NET Runtime: MIT License
  • Node.js Runtime: MIT License

Combined Software Dependencies Summary

This report covers all open source software dependencies used across the complete PXL Clock software stack:

ComponentPackage CountTechnology Stack
Pxl.Daemon57Auto-detected
pxl-app250Auto-detected
pxl-display6Auto-detected
Total313

Combined License Distribution

LicenseCountNotes
MIT262Permissive - Attribution required
Apache-2.016Permissive - Patent grant included
Apache-2.0 OR MS-PL9See individual license terms
ISC7Permissive - Simplified BSD-style
BSD-2-Clause7Permissive - Attribution required
BSD-3-Clause5Permissive - Attribution required
https://go.microsoft.com/fwlink/?linkid=8685144See individual license terms
http://www.quanttec.com/fparsec/license.html1See individual license terms
0BSD1Public domain equivalent

Detailed Dependency Reports

Pxl.Daemon Dependencies

Generated on: 2025-07-22 Project: Pxl.Daemon Total packages: 57

Summary

TypeCount
Direct Dependencies11
Transitive Dependencies46
Total57

License Distribution

LicenseCount
MIT41
Apache-2.0 OR MS-PL9
https://go.microsoft.com/fwlink/?linkid=8685144
https://aka.ms/deprecateLicenseUrl1
http://www.quanttec.com/fparsec/license.html1
Apache-2.01

Direct Dependencies

Fake.Core.Target v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: direct
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

FSharp.Control.Reactive v6.1.2

  • License: https://aka.ms/deprecateLicenseUrl
  • Type: direct
  • Description: A F#-friendly wrapper for the Reactive Extensions.
  • Authors: Ryan Riley,Steffen Forkmann,Jared Hester
  • Project URL: https://github.com/fsprojects/FSharp.Control.Reactive
  • Tags: F# FSharp Reactive Extensions Rx

FSharp.Core v8.0.403

  • License: MIT
  • Type: direct
  • Description: FSharp.Core redistributables from F# Tools version 12.8.403 For F# 8.0. Contains code from the F# Software Foundation.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/fsharp
  • Tags: Visual F# Compiler FSharp functional programming

FSharp.SystemTextJson v1.3.13

  • License: MIT
  • Type: direct
  • Description: Provides F# union and record support for System.Text.Json
  • Authors: Loic Denuziere
  • Project URL: https://github.com/tarmil/FSharp.SystemTextJson

Iot.Device.Bindings v3.1.0

  • License: MIT
  • Type: direct
  • Description: This package provides a set of Device Bindings that use System.Device.Gpio package to communicate with a microcontroller.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/iot
  • Tags: .NET Core GPIO Pins SPI I2C PWM BCM2835 BCM2837 RPi IoT Device Bindings

Microsoft.AspNetCore.OpenApi v7.0.18

  • License: MIT
  • Type: direct
  • Description: Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f050ae044be8bddc002ab88736e4bf78dc822122

  • Authors: Microsoft
  • Project URL: https://asp.net/
  • Tags: aspnetcore openapi

Microsoft.Extensions.Logging v8.0.1

  • License: MIT
  • Type: direct
  • Description: Logging infrastructure default implementation for Microsoft.Extensions.Logging.
  • Authors: Microsoft
  • Project URL: https://dot.net/

Swashbuckle.AspNetCore v6.9.0

  • License: MIT
  • Type: direct
  • Description: Swagger tools for documenting APIs built on ASP.NET Core
  • Authors: domaindrivendev
  • Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore
  • Tags: swagger documentation discovery help webapi aspnet aspnetcore

Swashbuckle.AspNetCore.Annotations v6.9.0

  • License: MIT
  • Type: direct
  • Description: Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
  • Authors: domaindrivendev
  • Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore
  • Tags: swagger documentation discovery help webapi aspnet aspnetcore annotations

System.Device.Gpio v3.1.0

  • License: MIT
  • Type: direct
  • Description: The System.Device.Gpio package supports general-purpose I/O (GPIO) pins, PWM, I2C, SPI and related interfaces for interacting with low level hardware pins to control hardware sensors, displays and input devices on single-board-computers; Raspberry Pi, BeagleBoard, HummingBoard, ODROID, and other single-board-computers that are supported by Linux and Windows 10 IoT Core OS can be used with .NET Core and System.Device.Gpio. On Windows 10 IoT Core OS, the library wraps the Windows.Devices.Gpio.dll assembly. On Linux, the library supports three driver modes: libgpiod for fast full-featured GPIO access on all Linux distros since version 4.8 of the Linux kernel; slower and limited-functionality GPIO access via the deprecated Sysfs interface (/sys/class/gpio) when running on older Linux distro versions with a Linux kernel older than version 4.8; and lastly board-specific Linux drivers that access GPIO addresses in /dev/mem for fasted performance at the trade-off of being able to run on very specific versions of single-board-computers. In the future, the board-specific Linux drivers may be removed in favor of only supporting libgpiod and sysfs Linux interfaces. In addition to System.Device.Gpio, the optional Iot.Device.Bindings NuGet package contains device bindings for many sensors, displays, and input devices that can be used with System.Device.Gpio.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/iot
  • Tags: .NET Core GPIO Pins SPI I2C PWM BCM2835 RPi IoT

System.Reactive v6.0.1

  • License: MIT
  • Type: direct
  • Description: Reactive Extensions (Rx) for .NET
  • Authors: .NET Foundation and Contributors
  • Project URL: https://github.com/dotnet/reactive
  • Tags: Rx Reactive Extensions Observable LINQ Events

Transitive Dependencies

Fake.Core.CommandLineParsing v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: transitive
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

Fake.Core.Context v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: transitive
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

Fake.Core.Environment v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: transitive
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

Fake.Core.FakeVar v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: transitive
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

Fake.Core.Process v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: transitive
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

Fake.Core.String v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: transitive
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

Fake.Core.Trace v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: transitive
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

Fake.IO.FileSystem v6.1.3

  • License: Apache-2.0 OR MS-PL
  • Type: transitive
  • Description: FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
  • Authors: Steffen Forkmann,Mauricio Scheffer,Colin Bull,Matthias Dittrich
  • Project URL: https://fake.build/
  • Tags: build fake f#

FParsec v1.1.1

  • License: http://www.quanttec.com/fparsec/license.html
  • Type: transitive
  • Description: FParsec is a parser combinator library for F#.

You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference.

This package uses the basic “low-trust” configuration of FParsec, which does not use any unverifiable code and is optimized for maximum portability. If you need to parse very large files or if you employ FParsec for performance-critical jobs, consider using the alternate “Big Data Edition” NuGet package (see https://nuget.org/packages/fparsec-big-data-edition).

  • Authors: Stephan Tolksdorf
  • Project URL: http://www.quanttec.com/fparsec/
  • Tags: parser combinator f# fsharp c# csharp parsec fparsec

FsHttp v15.0.1

  • License: Apache-2.0
  • Type: transitive
  • Description: A .Net HTTP client library for F#, C#, and friends
  • Authors: Ronald Schlenker
  • Project URL: https://github.com/fsprojects/FsHttp
  • Tags: http rest HttpClient fetch curl f# c# fSharp

Microsoft.Extensions.ApiDescription.Server v6.0.5

  • License: MIT
  • Type: transitive
  • Description: MSBuild tasks and targets for build-time Swagger and OpenApi document generation

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e5f183b656a0e8bc087108130a5a9b54ae94494e

  • Authors: Microsoft
  • Project URL: https://asp.net/
  • Tags: MSBuild Swagger OpenAPI code generation Web API service reference document

Microsoft.Extensions.DependencyInjection v8.0.1

  • License: MIT
  • Type: transitive
  • Description: Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
  • Authors: Microsoft
  • Project URL: https://dot.net/

Microsoft.Extensions.DependencyInjection.Abstractions v8.0.2

  • License: MIT
  • Type: transitive
  • Description: Abstractions for dependency injection.
  • Authors: Microsoft
  • Project URL: https://dot.net/

Microsoft.Extensions.Logging.Abstractions v8.0.2

  • License: MIT
  • Type: transitive
  • Description: Logging abstractions for Microsoft.Extensions.Logging.
  • Authors: Microsoft
  • Project URL: https://dot.net/

Microsoft.Extensions.Options v8.0.2

  • License: MIT
  • Type: transitive
  • Description: Provides a strongly typed way of specifying and accessing settings using dependency injection.
  • Authors: Microsoft
  • Project URL: https://dot.net/

Microsoft.Extensions.Primitives v8.0.0

  • License: MIT
  • Type: transitive
  • Description: Primitives shared by framework extensions. Commonly used types include:
  • Authors: Microsoft
  • Project URL: https://dot.net/

Microsoft.NETCore.Platforms v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. When using NuGet 3.x this package requires at least version 3.4.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

Microsoft.OpenApi v1.6.14

  • License: MIT
  • Type: transitive
  • Description: .NET models with JSON and YAML writers for OpenAPI specification
  • Authors: Microsoft
  • Project URL: https://github.com/Microsoft/OpenAPI.NET
  • Tags: OpenAPI .NET

Microsoft.Win32.Registry v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides support for accessing and modifying the Windows Registry.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

Microsoft.Win32.SystemEvents v6.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides access to Windows system event notifications.
  • Authors: Microsoft
  • Project URL: https://dot.net/

runtime.linux-arm.runtime.native.System.IO.Ports v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

runtime.linux-arm64.runtime.native.System.IO.Ports v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

runtime.linux-x64.runtime.native.System.IO.Ports v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

runtime.native.System.IO.Ports v5.0.1

  • License: MIT
  • Type: transitive
  • Description: Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

runtime.osx-x64.runtime.native.System.IO.Ports v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

SkiaSharp v2.88.7

  • License: https://go.microsoft.com/fwlink/?linkid=868514
  • Type: transitive
  • Description: SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google’s Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
  • Authors: Microsoft
  • Project URL: https://go.microsoft.com/fwlink/?linkid=868515
  • Tags: xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp

SkiaSharp.NativeAssets.Linux.NoDependencies v2.88.7

  • License: https://go.microsoft.com/fwlink/?linkid=868514
  • Type: transitive
  • Description: SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google’s Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.

This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries.

The complete dependency list is:

  • libpthread.so.0
  • libdl.so.2
  • libm.so.6
  • libc.so.6
  • ld-linux-x86-64.so.2

The excluded dependencies are:

  • Fontconfig
  • Authors: Microsoft
  • Project URL: https://go.microsoft.com/fwlink/?linkid=868515
  • Tags: xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp

SkiaSharp.NativeAssets.macOS v2.88.7

  • License: https://go.microsoft.com/fwlink/?linkid=868514
  • Type: transitive
  • Description: SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google’s Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
  • Authors: Microsoft
  • Project URL: https://go.microsoft.com/fwlink/?linkid=868515
  • Tags: xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp

SkiaSharp.NativeAssets.Win32 v2.88.7

  • License: https://go.microsoft.com/fwlink/?linkid=868514
  • Type: transitive
  • Description: SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google’s Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
  • Authors: Microsoft
  • Project URL: https://go.microsoft.com/fwlink/?linkid=868515
  • Tags: xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp

Spectre.Console v0.49.1

  • License: MIT
  • Type: transitive
  • Description: A library that makes it easier to create beautiful console applications.
  • Authors: Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray
  • Project URL: https://github.com/spectreconsole/spectre.console

Spectre.Console.Cli v0.49.1

  • License: MIT
  • Type: transitive
  • Description: A library that makes it easier to create beautiful console applications.
  • Authors: Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray
  • Project URL: https://github.com/spectreconsole/spectre.console

Swashbuckle.AspNetCore.Swagger v6.9.0

  • License: MIT
  • Type: transitive
  • Description: Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
  • Authors: domaindrivendev
  • Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore
  • Tags: swagger documentation discovery help webapi aspnet aspnetcore

Swashbuckle.AspNetCore.SwaggerGen v6.9.0

  • License: MIT
  • Type: transitive
  • Description: Swagger Generator for APIs built on ASP.NET Core
  • Authors: domaindrivendev
  • Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore
  • Tags: swagger documentation discovery help webapi aspnet aspnetcore

Swashbuckle.AspNetCore.SwaggerUI v6.9.0

  • License: MIT
  • Type: transitive
  • Description: Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
  • Authors: domaindrivendev
  • Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore
  • Tags: swagger documentation discovery help webapi aspnet aspnetcore

System.CodeDom v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

System.Collections.Immutable v8.0.0

  • License: MIT
  • Type: transitive
  • Description: This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.

The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.

  • Authors: Microsoft
  • Project URL: https://dot.net/

System.Drawing.Common v6.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides access to GDI+ graphics functionality.
  • Authors: Microsoft
  • Project URL: https://dot.net/

System.IO.Pipelines v7.0.0

  • License: MIT
  • Type: transitive
  • Description: Single producer single consumer byte buffer management.
  • Authors: Microsoft
  • Project URL: https://dot.net/

System.IO.Ports v5.0.1

  • License: MIT
  • Type: transitive
  • Description: Provides classes for controlling serial ports.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

System.Management v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

System.Runtime.CompilerServices.Unsafe v6.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
  • Authors: Microsoft
  • Project URL: https://dot.net/

System.Security.AccessControl v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides base classes that enable managing access and audit control lists on securable objects.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

System.Security.Principal.Windows v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides classes for retrieving the current Windows user and for interacting with Windows users and groups.
  • Authors: Microsoft
  • Project URL: https://github.com/dotnet/runtime

System.Text.Encodings.Web v6.0.0

  • License: MIT
  • Type: transitive
  • Description: Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL).
  • Authors: Microsoft
  • Project URL: https://dot.net/

System.Text.Json v6.0.1

  • License: MIT
  • Type: transitive
  • Description: Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
  • Authors: Microsoft
  • Project URL: https://dot.net/

UnitsNet v5.31.0

  • License: MIT
  • Type: transitive
  • Description: Get all the common units of measurement and the conversions between them. It is light-weight and thoroughly tested.
  • Authors: Andreas Gullberg Larsen
  • Project URL: https://github.com/angularsen/UnitsNet
  • Tags: unit units quantity quantities measurement si metric imperial abbreviation abbreviations convert conversion parse immutable

Report generated by PXL OSS Scanner


pxl-app Dependencies

Generated on: 2025-07-22 Project: pxl-app (Node.js/React/Ionic/Capacitor) Total packages: 250

Summary

TypeCount
Direct Dependencies26
Transitive Dependencies224
Total250

License Distribution

LicenseCount
MIT216
Apache-2.014
ISC7
BSD-2-Clause7
BSD-3-Clause5
0BSD1

Direct Dependencies

@auth0/auth0-react v2.3.0

  • License: MIT
  • Type: direct
  • Description: Auth0 SDK for React Single Page Applications (SPA)
  • Author: Auth0
  • Homepage: https://github.com/auth0/auth0-react#readme
  • Repository: https://github.com/auth0/auth0-react
  • Keywords: auth0, login, Authorization Code Grant Flow, PKCE, Single Page Application authentication, SPA authentication, react

@capacitor/android v7.2.0

  • License: MIT
  • Type: direct
  • Description: Capacitor: Cross-platform apps with JavaScript and the web
  • Author: Ionic Team hi@ionic.io (https://ionic.io)
  • Homepage: https://capacitorjs.com
  • Repository: https://github.com/ionic-team/capacitor

@capacitor/app v7.0.0

  • License: MIT
  • Type: direct
  • Description: The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.
  • Author: Ionic hi@ionicframework.com
  • Homepage: https://github.com/ionic-team/capacitor-plugins#readme
  • Repository: https://github.com/ionic-team/capacitor-plugins
  • Keywords: capacitor, plugin, native

@capacitor/browser v7.0.1

  • License: MIT
  • Type: direct
  • Description: The Browser API provides the ability to open an in-app browser and subscribe to browser events.
  • Author: Ionic hi@ionicframework.com
  • Homepage: https://github.com/ionic-team/capacitor-plugins#readme
  • Repository: https://github.com/ionic-team/capacitor-plugins
  • Keywords: capacitor, plugin, native

@capacitor/core v7.1.0

  • License: MIT
  • Type: direct
  • Description: Capacitor: Cross-platform apps with JavaScript and the web
  • Author: Ionic Team hi@ionic.io (https://ionic.io)
  • Homepage: https://capacitorjs.com
  • Repository: https://github.com/ionic-team/capacitor

@capacitor/haptics v7.0.0

  • License: MIT
  • Type: direct
  • Description: The Haptics API provides physical feedback to the user through touch or vibration.
  • Author: Ionic hi@ionicframework.com
  • Homepage: https://github.com/ionic-team/capacitor-plugins#readme
  • Repository: https://github.com/ionic-team/capacitor-plugins
  • Keywords: capacitor, plugin, native

@capacitor/ios v7.1.0

  • License: MIT
  • Type: direct
  • Description: Capacitor: Cross-platform apps with JavaScript and the web
  • Author: Ionic Team hi@ionic.io (https://ionic.io)
  • Homepage: https://capacitorjs.com
  • Repository: https://github.com/ionic-team/capacitor

@capacitor/keyboard v7.0.0

  • License: MIT
  • Type: direct
  • Description: The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.
  • Author: Ionic hi@ionicframework.com
  • Homepage: https://github.com/ionic-team/capacitor-plugins#readme
  • Repository: https://github.com/ionic-team/capacitor-plugins
  • Keywords: capacitor, plugin, native

@capacitor/preferences v7.0.0

  • License: MIT
  • Type: direct
  • Description: The Preferences API provides a simple key/value persistent store for lightweight data.
  • Author: Ionic hi@ionicframework.com
  • Homepage: https://github.com/ionic-team/capacitor-plugins#readme
  • Repository: https://github.com/ionic-team/capacitor-plugins
  • Keywords: capacitor, plugin, native

@capacitor/screen-orientation v7.0.1

  • License: MIT
  • Type: direct
  • Description: The Screen Orientation API provides methods to lock and unlock the screen orientation.
  • Author: Ionic hi@ionicframework.com
  • Homepage: https://github.com/ionic-team/capacitor-plugins#readme
  • Repository: https://github.com/ionic-team/capacitor-plugins
  • Keywords: capacitor, plugin, native

@capacitor/status-bar v7.0.0

  • License: MIT
  • Type: direct
  • Description: The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.
  • Author: Ionic hi@ionicframework.com
  • Homepage: https://github.com/ionic-team/capacitor-plugins#readme
  • Repository: https://github.com/ionic-team/capacitor-plugins
  • Keywords: capacitor, plugin, native

@ionic/react v8.0.0

  • License: MIT
  • Type: direct
  • Description: React specific wrapper for @ionic/core
  • Author: Unknown
  • Homepage: https://github.com/ionic-team/ionic-framework#readme
  • Repository: https://github.com/ionic-team/ionic-framework
  • Keywords: ionic, framework, react, mobile, app, hybrid, webapp, cordova, progressive web app, pwa

@ionic/react-router v8.0.0

  • License: MIT
  • Type: direct
  • Description: React Router wrapper for @ionic/react
  • Author: Unknown
  • Homepage: https://github.com/ionic-team/ionic-framework#readme
  • Repository: https://github.com/ionic-team/ionic-framework
  • Keywords: ionic, framework, react, mobile, app, hybrid, webapp, cordova, progressive web app, pwa

@types/react-router v5.1.20

  • License: MIT
  • Type: direct
  • Description: TypeScript definitions for React Router
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/react-router-dom v5.3.3

  • License: MIT
  • Type: direct
  • Description: TypeScript definitions for react-router-dom
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-dom
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

fast-deep-equal v3.1.3

  • License: MIT
  • Type: direct
  • Description: Fast deep equal
  • Author: Evgeny Poberezkin
  • Homepage: https://github.com/epoberezkin/fast-deep-equal#readme
  • Repository: https://github.com/epoberezkin/fast-deep-equal
  • Keywords: fast, equal, deep-equal

ionicons v7.0.0

  • License: MIT
  • Type: direct
  • Description: Premium icons for Ionic.
  • Author: Ben Sperry (https://twitter.com/benjsperry)
  • Homepage: http://ionicons.com/
  • Repository: https://github.com/ionic-team/ionicons
  • Keywords: icon pack, ionic, icon, svg, mobile, web component, component, custom element, material design, ios

mobx v6.13.7

  • License: MIT
  • Type: direct
  • Description: Simple, scalable state management.
  • Author: Michel Weststrate
  • Homepage: https://mobx.js.org/
  • Repository: https://github.com/mobxjs/mobx
  • Keywords: mobx, mobservable, observable, react-component, react, reactjs, reactive, model, frp, functional-reactive-programming, state management, data flow

mobx-react-lite v4.1.0

  • License: MIT
  • Type: direct
  • Description: Lightweight React bindings for MobX based on React 16.8+ and Hooks
  • Author: Daniel K.
  • Homepage: https://mobx.js.org
  • Repository: https://github.com/mobxjs/mobx
  • Keywords: mobx, mobservable, react-component, react, reactjs, reactive, hooks, observer, useLocalObservable

react v18.2.0

  • License: MIT
  • Type: direct
  • Description: React is a JavaScript library for building user interfaces.
  • Author: Unknown
  • Homepage: https://reactjs.org/
  • Repository: https://github.com/facebook/react
  • Keywords: react

react-dom v18.2.0

  • License: MIT
  • Type: direct
  • Description: React package for working with the DOM.
  • Author: Unknown
  • Homepage: https://reactjs.org/
  • Repository: https://github.com/facebook/react
  • Keywords: react

react-router v5.3.4

  • License: MIT
  • Type: direct
  • Description: Declarative routing for React
  • Author: Remix Software hello@remix.run
  • Homepage: https://reactrouter.com/
  • Repository: https://github.com/remix-run/react-router
  • Keywords: react, router, route, routing, history, link

react-router-dom v5.3.4

  • License: MIT
  • Type: direct
  • Description: DOM bindings for React Router
  • Author: Remix Software hello@remix.run
  • Homepage: https://reactrouter.com/
  • Repository: https://github.com/remix-run/react-router
  • Keywords: react, router, route, routing, history, link

rxjs v7.8.2

  • License: Apache-2.0
  • Type: direct
  • Description: Reactive Extensions for modern JavaScript
  • Author: Ben Lesh ben@benlesh.com
  • Homepage: https://rxjs.dev
  • Repository: https://github.com/reactivex/rxjs
  • Keywords: Rx, RxJS, ReactiveX, ReactiveExtensions, Streams, Observables, Observable, Stream, ES6, ES2015

rxjs-hooks v0.8.0-alpha.0

  • License: MIT
  • Type: direct
  • Description: React hooks for RxJS
  • Author: LongYinan lynweklm@gmail.com
  • Homepage: https://github.com/LeetCode-OpenSource/rxjs-hooks#readme
  • Repository: ssh://git@github.com/LeetCode-OpenSource/rxjs-hooks

uuid v11.1.0

  • License: MIT
  • Type: direct
  • Description: RFC9562 UUIDs
  • Author: Unknown
  • Homepage: https://github.com/uuidjs/uuid#readme
  • Repository: https://github.com/uuidjs/uuid
  • Keywords: uuid, guid, rfc4122, rfc9562

Transitive Dependencies

@adobe/css-tools v4.4.2

  • License: MIT
  • Type: transitive
  • Description: CSS parser / stringifier
  • Author: TJ Holowaychuk tj@vision-media.ca
  • Homepage: https://github.com/adobe/css-tools#readme
  • Repository: https://github.com/adobe/css-tools
  • Keywords: css, parser, stringifier, stylesheet

@auth0/auth0-spa-js v2.1.3

  • License: MIT
  • Type: transitive
  • Description: Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE
  • Author: Auth0
  • Homepage: https://github.com/auth0/auth0-spa-js#readme
  • Repository: git://github.com/auth0/auth0-spa-js
  • Keywords: auth0, login, Authorization Code Grant Flow, PKCE, Single Page Application authentication, SPA authentication

@babel/code-frame v7.26.2

  • License: MIT
  • Type: transitive
  • Description: Generate errors that contain a code frame that point to source locations.
  • Author: The Babel Team (https://babel.dev/team)
  • Homepage: https://babel.dev/docs/en/next/babel-code-frame
  • Repository: https://github.com/babel/babel

@babel/core v7.26.9

  • License: MIT
  • Type: transitive
  • Description: Babel compiler core.
  • Author: The Babel Team (https://babel.dev/team)
  • Homepage: https://babel.dev/docs/en/next/babel-core
  • Repository: https://github.com/babel/babel
  • Keywords: 6to5, babel, classes, const, es6, harmony, let, modules, transpile, transpiler, var, babel-core, compiler

@babel/plugin-transform-react-jsx-self v7.25.9

  • License: MIT
  • Type: transitive
  • Description: Add a __self prop to all JSX Elements
  • Author: The Babel Team (https://babel.dev/team)
  • Homepage: https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx-self
  • Repository: https://github.com/babel/babel
  • Keywords: babel-plugin

@babel/plugin-transform-react-jsx-source v7.25.9

  • License: MIT
  • Type: transitive
  • Description: Add a __source prop to all JSX Elements
  • Author: The Babel Team (https://babel.dev/team)
  • Homepage: https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx-source
  • Repository: https://github.com/babel/babel
  • Keywords: babel-plugin

@babel/preset-env v7.26.9

  • License: MIT
  • Type: transitive
  • Description: A Babel preset for each environment.
  • Author: The Babel Team (https://babel.dev/team)
  • Homepage: https://babel.dev/docs/en/next/babel-preset-env
  • Repository: https://github.com/babel/babel

@babel/runtime v7.26.9

  • License: MIT
  • Type: transitive
  • Description: babel’s modular runtime helpers
  • Author: The Babel Team (https://babel.dev/team)
  • Homepage: https://babel.dev/docs/en/next/babel-runtime
  • Repository: https://github.com/babel/babel

@capacitor/cli v7.0.1

  • License: MIT
  • Type: transitive
  • Description: Capacitor: Cross-platform apps with JavaScript and the web
  • Author: Ionic Team hi@ionic.io (https://ionic.io)
  • Homepage: https://capacitorjs.com
  • Repository: https://github.com/ionic-team/capacitor
  • Keywords: ionic, ionic framework, capacitor, universal app, progressive web apps, cross platform

@cypress/request v3.0.8

  • License: Apache-2.0
  • Type: transitive
  • Description: Cypress’s fork of a simplified HTTP request client.
  • Author: Mikeal Rogers mikeal.rogers@gmail.com
  • Homepage: https://github.com/cypress-io/request#readme
  • Repository: https://github.com/cypress-io/request
  • Keywords: http, simple, util, utility

@cypress/xvfb v1.2.4

  • License: MIT
  • Type: transitive
  • Description: Easily start and stop an X Virtual Frame Buffer from your node apps.
  • Author: Rob Wu rob@robwu.nl (https://robwu.nl)
  • Homepage: https://github.com/cypress-io/xvfb#readme
  • Repository: https://github.com/cypress-io/xvfb

@eslint-community/eslint-utils v4.4.1

  • License: MIT
  • Type: transitive
  • Description: Utilities for ESLint plugins.
  • Author: Toru Nagashima
  • Homepage: https://github.com/eslint-community/eslint-utils#readme
  • Repository: https://github.com/eslint-community/eslint-utils
  • Keywords: eslint

@eslint-community/regexpp v4.12.1

  • License: MIT
  • Type: transitive
  • Description: Regular expression parser for ECMAScript.
  • Author: Toru Nagashima
  • Homepage: https://github.com/eslint-community/regexpp#readme
  • Repository: https://github.com/eslint-community/regexpp
  • Keywords: regexp, regular, expression, parser, validator, ast, abstract, syntax, tree, ecmascript, es2015, es2016, es2017, es2018, es2019, es2020, es2021, annexB

@eslint/config-array v0.19.2

  • License: Apache-2.0
  • Type: transitive
  • Description: General purpose glob-based configuration matching.
  • Author: Nicholas C. Zakas
  • Homepage: https://github.com/eslint/rewrite#readme
  • Repository: https://github.com/eslint/rewrite
  • Keywords: configuration, configarray, config file

@eslint/core v0.12.0

  • License: Apache-2.0
  • Type: transitive
  • Description: Runtime-agnostic core of ESLint
  • Author: Nicholas C. Zakas
  • Homepage: https://github.com/eslint/rewrite#readme
  • Repository: https://github.com/eslint/rewrite
  • Keywords: eslint, core

@eslint/eslintrc v3.3.0

  • License: MIT
  • Type: transitive
  • Description: The legacy ESLintRC config file format for ESLint
  • Author: Nicholas C. Zakas
  • Homepage: https://github.com/eslint/eslintrc#readme
  • Repository: https://github.com/eslint/eslintrc
  • Keywords: ESLint, ESLintRC, Configuration

@eslint/js v9.21.0

  • License: MIT
  • Type: transitive
  • Description: ESLint JavaScript language implementation
  • Author: Unknown
  • Homepage: https://eslint.org
  • Repository: https://github.com/eslint/eslint
  • Keywords: javascript, eslint-plugin, eslint

@eslint/plugin-kit v0.2.7

  • License: Apache-2.0
  • Type: transitive
  • Description: Utilities for building ESLint plugins.
  • Author: Nicholas C. Zakas
  • Homepage: https://github.com/eslint/rewrite#readme
  • Repository: https://github.com/eslint/rewrite
  • Keywords: eslint, eslintplugin, eslint-plugin

@humanfs/node v0.16.6

  • License: Apache-2.0
  • Type: transitive
  • Description: The Node.js bindings of the humanfs library.
  • Author: Nicholas C. Zakas
  • Homepage: https://github.com/humanwhocodes/humanfs#readme
  • Repository: https://github.com/humanwhocodes/humanfs
  • Keywords: filesystem, fs, hfs, files

@humanwhocodes/module-importer v1.0.1

  • License: Apache-2.0
  • Type: transitive
  • Description: Universal module importer for Node.js
  • Author: Nicholas C. Zaks
  • Homepage: https://github.com/humanwhocodes/module-importer#readme
  • Repository: https://github.com/humanwhocodes/module-importer
  • Keywords: modules, esm, commonjs

@humanwhocodes/retry v0.4.2

  • License: Apache-2.0
  • Type: transitive
  • Description: A utility to retry failed async methods.
  • Author: Nicholas C. Zaks
  • Homepage: https://github.com/humanwhocodes/retry#readme
  • Repository: https://github.com/humanwhocodes/retry
  • Keywords: nodejs, retry, async, promises

@ionic/cli-framework-output v2.2.8

  • License: MIT
  • Type: transitive
  • Description: The log/tasks/spinners portion of Ionic CLI Framework
  • Author: Ionic Team hi@ionic.io (https://ionicframework.com)
  • Homepage: https://ionicframework.com/
  • Repository: https://github.com/ionic-team/ionic-cli

@ionic/core v8.4.3

  • License: MIT
  • Type: transitive
  • Description: Base components for Ionic
  • Author: Ionic Team
  • Homepage: https://ionicframework.com/
  • Repository: https://github.com/ionic-team/ionic-framework
  • Keywords: ionic, framework, stencil, mobile, app, webapp, capacitor, cordova, electron, progressive web app, pwa

@ionic/utils-subprocess v3.0.1

  • License: MIT
  • Type: transitive
  • Description: Subprocess utils for NodeJS
  • Author: Ionic Team hi@ionic.io (https://ionic.io)
  • Homepage: https://ionicframework.com/
  • Repository: https://github.com/ionic-team/ionic-cli

@ionic/utils-terminal v2.3.5

  • License: MIT
  • Type: transitive
  • Description: Terminal utils for NodeJS
  • Author: Ionic Team hi@ionic.io (https://ionic.io)
  • Homepage: https://ionicframework.com/
  • Repository: https://github.com/ionic-team/ionic-cli

@jridgewell/source-map v0.3.6

  • License: MIT
  • Type: transitive
  • Description: Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API
  • Author: Justin Ridgewell justin@ridgewell.name
  • Homepage: https://github.com/jridgewell/source-map#readme
  • Repository: https://github.com/jridgewell/source-map
  • Keywords: sourcemap, source, map

@parcel/watcher v2.5.1

  • License: MIT
  • Type: transitive
  • Description: A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
  • Author: Unknown
  • Homepage: https://github.com/parcel-bundler/watcher#readme
  • Repository: https://github.com/parcel-bundler/watcher

@stencil/core v4.20.0

  • License: MIT
  • Type: transitive
  • Description: A Compiler for Web Components and Progressive Web Apps
  • Author: Ionic Team
  • Homepage: https://stenciljs.com/
  • Repository: https://github.com/ionic-team/stencil
  • Keywords: web components, components, stencil, ionic, webapp, custom elements, pwa, progressive web app

@testing-library/dom v10.4.0

  • License: MIT
  • Type: transitive
  • Description: Simple and complete DOM testing utilities that encourage good testing practices.
  • Author: Kent C. Dodds me@kentcdodds.com (https://kentcdodds.com)
  • Homepage: https://github.com/testing-library/dom-testing-library#readme
  • Repository: https://github.com/testing-library/dom-testing-library
  • Keywords: testing, ui, dom, jsdom, unit, integration, functional, end-to-end, e2e

@testing-library/jest-dom v5.17.0

  • License: MIT
  • Type: transitive
  • Description: Custom jest matchers to test the state of the DOM
  • Author: Ernesto Garcia gnapse@gmail.com (http://gnapse.github.io)
  • Homepage: https://github.com/testing-library/jest-dom#readme
  • Repository: https://github.com/testing-library/jest-dom
  • Keywords: testing, dom, jest, jsdom

@testing-library/react v14.3.1

  • License: MIT
  • Type: transitive
  • Description: Simple and complete React DOM testing utilities that encourage good testing practices.
  • Author: Kent C. Dodds me@kentcdodds.com (https://kentcdodds.com)
  • Homepage: https://github.com/testing-library/react-testing-library#readme
  • Repository: https://github.com/testing-library/react-testing-library
  • Keywords: testing, react, ui, dom, jsdom, unit, integration, functional, end-to-end, e2e

@testing-library/user-event v14.6.1

  • License: MIT
  • Type: transitive
  • Description: Fire events the same way the user does
  • Author: Giorgio Polvara polvara@gmail.com
  • Homepage: https://github.com/testing-library/user-event#readme
  • Repository: https://github.com/testing-library/user-event
  • Keywords: react-testing-library, dom-testing-library, react, testing

@types/aria-query v5.0.4

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for aria-query
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aria-query
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/babel__core v7.20.5

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for @babel/core
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/chai v4.3.20

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for chai
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/chai-subset v1.3.6

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for chai-subset
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-subset
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/estree v1.0.6

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for estree
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/history v4.7.11

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for history
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/history
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/json-schema v7.0.15

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for json-schema
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/node v22.13.9

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for node
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/plist v3.0.5

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for plist
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plist
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/prop-types v15.7.14

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for prop-types
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/react v18.3.18

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for react
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/react-dom v18.3.5

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for react-dom
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/sinonjs__fake-timers v8.1.1

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for @sinonjs/fake-timers
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinonjs__fake-timers
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/sizzle v2.3.9

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for sizzle
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/testing-library__jest-dom v5.14.9

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for @testing-library/jest-dom
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__jest-dom
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@types/ws v8.18.1

  • License: MIT
  • Type: transitive
  • Description: TypeScript definitions for ws
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

@typescript-eslint/eslint-plugin v8.26.0

  • License: MIT
  • Type: transitive
  • Description: TypeScript plugin for ESLint
  • Author: Unknown
  • Homepage: https://typescript-eslint.io/packages/eslint-plugin
  • Repository: https://github.com/typescript-eslint/typescript-eslint
  • Keywords: eslint, eslintplugin, eslint-plugin, typescript

@typescript-eslint/parser v8.26.0

  • License: MIT
  • Type: transitive
  • Description: An ESLint custom parser which leverages TypeScript ESTree
  • Author: Unknown
  • Homepage: https://typescript-eslint.io/packages/parser
  • Repository: https://github.com/typescript-eslint/typescript-eslint
  • Keywords: ast, ecmascript, javascript, typescript, parser, syntax, eslint

@typescript-eslint/utils v8.26.0

  • License: MIT
  • Type: transitive
  • Description: Utilities for working with TypeScript + ESLint together
  • Author: Unknown
  • Homepage: https://typescript-eslint.io/packages/utils
  • Repository: https://github.com/typescript-eslint/typescript-eslint
  • Keywords: eslint, typescript, estree

@vitejs/plugin-legacy v5.4.3

  • License: MIT
  • Type: transitive
  • Description: Vite’s default browser support baseline is Native ESM, native ESM dynamic import, and import.meta. This plugin
  • Author: Evan You
  • Homepage: https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme
  • Repository: https://github.com/vitejs/vite
  • Keywords: frontend, vite, vite-plugin, @vitejs/plugin-legacy

@vitejs/plugin-react v4.3.4

  • License: MIT
  • Type: transitive
  • Description: The default Vite plugin for React projects.
  • Author: Evan You
  • Homepage: https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme
  • Repository: https://github.com/vitejs/vite-plugin-react
  • Keywords: vite, vite-plugin, react, babel, react-refresh, fast refresh

@vitest/expect v0.34.6

  • License: MIT
  • Type: transitive
  • Description: Jest’s expect matchers as a Chai plugin
  • Author: Unknown
  • Homepage: https://github.com/vitest-dev/vitest/tree/main/packages/expect#readme
  • Repository: https://github.com/vitest-dev/vitest

@vitest/runner v0.34.6

  • License: MIT
  • Type: transitive
  • Description: Vitest test runner
  • Author: Unknown
  • Homepage: https://github.com/vitest-dev/vitest/tree/main/packages/runner#readme
  • Repository: https://github.com/vitest-dev/vitest

@vitest/snapshot v0.34.6

  • License: MIT
  • Type: transitive
  • Description: Vitest snapshot manager
  • Author: Unknown
  • Homepage: https://github.com/vitest-dev/vitest/tree/main/packages/snapshot#readme
  • Repository: https://github.com/vitest-dev/vitest

@vitest/spy v0.34.6

  • License: MIT
  • Type: transitive
  • Description: Lightweight Jest compatible spy implementation
  • Author: Unknown
  • Homepage: https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme
  • Repository: https://github.com/vitest-dev/vitest

@vitest/utils v0.34.6

  • License: MIT
  • Type: transitive
  • Description: Shared Vitest utility functions
  • Author: Unknown
  • Homepage: https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme
  • Repository: https://github.com/vitest-dev/vitest

abab v2.0.6

  • License: BSD-3-Clause
  • Type: transitive
  • Description: WHATWG spec-compliant implementations of window.atob and window.btoa.
  • Author: Jeff Carpenter gcarpenterv@gmail.com
  • Homepage: https://github.com/jsdom/abab#readme
  • Repository: https://github.com/jsdom/abab
  • Keywords: atob, btoa, browser

acorn v8.14.1

  • License: MIT
  • Type: transitive
  • Description: ECMAScript parser
  • Author: Unknown
  • Homepage: https://github.com/acornjs/acorn
  • Repository: https://github.com/acornjs/acorn

acorn-walk v8.3.4

  • License: MIT
  • Type: transitive
  • Description: ECMAScript (ESTree) AST walker
  • Author: Unknown
  • Homepage: https://github.com/acornjs/acorn
  • Repository: https://github.com/acornjs/acorn

ajv v6.12.6

  • License: MIT
  • Type: transitive
  • Description: Another JSON Schema Validator
  • Author: Evgeny Poberezkin
  • Homepage: https://github.com/ajv-validator/ajv
  • Repository: https://github.com/ajv-validator/ajv
  • Keywords: JSON, schema, validator, validation, jsonschema, json-schema, json-schema-validator, json-schema-validation

arch v2.2.0

  • License: MIT
  • Type: transitive
  • Description: Better os.arch() for node and the browser — detect OS architecture
  • Author: Feross Aboukhadijeh feross@feross.org (https://feross.org)
  • Homepage: https://github.com/feross/arch
  • Repository: git://github.com/feross/arch
  • Keywords: browser, browserify, arch, cpu info, cpus, architecture, navigator.platform, x64, x86, 64 bit, 32 bit

aria-query v5.3.0

  • License: Apache-2.0
  • Type: transitive
  • Description: Programmatic access to the ARIA specification
  • Author: Jesse Beach splendidnoise@gmail.com
  • Homepage: https://github.com/A11yance/aria-query#readme
  • Repository: https://github.com/A11yance/aria-query
  • Keywords: accessibility, ARIA

array-includes v3.1.8

  • License: MIT
  • Type: transitive
  • Description: An ES7/ES2016 spec-compliant Array.prototype.includes shim/polyfill/replacement that works as far down as ES3.
  • Author: Jordan Harband ljharb@gmail.com (http://ljharb.codes)
  • Homepage: https://github.com/es-shims/array-includes#readme
  • Repository: git://github.com/es-shims/array-includes
  • Keywords: Array.prototype.includes, includes, array, ES7, shim, polyfill, contains, Array.prototype.contains, es-shim API

array.prototype.findlast v1.2.5

  • License: MIT
  • Type: transitive
  • Description: An ESnext spec-compliant Array.prototype.findLast shim/polyfill/replacement that works as far down as ES3.
  • Author: Jordan Harband ljharb@gmail.com (http://ljharb.codes)
  • Homepage: https://github.com/es-shims/Array.prototype.findLast#readme
  • Repository: https://github.com/es-shims/Array.prototype.findLast
  • Keywords: Array.prototype.findLast, find, findLast, array, ESnext, shim, polyfill, last, es-shim API

array.prototype.flatmap v1.3.3

  • License: MIT
  • Type: transitive
  • Description: An ES2019 spec-compliant Array.prototype.flatMap shim/polyfill/replacement that works as far down as ES3.
  • Author: Jordan Harband ljharb@gmail.com (http://ljharb.codes)
  • Homepage: https://github.com/es-shims/Array.prototype.flatMap#readme
  • Repository: git://github.com/es-shims/Array.prototype.flatMap
  • Keywords: Array.prototype.flatMap, flatMap, array, ESnext, shim, polyfill, flatten, Array.prototype.flatten, es-shim API

array.prototype.tosorted v1.1.4

  • License: MIT
  • Type: transitive
  • Description: An ESnext spec-compliant Array.prototype.toSorted shim/polyfill/replacement that works as far down as ES3.
  • Author: Jordan Harband ljharb@gmail.com
  • Homepage: https://github.com/es-shims/Array.prototype.toSorted#readme
  • Repository: https://github.com/es-shims/Array.prototype.toSorted
  • Keywords: javascript, ecmascript, shim, polyfill, es-shim API, array, sort, sorted, toSorted

blob-util v2.0.2

  • License: Apache-2.0
  • Type: transitive
  • Description: Utilities for working with Blob objects in the browser
  • Author: Nolan Lawson nolan.lawson@gmail.com
  • Homepage: https://github.com/nolanlawson/blob-util#readme
  • Repository: git://github.com/nolanlawson/blob-util
  • Keywords: blob, blobs, binary, util, utils

bluebird v3.7.2

  • License: MIT
  • Type: transitive
  • Description: Full featured Promises/A+ implementation with exceptionally good performance
  • Author: Petka Antonov petka_antonov@hotmail.com (http://github.com/petkaantonov/)
  • Homepage: https://github.com/petkaantonov/bluebird
  • Repository: git://github.com/petkaantonov/bluebird
  • Keywords: promise, performance, promises, promises-a, promises-aplus, async, await, deferred, deferreds, future, flow control, dsl, fluent interface

browserslist v4.24.4

  • License: MIT
  • Type: transitive
  • Description: Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
  • Author: Andrey Sitnik andrey@sitnik.ru
  • Homepage: https://github.com/browserslist/browserslist#readme
  • Repository: https://github.com/browserslist/browserslist
  • Keywords: caniuse, browsers, target

browserslist-to-esbuild v2.1.1

  • License: MIT
  • Type: transitive
  • Description: Get esbuild-compatible targets from a browserlist config
  • Author: Marco Fugaro marco.fugaro@gmail.com (https://marcofuga.ro)
  • Homepage: https://github.com/marcofugaro/browserslist-to-esbuild#readme
  • Repository: https://github.com/marcofugaro/browserslist-to-esbuild
  • Keywords: browserslist, browserlist, esbuild, browsers

buffer v5.7.1

  • License: MIT
  • Type: transitive
  • Description: Node.js Buffer API, for the browser
  • Author: Feross Aboukhadijeh feross@feross.org (https://feross.org)
  • Homepage: https://github.com/feross/buffer
  • Repository: git://github.com/feross/buffer
  • Keywords: arraybuffer, browser, browserify, buffer, compatible, dataview, uint8array

cac v6.7.14

  • License: MIT
  • Type: transitive
  • Description: Simple yet powerful framework for building command-line apps.
  • Author: egoist 0x142857@gmail.com
  • Homepage: https://github.com/egoist/cac#readme
  • Repository: https://github.com/egoist/cac

cachedir v2.4.0

  • License: MIT
  • Type: transitive
  • Description: Provides a directory where the OS wants you to store cached files.
  • Author: Linus Unnebäck linus@folkdatorn.se
  • Homepage: https://github.com/LinusU/node-cachedir#readme
  • Repository: https://github.com/LinusU/node-cachedir

chai v4.5.0

  • License: MIT
  • Type: transitive
  • Description: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • Author: Jake Luer jake@alogicalparadox.com
  • Homepage: http://chaijs.com
  • Repository: https://github.com/chaijs/chai
  • Keywords: test, assertion, assert, testing, chai

chalk v4.1.2

  • License: MIT
  • Type: transitive
  • Description: Terminal string styling done right
  • Author: Unknown
  • Homepage: https://github.com/chalk/chalk#readme
  • Repository: https://github.com/chalk/chalk
  • Keywords: color, colour, colors, terminal, console, cli, string, str, ansi, style, styles, tty, formatting, rgb, 256, shell, xterm, log, logging, command-line, text

check-more-types v2.24.0

  • License: MIT
  • Type: transitive
  • Description: Large collection of predicates.
  • Author: Gleb Bahmutov gleb.bahmutov@gmail.com
  • Homepage: https://github.com/kensho/check-more-types
  • Repository: https://github.com/kensho/check-more-types
  • Keywords: check-types, checks, duck-typing, type-checking, types

chokidar v4.0.3

  • License: MIT
  • Type: transitive
  • Description: Minimal and efficient cross-platform file watching library
  • Author: Paul Miller (https://paulmillr.com)
  • Homepage: https://github.com/paulmillr/chokidar
  • Repository: https://github.com/paulmillr/chokidar
  • Keywords: fs, watch, watchFile, watcher, watching, file, fsevents

ci-info v4.1.0

  • License: MIT
  • Type: transitive
  • Description: Get details about the current Continuous Integration environment
  • Author: Thomas Watson Steen w@tson.dk (https://twitter.com/wa7son)
  • Homepage: https://github.com/watson/ci-info
  • Repository: https://github.com/watson/ci-info
  • Keywords: ci, continuous, integration, test, detect

cli-cursor v3.1.0

  • License: MIT
  • Type: transitive
  • Description: Toggle the CLI cursor
  • Author: Sindre Sorhus sindresorhus@gmail.com (sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/cli-cursor#readme
  • Repository: https://github.com/sindresorhus/cli-cursor
  • Keywords: cli, cursor, ansi, toggle, display, show, hide, term, terminal, console, tty, shell, command-line

cli-table3 v0.6.5

  • License: MIT
  • Type: transitive
  • Description: Pretty unicode tables for the command line. Based on the original cli-table.
  • Author: James Talmage
  • Homepage: https://github.com/cli-table/cli-table3
  • Repository: https://github.com/cli-table/cli-table3
  • Keywords: node, command, line, cli, table, tables, tabular, unicode, colors, grid

commander v12.1.0

  • License: MIT
  • Type: transitive
  • Description: the complete solution for node.js command-line programs
  • Author: TJ Holowaychuk tj@vision-media.ca
  • Homepage: https://github.com/tj/commander.js#readme
  • Repository: https://github.com/tj/commander.js
  • Keywords: commander, command, option, parser, cli, argument, args, argv

common-tags v1.8.2

  • License: MIT
  • Type: transitive
  • Description: a few common utility template tags for ES2015
  • Author: Declan de Wet declandewet@me.com
  • Homepage: https://github.com/zspecza/common-tags
  • Repository: https://github.com/zspecza/common-tags
  • Keywords: array, babel, es2015, es2015-tag, es6, es6-tag, heredoc, html, indent, indents, line, literal, multi, multiline, normalize, one, oneline, single, singleline, string, strings, strip, tag, tagged, template

core-js v3.41.0

  • License: MIT
  • Type: transitive
  • Description: Standard library
  • Author: Denis Pushkarev zloirock@zloirock.ru (http://zloirock.ru)
  • Homepage: https://github.com/zloirock/core-js#readme
  • Repository: https://github.com/zloirock/core-js
  • Keywords: ES3, ES5, ES6, ES7, ES2015, ES2016, ES2017, ES2018, ES2019, ES2020, ES2021, ES2022, ES2023, ES2024, ECMAScript 3, ECMAScript 5, ECMAScript 6, ECMAScript 7, ECMAScript 2015, ECMAScript 2016, ECMAScript 2017, ECMAScript 2018, ECMAScript 2019, ECMAScript 2020, ECMAScript 2021, ECMAScript 2022, ECMAScript 2023, ECMAScript 2024, Map, Set, WeakMap, WeakSet, TypedArray, Promise, Observable, Symbol, Iterator, AsyncIterator, URL, URLSearchParams, queueMicrotask, setImmediate, structuredClone, polyfill, ponyfill, shim

cross-spawn v7.0.6

  • License: MIT
  • Type: transitive
  • Description: Cross platform child_process#spawn and child_process#spawnSync
  • Author: André Cruz andre@moxy.studio
  • Homepage: https://github.com/moxystudio/node-cross-spawn
  • Repository: ssh://git@github.com/moxystudio/node-cross-spawn
  • Keywords: spawn, spawnSync, windows, cross-platform, path-ext, shebang, cmd, execute

css.escape v1.5.1

  • License: MIT
  • Type: transitive
  • Description: A robust polyfill for the CSS.escape utility method as defined in CSSOM.
  • Author: Mathias Bynens (https://mathiasbynens.be/)
  • Homepage: https://mths.be/cssescape
  • Repository: https://github.com/mathiasbynens/CSS.escape
  • Keywords: string, unicode, identifier, css, cssom, polyfill

cssstyle v3.0.0

  • License: MIT
  • Type: transitive
  • Description: CSSStyleDeclaration Object Model implementation
  • Author: Unknown
  • Homepage: https://github.com/jsdom/cssstyle
  • Repository: https://github.com/jsdom/cssstyle
  • Keywords: CSS, CSSStyleDeclaration, StyleSheet

csstype v3.1.3

  • License: MIT
  • Type: transitive
  • Description: Strict TypeScript and Flow types for style based on MDN data
  • Author: Fredrik Nicol fredrik.nicol@gmail.com
  • Homepage: https://github.com/frenic/csstype#readme
  • Repository: https://github.com/frenic/csstype
  • Keywords: css, style, typescript, flow, typings, types, definitions

cypress v13.17.0

  • License: MIT
  • Type: transitive
  • Description: Cypress is a next generation front end testing tool built for the modern web
  • Author: Unknown
  • Homepage: https://cypress.io
  • Repository: https://github.com/cypress-io/cypress
  • Keywords: automation, browser, cypress, cypress.io, e2e, end-to-end, integration, component, mocks, runner, spies, stubs, test, testing

data-urls v4.0.0

  • License: MIT
  • Type: transitive
  • Description: Parses data: URLs
  • Author: Domenic Denicola d@domenic.me (https://domenic.me/)
  • Homepage: https://github.com/jsdom/data-urls#readme
  • Repository: https://github.com/jsdom/data-urls
  • Keywords: data url, data uri, data:, http, fetch, whatwg

dayjs v1.11.13

  • License: MIT
  • Type: transitive
  • Description: 2KB immutable date time library alternative to Moment.js with the same modern API
  • Author: iamkun
  • Homepage: https://day.js.org
  • Repository: https://github.com/iamkun/dayjs
  • Keywords: dayjs, date, time, immutable, moment

debug v4.4.0

  • License: MIT
  • Type: transitive
  • Description: Lightweight debugging utility for Node.js and the browser
  • Author: Josh Junon (https://github.com/qix-)
  • Homepage: https://github.com/debug-js/debug#readme
  • Repository: git://github.com/debug-js/debug
  • Keywords: debug, log, debugger

decimal.js v10.5.0

  • License: MIT
  • Type: transitive
  • Description: An arbitrary-precision Decimal type for JavaScript.
  • Author: Michael Mclaughlin M8ch88l@gmail.com
  • Homepage: https://github.com/MikeMcl/decimal.js#readme
  • Repository: https://github.com/MikeMcl/decimal.js
  • Keywords: arbitrary, precision, arithmetic, big, number, decimal, float, biginteger, bigdecimal, bignumber, bigint, bignum

doctrine v2.1.0

  • License: Apache-2.0
  • Type: transitive
  • Description: JSDoc parser
  • Author: Unknown
  • Homepage: https://github.com/eslint/doctrine
  • Repository: https://github.com/eslint/doctrine

dom-accessibility-api v0.5.16

  • License: MIT
  • Type: transitive
  • Description: Implements https://w3c.github.io/accname/
  • Author: Unknown
  • Homepage: https://github.com/eps1lon/dom-accessibility-api#readme
  • Repository: https://github.com/eps1lon/dom-accessibility-api
  • Keywords: accessibility, ARIA, accname

domexception v4.0.0

  • License: MIT
  • Type: transitive
  • Description: An implementation of the DOMException class from browsers
  • Author: Domenic Denicola d@domenic.me (https://domenic.me/)
  • Homepage: https://github.com/jsdom/domexception#readme
  • Repository: https://github.com/jsdom/domexception
  • Keywords: dom, webidl, web idl, domexception, error, exception

enquirer v2.4.1

  • License: MIT
  • Type: transitive
  • Description: Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
  • Author: Jon Schlinkert (https://github.com/jonschlinkert)
  • Homepage: https://github.com/enquirer/enquirer
  • Repository: https://github.com/enquirer/enquirer
  • Keywords: answer, answers, ask, base, cli, command, command-line, confirm, enquirer, generator, generate, hyper, input, inquire, inquirer, interface, iterm, javascript, node, nodejs, prompt, prompts, promptly, question, readline, scaffold, scaffolding, scaffolder, stdin, stdout, terminal, tty, ui, yeoman, yo, zsh

env-paths v2.2.1

  • License: MIT
  • Type: transitive
  • Description: Get paths for storing things like data, config, cache, etc
  • Author: Sindre Sorhus sindresorhus@gmail.com (sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/env-paths#readme
  • Repository: https://github.com/sindresorhus/env-paths
  • Keywords: common, user, paths, env, environment, directory, dir, appdir, path, data, config, cache, logs, temp, linux, unix

es-iterator-helpers v1.2.1

  • License: MIT
  • Type: transitive
  • Description: An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
  • Author: Jordan Harband ljharb@gmail.com
  • Homepage: https://github.com/es-shims/iterator-helpers#readme
  • Repository: https://github.com/es-shims/iterator-helpers
  • Keywords: javascript, ecmascript, polyfill, shim, es-shims, es-shim API, Iterator, helpers, from, map, filter, take, drop, flatMap, reduce, toArray, forEach, some, every, find

esbuild v0.20.2

  • License: MIT
  • Type: transitive
  • Description: An extremely fast JavaScript and CSS bundler and minifier.
  • Author: Unknown
  • Homepage: https://github.com/evanw/esbuild#readme
  • Repository: https://github.com/evanw/esbuild

escape-string-regexp v4.0.0

  • License: MIT
  • Type: transitive
  • Description: Escape RegExp special characters
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/escape-string-regexp#readme
  • Repository: https://github.com/sindresorhus/escape-string-regexp
  • Keywords: escape, regex, regexp, regular, expression, string, special, characters

eslint v9.21.0

  • License: MIT
  • Type: transitive
  • Description: An AST-based pattern checker for JavaScript.
  • Author: Nicholas C. Zakas nicholas+npm@nczconsulting.com
  • Homepage: https://eslint.org
  • Repository: https://github.com/eslint/eslint
  • Keywords: ast, lint, javascript, ecmascript, espree

eslint-plugin-react v7.37.4

  • License: MIT
  • Type: transitive
  • Description: React specific linting rules for ESLint
  • Author: Yannick Croissant yannick.croissant+npm@gmail.com
  • Homepage: https://github.com/jsx-eslint/eslint-plugin-react
  • Repository: https://github.com/jsx-eslint/eslint-plugin-react
  • Keywords: eslint, eslint-plugin, eslintplugin, react

eslint-plugin-react-hooks v5.2.0

  • License: MIT
  • Type: transitive
  • Description: ESLint rules for React Hooks
  • Author: Unknown
  • Homepage: https://react.dev/
  • Repository: https://github.com/facebook/react
  • Keywords: eslint, eslint-plugin, eslintplugin, react

eslint-plugin-react-refresh v0.4.19

  • License: MIT
  • Type: transitive
  • Description: Validate that your components can safely be updated with Fast Refresh
  • Author: Arnaud Barré (https://github.com/ArnaudBarre)
  • Homepage: https://github.com/ArnaudBarre/eslint-plugin-react-refresh#readme
  • Repository: https://github.com/ArnaudBarre/eslint-plugin-react-refresh
  • Keywords: eslint, eslint-plugin, react, react-refresh, fast refresh

eslint-scope v8.2.0

  • License: BSD-2-Clause
  • Type: transitive
  • Description: ECMAScript scope analyzer for ESLint
  • Author: Unknown
  • Homepage: https://github.com/eslint/js/blob/main/packages/eslint-scope/README.md
  • Repository: https://github.com/eslint/js
  • Keywords: eslint

eslint-visitor-keys v4.2.0

  • License: Apache-2.0
  • Type: transitive
  • Description: Constants and utilities about visitor keys to traverse AST.
  • Author: Toru Nagashima (https://github.com/mysticatea)
  • Homepage: https://github.com/eslint/js/blob/main/packages/eslint-visitor-keys/README.md
  • Repository: https://github.com/eslint/js

espree v10.3.0

  • License: BSD-2-Clause
  • Type: transitive
  • Description: An Esprima-compatible JavaScript parser built on Acorn
  • Author: Nicholas C. Zakas nicholas+npm@nczconsulting.com
  • Homepage: https://github.com/eslint/js/blob/main/packages/espree/README.md
  • Repository: https://github.com/eslint/js
  • Keywords: ast, ecmascript, javascript, parser, syntax, acorn

esquery v1.6.0

  • License: BSD-3-Clause
  • Type: transitive
  • Description: A query library for ECMAScript AST using a CSS selector like query language.
  • Author: Joel Feenstra jrfeenst+esquery@gmail.com
  • Homepage: https://github.com/estools/esquery/
  • Repository: https://github.com/estools/esquery
  • Keywords: ast, ecmascript, javascript, query

estraverse v5.3.0

  • License: BSD-2-Clause
  • Type: transitive
  • Description: ECMAScript JS AST traversal functions
  • Author: Unknown
  • Homepage: https://github.com/estools/estraverse
  • Repository: ssh://git@github.com/estools/estraverse

esutils v2.0.3

  • License: BSD-2-Clause
  • Type: transitive
  • Description: utility box for ECMAScript language tools
  • Author: Unknown
  • Homepage: https://github.com/estools/esutils
  • Repository: ssh://git@github.com/estools/esutils

eventemitter2 v6.4.7

  • License: MIT
  • Type: transitive
  • Description: A feature-rich Node.js event emitter implementation with namespaces, wildcards, TTL, async listeners and browser/worker support.
  • Author: hij1nx paolo@async.ly
  • Homepage: https://github.com/hij1nx/EventEmitter2#readme
  • Repository: git://github.com/hij1nx/EventEmitter2
  • Keywords: event, events, emitter, eventemitter, addEventListener, addListener, pub/sub, emit, emits, on, once, publish, subscribe

execa v4.1.0

  • License: MIT
  • Type: transitive
  • Description: Process execution for humans
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/execa#readme
  • Repository: https://github.com/sindresorhus/execa
  • Keywords: exec, child, process, execute, fork, execfile, spawn, file, shell, bin, binary, binaries, npm, path, local

executable v4.1.1

  • License: MIT
  • Type: transitive
  • Description: Check if a file is executable
  • Author: Kevin Mårtensson kevinmartensson@gmail.com (https://github.com/kevva)
  • Homepage: https://github.com/kevva/executable#readme
  • Repository: https://github.com/kevva/executable
  • Keywords: exec, executable, permission

extract-zip v2.0.1

  • License: BSD-2-Clause
  • Type: transitive
  • Description: unzip a zip file into a directory using 100% javascript
  • Author: max ogden
  • Homepage: https://github.com/maxogden/extract-zip#readme
  • Repository: https://github.com/maxogden/extract-zip
  • Keywords: unzip, zip, extract

figures v3.2.0

  • License: MIT
  • Type: transitive
  • Description: Unicode symbols with Windows CMD fallbacks
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/figures#readme
  • Repository: https://github.com/sindresorhus/figures
  • Keywords: unicode, cli, cmd, command-line, characters, symbol, symbols, figure, figures, fallback

file-entry-cache v8.0.0

  • License: MIT
  • Type: transitive
  • Description: Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
  • Author: Jared Wray (https://jaredwray.com)
  • Homepage: https://github.com/jaredwray/cacheable#readme
  • Repository: https://github.com/jaredwray/file-entry-cache
  • Keywords: file cache, task cache files, file cache, key par, key value, cache

find-up v5.0.0

  • License: MIT
  • Type: transitive
  • Description: Find a file or directory by walking up parent directories
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/find-up#readme
  • Repository: https://github.com/sindresorhus/find-up
  • Keywords: find, up, find-up, findup, look-up, look, file, search, match, package, resolve, parent, parents, folder, directory, walk, walking, path

form-data v4.0.2

  • License: MIT
  • Type: transitive
  • Description: A library to create readable “multipart/form-data” streams. Can be used to submit forms and file uploads to other web applications.
  • Author: Felix Geisendörfer felix@debuggable.com (http://debuggable.com/)
  • Homepage: https://github.com/form-data/form-data#readme
  • Repository: git://github.com/form-data/form-data

fs-extra v11.3.0

  • License: MIT
  • Type: transitive
  • Description: fs-extra contains methods that aren’t included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
  • Author: JP Richardson jprichardson@gmail.com
  • Homepage: https://github.com/jprichardson/node-fs-extra
  • Repository: https://github.com/jprichardson/node-fs-extra
  • Keywords: fs, file, file system, copy, directory, extra, mkdirp, mkdir, mkdirs, recursive, json, read, write, extra, delete, remove, touch, create, text, output, move, promise

fsevents v2.3.3

  • License: MIT
  • Type: transitive
  • Description: Native Access to MacOS FSEvents
  • Author: Unknown
  • Homepage: https://github.com/fsevents/fsevents
  • Repository: https://github.com/fsevents/fsevents
  • Keywords: fsevents, mac

getos v3.2.1

  • License: MIT
  • Type: transitive
  • Description: Get the OS/Distribution name of the environment you are working on
  • Author: william.jblankenship@gmail.com
  • Homepage: https://github.com/retrohacker/getos
  • Repository: https://github.com/retrohacker/getos
  • Keywords: OS, Distribution, Platform, Version

glob-parent v6.0.2

  • License: ISC
  • Type: transitive
  • Description: Extract the non-magic parent path from a glob string.
  • Author: Gulp Team team@gulpjs.com (https://gulpjs.com/)
  • Homepage: https://github.com/gulpjs/glob-parent#readme
  • Repository: https://github.com/gulpjs/glob-parent
  • Keywords: glob, parent, strip, path, dirname, directory, base, wildcard

globals v15.15.0

  • License: MIT
  • Type: transitive
  • Description: Global identifiers from different JavaScript environments
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/globals#readme
  • Repository: https://github.com/sindresorhus/globals
  • Keywords: globals, global, identifiers, variables, vars, jshint, eslint, environments

hasown v2.0.2

  • License: MIT
  • Type: transitive
  • Description: A robust, ES3 compatible, “has own property” predicate.
  • Author: Jordan Harband ljharb@gmail.com
  • Homepage: https://github.com/inspect-js/hasOwn#readme
  • Repository: https://github.com/inspect-js/hasOwn
  • Keywords: has, hasOwnProperty, hasOwn, has-own, own, has, property, in, javascript, ecmascript

history v4.10.1

  • License: MIT
  • Type: transitive
  • Description: Manage session history with JavaScript
  • Author: Michael Jackson
  • Homepage: https://github.com/ReactTraining/history#readme
  • Repository: https://github.com/ReactTraining/history
  • Keywords: history, location

hoist-non-react-statics v3.3.2

  • License: BSD-3-Clause
  • Type: transitive
  • Description: Copies non-react specific statics from a child component to a parent component
  • Author: Michael Ridgway mcridgway@gmail.com
  • Homepage: https://github.com/mridgway/hoist-non-react-statics#readme
  • Repository: git://github.com/mridgway/hoist-non-react-statics
  • Keywords: react

html-encoding-sniffer v3.0.0

  • License: MIT
  • Type: transitive
  • Description: Sniff the encoding from a HTML byte stream
  • Author: Domenic Denicola d@domenic.me (https://domenic.me/)
  • Homepage: https://github.com/jsdom/html-encoding-sniffer#readme
  • Repository: https://github.com/jsdom/html-encoding-sniffer
  • Keywords: encoding, html

http-proxy-agent v5.0.0

  • License: MIT
  • Type: transitive
  • Description: An HTTP(s) proxy http.Agent implementation for HTTP
  • Author: Nathan Rajlich nathan@tootallnate.net (http://n8.io/)
  • Homepage: https://github.com/TooTallNate/node-http-proxy-agent#readme
  • Repository: git://github.com/TooTallNate/node-http-proxy-agent
  • Keywords: http, proxy, endpoint, agent

https-proxy-agent v5.0.1

  • License: MIT
  • Type: transitive
  • Description: An HTTP(s) proxy http.Agent implementation for HTTPS
  • Author: Nathan Rajlich nathan@tootallnate.net (http://n8.io/)
  • Homepage: https://github.com/TooTallNate/node-https-proxy-agent#readme
  • Repository: git://github.com/TooTallNate/node-https-proxy-agent
  • Keywords: https, proxy, endpoint, agent

ignore v5.3.2

  • License: MIT
  • Type: transitive
  • Description: Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
  • Author: kael
  • Homepage: https://github.com/kaelzhang/node-ignore#readme
  • Repository: ssh://git@github.com/kaelzhang/node-ignore
  • Keywords: ignore, .gitignore, gitignore, npmignore, rules, manager, filter, regexp, regex, fnmatch, glob, asterisks, regular-expression

immutable v5.1.3

  • License: MIT
  • Type: transitive
  • Description: Immutable Data Collections
  • Author: Lee Byron (https://github.com/leebyron)
  • Homepage: https://immutable-js.com
  • Repository: git://github.com/immutable-js/immutable-js
  • Keywords: immutable, persistent, lazy, data, datastructure, functional, collection, stateless, sequence, iteration

imurmurhash v0.1.4

  • License: MIT
  • Type: transitive
  • Description: An incremental implementation of MurmurHash3
  • Author: Jens Taylor jensyt@gmail.com (https://github.com/homebrewing)
  • Homepage: https://github.com/jensyt/imurmurhash-js
  • Repository: https://github.com/jensyt/imurmurhash-js
  • Keywords: murmur, murmurhash, murmurhash3, hash, incremental

is-glob v4.0.3

  • License: MIT
  • Type: transitive
  • Description: Returns true if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
  • Author: Jon Schlinkert (https://github.com/jonschlinkert)
  • Homepage: https://github.com/micromatch/is-glob
  • Repository: https://github.com/micromatch/is-glob
  • Keywords: bash, braces, check, exec, expression, extglob, glob, globbing, globstar, is, match, matches, pattern, regex, regular, string, test

is-installed-globally v0.4.0

  • License: MIT
  • Type: transitive
  • Description: Check if your package was installed globally
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/is-installed-globally#readme
  • Repository: https://github.com/sindresorhus/is-installed-globally
  • Keywords: global, package, globally, module, install, installed, npm, yarn, is, check, detect, local, locally, cli, bin, binary

is-potential-custom-element-name v1.0.1

  • License: MIT
  • Type: transitive
  • Description: Check whether a given string matches the PotentialCustomElementName production as defined in the HTML Standard.
  • Author: Mathias Bynens (https://mathiasbynens.be/)
  • Homepage: https://github.com/mathiasbynens/is-potential-custom-element-name
  • Repository: https://github.com/mathiasbynens/is-potential-custom-element-name
  • Keywords: html, custom element, custom element name, web components

jsdom v22.1.0

  • License: MIT
  • Type: transitive
  • Description: A JavaScript implementation of many web standards
  • Author: Unknown
  • Homepage: https://github.com/jsdom/jsdom#readme
  • Repository: https://github.com/jsdom/jsdom
  • Keywords: dom, html, whatwg, w3c

json-stable-stringify-without-jsonify v1.0.1

  • License: MIT
  • Type: transitive
  • Description: deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
  • Author: James Halliday mail@substack.net (http://substack.net)
  • Homepage: https://github.com/samn/json-stable-stringify
  • Repository: git://github.com/samn/json-stable-stringify
  • Keywords: json, stringify, deterministic, hash, sort, stable

jsx-ast-utils v3.3.5

  • License: MIT
  • Type: transitive
  • Description: AST utility module for statically analyzing JSX
  • Author: Ethan Cohen
  • Homepage: https://github.com/jsx-eslint/jsx-ast-utils#readme
  • Repository: https://github.com/jsx-eslint/jsx-ast-utils
  • Keywords: jsx, ast, lint, eslint

kleur v4.1.5

  • License: MIT
  • Type: transitive
  • Description: The fastest Node.js library for formatting terminal text with ANSI colors~!
  • Author: Luke Edwards luke.edwards05@gmail.com (https://lukeed.com)
  • Homepage: https://github.com/lukeed/kleur#readme
  • Repository: https://github.com/lukeed/kleur
  • Keywords: ansi, cli, color, colors, console, terminal

lazy-ass v1.6.0

  • License: MIT
  • Type: transitive
  • Description: Lazy assertions without performance penalty
  • Author: Gleb Bahmutov gleb.bahmutov@gmail.com
  • Homepage: https://github.com/bahmutov/lazy-ass
  • Repository: https://github.com/bahmutov/lazy-ass
  • Keywords: assertion, assertions, browser, debugging, defensive, lazy, node

listr2 v3.14.0

  • License: MIT
  • Type: transitive
  • Description: Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
  • Author: Cenk Kilic cenk@kilic.dev (https://srcs.kilic.dev)
  • Homepage: https://github.com/cenk1cenk2/listr2#readme
  • Repository: https://github.com/cenk1cenk2/listr2
  • Keywords: listr, cli, task, list, tasklist, terminal, term, console, ascii, unicode, loading, indicator, progress, busy, wait, idle

local-pkg v0.4.3

  • License: MIT
  • Type: transitive
  • Description: Get information on local packages.
  • Author: Anthony Fu anthonyfu117@hotmail.com
  • Homepage: https://github.com/antfu/local-pkg#readme
  • Repository: https://github.com/antfu/local-pkg
  • Keywords: package

lodash v4.17.21

  • License: MIT
  • Type: transitive
  • Description: Lodash modular utilities.
  • Author: John-David Dalton john.david.dalton@gmail.com
  • Homepage: https://lodash.com/
  • Repository: https://github.com/lodash/lodash
  • Keywords: modules, stdlib, util

lodash.merge v4.6.2

  • License: MIT
  • Type: transitive
  • Description: The Lodash method _.merge exported as a module.
  • Author: John-David Dalton john.david.dalton@gmail.com
  • Homepage: https://lodash.com/
  • Repository: https://github.com/lodash/lodash
  • Keywords: lodash-modularized, merge

log-symbols v4.1.0

  • License: MIT
  • Type: transitive
  • Description: Colored symbols for various log levels. Example: ✔︎ Success
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/log-symbols#readme
  • Repository: https://github.com/sindresorhus/log-symbols
  • Keywords: unicode, cli, cmd, command-line, characters, symbol, symbols, figure, figures, fallback, windows, log, logging, terminal, stdout

loose-envify v1.4.0

  • License: MIT
  • Type: transitive
  • Description: Fast (and loose) selective process.env replacer using js-tokens instead of an AST
  • Author: Andres Suarez zertosh@gmail.com
  • Homepage: https://github.com/zertosh/loose-envify
  • Repository: git://github.com/zertosh/loose-envify
  • Keywords: environment, variables, browserify, browserify-transform, transform, source, configuration

lz-string v1.5.0

  • License: MIT
  • Type: transitive
  • Description: LZ-based compression algorithm
  • Author: pieroxy pieroxy@pieroxy.net
  • Homepage: http://pieroxy.net/blog/pages/lz-string/index.html
  • Repository: https://github.com/pieroxy/lz-string
  • Keywords: lz, compression, string

magic-string v0.30.17

  • License: MIT
  • Type: transitive
  • Description: Modify strings, generate sourcemaps
  • Author: Rich Harris
  • Homepage: https://github.com/rich-harris/magic-string#readme
  • Repository: https://github.com/rich-harris/magic-string
  • Keywords: string, string manipulation, sourcemap, templating, transpilation

minimatch v3.1.2

  • License: ISC
  • Type: transitive
  • Description: a glob matcher in javascript
  • Author: Isaac Z. Schlueter i@izs.me (http://blog.izs.me)
  • Homepage: https://github.com/isaacs/minimatch#readme
  • Repository: git://github.com/isaacs/minimatch

minimist v1.2.8

  • License: MIT
  • Type: transitive
  • Description: parse argument options
  • Author: James Halliday mail@substack.net (http://substack.net)
  • Homepage: https://github.com/minimistjs/minimist
  • Repository: git://github.com/minimistjs/minimist
  • Keywords: argv, getopt, parser, optimist

native-run v2.0.1

  • License: MIT
  • Type: transitive
  • Description: A CLI for running apps on iOS/Android devices and simulators/emulators
  • Author: Ionic Team hi@ionicframework.com (https://ionicframework.com)
  • Homepage: https://github.com/ionic-team/native-run#readme
  • Repository: https://github.com/ionic-team/native-run
  • Keywords: android, ios, cli, mobile, app, hybrid, native

natural-compare v1.4.0

  • License: MIT
  • Type: transitive
  • Description: Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
  • Author: Lauri Rooden (https://github.com/litejs/natural-compare-lite)
  • Homepage: https://github.com/litejs/natural-compare-lite#readme
  • Repository: git://github.com/litejs/natural-compare-lite
  • Keywords: string, natural, order, sort, natsort, natcmp, compare, alphanum, litejs

nwsapi v2.2.18

  • License: MIT
  • Type: transitive
  • Description: Fast CSS Selectors API Engine
  • Author: Diego Perini diego.perini@gmail.com (http://www.iport.it/)
  • Homepage: http://javascript.nwbox.com/nwsapi/
  • Repository: git://github.com/dperini/nwsapi
  • Keywords: css, css3, css4, matcher, selector

object.entries v1.1.8

  • License: MIT
  • Type: transitive
  • Description: ES2017 spec-compliant Object.entries shim.
  • Author: Jordan Harband
  • Homepage: https://github.com/es-shims/Object.entries#readme
  • Repository: git://github.com/es-shims/Object.entries
  • Keywords: Object.entries, Object.values, Object.keys, entries, values, ES7, ES8, ES2017, shim, object, keys, polyfill, es-shim API

object.fromentries v2.0.8

  • License: MIT
  • Type: transitive
  • Description: ES proposal-spec-compliant Object.fromEntries shim.
  • Author: Jordan Harband ljharb@gmail.com
  • Homepage: https://github.com/es-shims/Object.fromEntries#readme
  • Repository: git://github.com/es-shims/Object.fromEntries
  • Keywords: Object.fromEntries, Object.entries, Object.values, Object.keys, entries, values, ES7, ES8, ES2017, shim, object, keys, polyfill, es-shim API

object.values v1.2.1

  • License: MIT
  • Type: transitive
  • Description: ES2017 spec-compliant Object.values shim.
  • Author: Jordan Harband ljharb@gmail.com
  • Homepage: https://github.com/es-shims/Object.values#readme
  • Repository: git://github.com/es-shims/Object.values
  • Keywords: Object.values, Object.keys, Object.entries, values, ES7, ES8, ES2017, shim, object, keys, entries, polyfill, es-shim API

open v8.4.2

  • License: MIT
  • Type: transitive
  • Description: Open stuff like URLs, files, executables. Cross-platform.
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/open#readme
  • Repository: https://github.com/sindresorhus/open
  • Keywords: app, open, opener, opens, launch, start, xdg-open, xdg, default, cmd, browser, editor, executable, exe, url, urls, arguments, args, spawn, exec, child, process, website, file

optionator v0.9.4

  • License: MIT
  • Type: transitive
  • Description: option parsing and help generation
  • Author: George Zahariev z@georgezahariev.com
  • Homepage: https://github.com/gkz/optionator
  • Repository: git://github.com/gkz/optionator
  • Keywords: options, flags, option parsing, cli

ospath v1.2.2

  • License: MIT
  • Type: transitive
  • Description: Operating system specific paths.
  • Author: JP Richardson
  • Homepage: https://github.com/jprichardson/ospath#readme
  • Repository: https://github.com/jprichardson/ospath
  • Keywords: home, data, dir, directory, path, tmp, temp, windows, linux, darwin, mac

parse5 v7.2.1

  • License: MIT
  • Type: transitive
  • Description: HTML parser and serializer.
  • Author: Ivan Nikulin ifaaan@gmail.com (https://github.com/inikulin)
  • Homepage: https://parse5.js.org
  • Repository: git://github.com/inikulin/parse5
  • Keywords: html, parser, html5, WHATWG, specification, fast, html parser, html5 parser, htmlparser, parse5, serializer, html serializer, htmlserializer, parse, serialize

path-to-regexp v1.9.0

  • License: MIT
  • Type: transitive
  • Description: Express style path to RegExp utility
  • Author: Unknown
  • Homepage: https://github.com/pillarjs/path-to-regexp#readme
  • Repository: https://github.com/pillarjs/path-to-regexp
  • Keywords: express, regexp, route, routing

pathe v1.1.2

  • License: MIT
  • Type: transitive
  • Description: Universal filesystem path utils
  • Author: Unknown
  • Homepage: https://github.com/unjs/pathe#readme
  • Repository: https://github.com/unjs/pathe

picocolors v1.1.1

  • License: ISC
  • Type: transitive
  • Description: The tiniest and the fastest library for terminal output formatting with ANSI colors
  • Author: Alexey Raspopov
  • Homepage: https://github.com/alexeyraspopov/picocolors#readme
  • Repository: https://github.com/alexeyraspopov/picocolors
  • Keywords: terminal, colors, formatting, cli, console

plist v3.1.0

  • License: MIT
  • Type: transitive
  • Description: Apple’s property list parser/builder for Node.js and browsers
  • Author: Nathan Rajlich nathan@tootallnate.net
  • Homepage: https://github.com/TooTallNate/node-plist#readme
  • Repository: git://github.com/TooTallNate/node-plist
  • Keywords: apple, browser, mac, plist, parser, xml

postcss v8.5.3

  • License: MIT
  • Type: transitive
  • Description: Tool for transforming styles with JS plugins
  • Author: Andrey Sitnik andrey@sitnik.ru
  • Homepage: https://postcss.org/
  • Repository: https://github.com/postcss/postcss
  • Keywords: css, postcss, rework, preprocessor, parser, source map, transform, manipulation, transpiler

pretty-bytes v5.6.0

  • License: MIT
  • Type: transitive
  • Description: Convert bytes to a human readable string: 1337 → 1.34 kB
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/pretty-bytes#readme
  • Repository: https://github.com/sindresorhus/pretty-bytes
  • Keywords: pretty, bytes, byte, filesize, size, file, human, humanized, readable, si, data, locale, localization, localized

pretty-format v27.5.1

  • License: MIT
  • Type: transitive
  • Description: Stringify any JavaScript value.
  • Author: James Kyle me@thejameskyle.com
  • Homepage: https://github.com/facebook/jest#readme
  • Repository: https://github.com/facebook/jest

process v0.11.10

  • License: MIT
  • Type: transitive
  • Description: process information for node.js and browsers
  • Author: Roman Shtylman shtylman@gmail.com
  • Homepage: https://github.com/shtylman/node-process#readme
  • Repository: git://github.com/shtylman/node-process
  • Keywords: process

prompts v2.4.2

  • License: MIT
  • Type: transitive
  • Description: Lightweight, beautiful and user-friendly prompts
  • Author: Terkel Gjervig terkel@terkel.com (https://terkel.com)
  • Homepage: https://github.com/terkelg/prompts#readme
  • Repository: https://github.com/terkelg/prompts
  • Keywords: ui, prompts, cli, prompt, interface, command-line, input, command, stdin, menu, ask, interact

prop-types v15.8.1

  • License: MIT
  • Type: transitive
  • Description: Runtime type checking for React props and similar objects.
  • Author: Unknown
  • Homepage: https://facebook.github.io/react/
  • Repository: https://github.com/facebook/prop-types
  • Keywords: react

proxy-from-env v1.0.0

  • License: MIT
  • Type: transitive
  • Description: Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
  • Author: Rob Wu rob@robwu.nl (https://robwu.nl/)
  • Homepage: https://github.com/Rob—W/proxy-from-env#readme
  • Repository: https://github.com/Rob—W/proxy-from-env
  • Keywords: proxy, http_proxy, https_proxy, no_proxy, environment

react-is v16.13.1

  • License: MIT
  • Type: transitive
  • Description: Brand checking of React Elements.
  • Author: Unknown
  • Homepage: https://reactjs.org/
  • Repository: https://github.com/facebook/react
  • Keywords: react

react-refresh v0.14.2

  • License: MIT
  • Type: transitive
  • Description: React is a JavaScript library for building user interfaces.
  • Author: Unknown
  • Homepage: https://reactjs.org/
  • Repository: https://github.com/facebook/react
  • Keywords: react

redent v3.0.0

  • License: MIT
  • Type: transitive
  • Description: Strip redundant indentation and indent the string
  • Author: Sindre Sorhus sindresorhus@gmail.com (sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/redent#readme
  • Repository: https://github.com/sindresorhus/redent
  • Keywords: string, strip, trim, indent, indentation, add, reindent, normalize, remove, whitespace, space

regenerator-runtime v0.14.1

  • License: MIT
  • Type: transitive
  • Description: Runtime for Regenerator-compiled generator and async functions.
  • Author: Ben Newman bn@cs.stanford.edu
  • Homepage: https://github.com/facebook/regenerator/tree/main#readme
  • Repository: https://github.com/facebook/regenerator.git#main
  • Keywords: regenerator, runtime, generator, async

request-progress v3.0.0

  • License: MIT
  • Type: transitive
  • Description: Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining
  • Author: IndigoUnited hello@indigounited.com (http://indigounited.com)
  • Homepage: https://github.com/IndigoUnited/node-request-progress#readme
  • Repository: git://github.com/IndigoUnited/node-request-progress
  • Keywords: progress, request, mikeal, size, bytes, percent, percentage, speed, eta, etr

resolve v2.0.0-next.5

  • License: MIT
  • Type: transitive
  • Description: resolve like require.resolve() on behalf of files asynchronously and synchronously
  • Author: James Halliday mail@substack.net (http://substack.net)
  • Homepage: https://github.com/browserify/resolve#readme
  • Repository: git://github.com/browserify/resolve
  • Keywords: resolve, require, node, module

rimraf v6.0.1

  • License: ISC
  • Type: transitive
  • Description: A deep deletion module for node (like rm -rf)
  • Author: Isaac Z. Schlueter i@izs.me (http://blog.izs.me/)
  • Homepage: https://github.com/isaacs/rimraf#readme
  • Repository: git://github.com/isaacs/rimraf
  • Keywords: rm, rm -rf, rm -fr, remove, directory, cli, rmdir, recursive

rollup v4.34.9

  • License: MIT
  • Type: transitive
  • Description: Next-generation ES module bundler
  • Author: Rich Harris
  • Homepage: https://rollupjs.org/
  • Repository: https://github.com/rollup/rollup
  • Keywords: modules, bundler, bundling, es6, optimizer

rrweb-cssom v0.6.0

  • License: MIT
  • Type: transitive
  • Description: CSS Object Model implementation and CSS parser
  • Author: Nikita Vasilyev me@elv1s.ru
  • Homepage: https://github.com/rrweb-io/CSSOM#readme
  • Repository: https://github.com/rrweb-io/CSSOM
  • Keywords: CSS, CSSOM, parser, styleSheet

sass v1.89.2

  • License: MIT
  • Type: transitive
  • Description: A pure JavaScript implementation of Sass.
  • Author: Natalie Weizenbaum nweiz@google.com (https://github.com/nex3)
  • Homepage: https://github.com/sass/dart-sass
  • Repository: https://github.com/sass/dart-sass
  • Keywords: style, scss, sass, preprocessor, css

saxes v6.0.0

  • License: ISC
  • Type: transitive
  • Description: An evented streaming XML parser in JavaScript
  • Author: Louis-Dominique Dubeau ldd@lddubeau.com
  • Homepage: https://github.com/lddubeau/saxes#readme
  • Repository: https://github.com/lddubeau/saxes

scheduler v0.23.2

  • License: MIT
  • Type: transitive
  • Description: Cooperative scheduler for the browser environment.
  • Author: Unknown
  • Homepage: https://reactjs.org/
  • Repository: https://github.com/facebook/react
  • Keywords: react

semver v7.7.1

  • License: ISC
  • Type: transitive
  • Description: The semantic version parser used by npm.
  • Author: GitHub Inc.
  • Homepage: https://github.com/npm/node-semver#readme
  • Repository: https://github.com/npm/node-semver

source-map-js v1.2.1

  • License: BSD-3-Clause
  • Type: transitive
  • Description: Generates and consumes source maps
  • Author: Valentin 7rulnik Semirulnik v7rulnik@gmail.com
  • Homepage: https://github.com/7rulnik/source-map-js
  • Repository: https://github.com/7rulnik/source-map-js

source-map-support v0.5.21

  • License: MIT
  • Type: transitive
  • Description: Fixes stack traces for files with source maps
  • Author: Unknown
  • Homepage: https://github.com/evanw/node-source-map-support#readme
  • Repository: https://github.com/evanw/node-source-map-support

std-env v3.8.1

  • License: MIT
  • Type: transitive
  • Description: Runtime agnostic JS utils
  • Author: Unknown
  • Homepage: https://github.com/unjs/std-env#readme
  • Repository: https://github.com/unjs/std-env

string.prototype.matchall v4.0.12

  • License: MIT
  • Type: transitive
  • Description: Spec-compliant polyfill for String.prototype.matchAll
  • Author: Jordan Harband ljharb@gmail.com
  • Homepage: https://github.com/es-shims/String.prototype.matchAll#readme
  • Repository: https://github.com/es-shims/String.prototype.matchAll
  • Keywords: ES2020, ES, String.prototype.matchAll, matchAll, match, regex, regexp, regular, expression, matches

string.prototype.repeat v1.0.0

  • License: MIT
  • Type: transitive
  • Description: A robust & optimized String.prototype.repeat polyfill, based on the ECMAScript 6 specification.
  • Author: Mathias Bynens (https://mathiasbynens.be/)
  • Homepage: https://mths.be/repeat
  • Repository: https://github.com/mathiasbynens/String.prototype.repeat
  • Keywords: string, repeat, es6, ecmascript, polyfill

strip-literal v1.3.0

  • License: MIT
  • Type: transitive
  • Description: Strip comments and string literals from JavaScript code
  • Author: Anthony Fu anthonyfu117@hotmail.com
  • Homepage: https://github.com/antfu/strip-literal#readme
  • Repository: https://github.com/antfu/strip-literal

supports-color v8.1.1

  • License: MIT
  • Type: transitive
  • Description: Detect whether a terminal supports color
  • Author: Sindre Sorhus sindresorhus@gmail.com (https://sindresorhus.com)
  • Homepage: https://github.com/chalk/supports-color#readme
  • Repository: https://github.com/chalk/supports-color
  • Keywords: color, colour, colors, terminal, console, cli, ansi, styles, tty, rgb, 256, shell, xterm, command-line, support, supports, capability, detect, truecolor, 16m

symbol-tree v3.2.4

  • License: MIT
  • Type: transitive
  • Description: Turn any collection of objects into its own efficient tree or linked list using Symbol
  • Author: Joris van der Wel joris@jorisvanderwel.com
  • Homepage: https://github.com/jsdom/js-symbol-tree#symbol-tree
  • Repository: https://github.com/jsdom/js-symbol-tree
  • Keywords: list, queue, stack, linked-list, tree, es6, dom, symbol

systemjs v6.15.1

  • License: MIT
  • Type: transitive
  • Description: Dynamic ES module loader
  • Author: Guy Bedford
  • Homepage: https://github.com/systemjs/systemjs#readme
  • Repository: git://github.com/systemjs/systemjs

tar v6.2.1

  • License: ISC
  • Type: transitive
  • Description: tar for node
  • Author: GitHub Inc.
  • Homepage: https://github.com/isaacs/node-tar#readme
  • Repository: https://github.com/isaacs/node-tar

terser v5.39.0

  • License: BSD-2-Clause
  • Type: transitive
  • Description: JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
  • Author: Mihai Bazon mihai.bazon@gmail.com (http://lisperator.net/)
  • Homepage: https://terser.org
  • Repository: https://github.com/terser/terser
  • Keywords: uglify, terser, uglify-es, uglify-js, minify, minifier, javascript, ecmascript, es5, es6, es7, es8, es2015, es2016, es2017, async, await

tiny-invariant v1.3.3

  • License: MIT
  • Type: transitive
  • Description: A tiny invariant function
  • Author: Alex Reardon alexreardon@gmail.com
  • Homepage: https://github.com/alexreardon/tiny-invariant#readme
  • Repository: https://github.com/alexreardon/tiny-invariant
  • Keywords: invariant, error, assert, asserts

tiny-warning v1.0.3

  • License: MIT
  • Type: transitive
  • Description: A tiny warning function
  • Author: Alex Reardon alexreardon@gmail.com
  • Repository: https://github.com/alexreardon/tiny-warning
  • Keywords: warning, warn

tinybench v2.9.0

  • License: MIT
  • Type: transitive
  • Description: I’m transitioning to a full-time open source career. Your support would be greatly appreciated 🙌 <source media=“(prefers-color-scheme: dark)” srcset=“https://polar.sh/embed/tiers.svg?org=tinyli
  • Author: Unknown
  • Homepage: https://github.com/tinylibs/tinybench#readme
  • Repository: https://github.com/tinylibs/tinybench
  • Keywords: benchmark, tinylibs, tiny

tinypool v0.7.0

  • License: MIT
  • Type: transitive
  • Description: A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features
  • Author: Unknown
  • Homepage: https://github.com/aslemammad/tinypool#readme
  • Repository: https://github.com/aslemammad/tinypool
  • Keywords: fast, worker threads, thread pool

tmp v0.2.3

  • License: MIT
  • Type: transitive
  • Description: Temporary file and directory creator
  • Author: KARASZI István github@spam.raszi.hu (http://raszi.hu/)
  • Homepage: http://github.com/raszi/node-tmp
  • Repository: https://github.com/raszi/node-tmp
  • Keywords: temporary, tmp, temp, tempdir, tempfile, tmpdir, tmpfile

tough-cookie v4.1.4

  • License: BSD-3-Clause
  • Type: transitive
  • Description: RFC6265 Cookies and Cookie Jar for node.js
  • Author: Jeremy Stashewsky jstash@gmail.com
  • Homepage: https://github.com/salesforce/tough-cookie
  • Repository: git://github.com/salesforce/tough-cookie
  • Keywords: HTTP, cookie, cookies, set-cookie, cookiejar, jar, RFC6265, RFC2965

tree-kill v1.2.2

  • License: MIT
  • Type: transitive
  • Description: kill trees of processes
  • Author: Peteris Krumins peteris.krumins@gmail.com (http://www.catonmat.net)
  • Homepage: https://github.com/pkrumins/node-tree-kill
  • Repository: git://github.com/pkrumins/node-tree-kill
  • Keywords: tree, trees, process, processes, kill, signal

tslib v2.8.1

  • License: 0BSD
  • Type: transitive
  • Description: Runtime library for TypeScript helper functions
  • Author: Microsoft Corp.
  • Homepage: https://www.typescriptlang.org/
  • Repository: https://github.com/Microsoft/tslib
  • Keywords: TypeScript, Microsoft, compiler, language, javascript, tslib, runtime

typescript v5.8.2

  • License: Apache-2.0
  • Type: transitive
  • Description: TypeScript is a language for application scale JavaScript development
  • Author: Microsoft Corp.
  • Homepage: https://www.typescriptlang.org/
  • Repository: https://github.com/microsoft/TypeScript
  • Keywords: TypeScript, Microsoft, compiler, language, javascript

typescript-eslint v8.26.0

  • License: MIT
  • Type: transitive
  • Description: Tooling which enables you to use TypeScript with ESLint
  • Author: Unknown
  • Homepage: https://typescript-eslint.io/packages/typescript-eslint
  • Repository: https://github.com/typescript-eslint/typescript-eslint
  • Keywords: ast, ecmascript, javascript, typescript, parser, syntax, eslint, eslintplugin, eslint-plugin

untildify v4.0.0

  • License: MIT
  • Type: transitive
  • Description: Convert a tilde path to an absolute path: ~/dev → /Users/sindresorhus/dev
  • Author: Sindre Sorhus sindresorhus@gmail.com (sindresorhus.com)
  • Homepage: https://github.com/sindresorhus/untildify#readme
  • Repository: https://github.com/sindresorhus/untildify
  • Keywords: tilde, expansion, expand, untildify, path, home, directory, user, shell, bash

use-constant v1.1.1

  • License: MIT
  • Type: transitive
  • Description: React hook for creating a value exactly once.
  • Author: Unknown
  • Homepage: https://github.com/Andarist/use-constant#readme
  • Repository: https://github.com/Andarist/use-constant

use-sync-external-store v1.4.0

  • License: MIT
  • Type: transitive
  • Description: Backwards compatible shim for React’s useSyncExternalStore. Works with any React that supports hooks.
  • Author: Unknown
  • Homepage: https://github.com/facebook/react#readme
  • Repository: https://github.com/facebook/react

vite v5.2.14

  • License: MIT
  • Type: transitive
  • Description: Native-ESM powered web dev build tool
  • Author: Evan You
  • Homepage: https://vitejs.dev
  • Repository: https://github.com/vitejs/vite
  • Keywords: frontend, framework, hmr, dev-server, build-tool, vite

vite-node v0.34.6

  • License: MIT
  • Type: transitive
  • Description: Vite as Node.js runtime
  • Author: Anthony Fu anthonyfu117@hotmail.com
  • Homepage: https://github.com/vitest-dev/vitest/blob/main/packages/vite-node#readme
  • Repository: https://github.com/vitest-dev/vitest

vitest v0.34.6

  • License: MIT
  • Type: transitive
  • Description: A blazing fast unit test framework powered by Vite
  • Author: Anthony Fu anthonyfu117@hotmail.com
  • Homepage: https://github.com/vitest-dev/vitest#readme
  • Repository: https://github.com/vitest-dev/vitest
  • Keywords: vite, vite-node, vitest, test, jest

w3c-xmlserializer v4.0.0

  • License: MIT
  • Type: transitive
  • Description: A per-spec XML serializer implementation
  • Author: Unknown
  • Homepage: https://github.com/jsdom/w3c-xmlserializer#readme
  • Repository: https://github.com/jsdom/w3c-xmlserializer
  • Keywords: dom, w3c, xml, xmlserializer

webidl-conversions v7.0.0

  • License: BSD-2-Clause
  • Type: transitive
  • Description: Implements the WebIDL algorithms for converting to and from JavaScript values
  • Author: Domenic Denicola d@domenic.me (https://domenic.me/)
  • Homepage: https://github.com/jsdom/webidl-conversions#readme
  • Repository: https://github.com/jsdom/webidl-conversions
  • Keywords: webidl, web, types

whatwg-encoding v2.0.0

  • License: MIT
  • Type: transitive
  • Description: Decode strings according to the WHATWG Encoding Standard
  • Author: Domenic Denicola d@domenic.me (https://domenic.me/)
  • Homepage: https://github.com/jsdom/whatwg-encoding#readme
  • Repository: https://github.com/jsdom/whatwg-encoding
  • Keywords: encoding, whatwg

whatwg-mimetype v3.0.0

  • License: MIT
  • Type: transitive
  • Description: Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard
  • Author: Domenic Denicola d@domenic.me (https://domenic.me/)
  • Homepage: https://github.com/jsdom/whatwg-mimetype#readme
  • Repository: https://github.com/jsdom/whatwg-mimetype
  • Keywords: content-type, mime type, mimesniff, http, whatwg

whatwg-url v12.0.1

  • License: MIT
  • Type: transitive
  • Description: An implementation of the WHATWG URL Standard’s URL API and parsing machinery
  • Author: Sebastian Mayr github@smayr.name
  • Homepage: https://github.com/jsdom/whatwg-url#readme
  • Repository: https://github.com/jsdom/whatwg-url

why-is-node-running v2.3.0

  • License: MIT
  • Type: transitive
  • Description: Node is running but you don’t know why? why-is-node-running is here to help you.
  • Author: Mathias Buus (@mafintosh)
  • Homepage: https://github.com/mafintosh/why-is-node-running
  • Repository: https://github.com/mafintosh/why-is-node-running
  • Keywords: debug, devops, test, events, handles

ws v8.18.1

  • License: MIT
  • Type: transitive
  • Description: Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
  • Author: Einar Otto Stangvik einaros@gmail.com (http://2x.io)
  • Homepage: https://github.com/websockets/ws
  • Repository: https://github.com/websockets/ws
  • Keywords: HyBi, Push, RFC-6455, WebSocket, WebSockets, real-time

xml-name-validator v4.0.0

  • License: Apache-2.0
  • Type: transitive
  • Description: Validates whether a string matches the production for an XML name or qualified name
  • Author: Domenic Denicola d@domenic.me (https://domenic.me/)
  • Homepage: https://github.com/jsdom/xml-name-validator#readme
  • Repository: https://github.com/jsdom/xml-name-validator
  • Keywords: xml, name, qname

xml2js v0.6.2

  • License: MIT
  • Type: transitive
  • Description: Simple XML to JavaScript object converter.
  • Author: Marek Kubica marek@xivilization.net (https://xivilization.net)
  • Homepage: https://github.com/Leonidas-from-XIV/node-xml2js
  • Repository: https://github.com/Leonidas-from-XIV/node-xml2js
  • Keywords: xml, json

xmlbuilder v15.1.1

  • License: MIT
  • Type: transitive
  • Description: An XML builder for node.js
  • Author: Ozgur Ozcitak oozcitak@gmail.com
  • Homepage: http://github.com/oozcitak/xmlbuilder-js
  • Repository: git://github.com/oozcitak/xmlbuilder-js
  • Keywords: xml, xmlbuilder

yauzl v2.10.0

  • License: MIT
  • Type: transitive
  • Description: yet another unzip library for node
  • Author: Josh Wolfe thejoshwolfe@gmail.com
  • Homepage: https://github.com/thejoshwolfe/yauzl
  • Repository: https://github.com/thejoshwolfe/yauzl
  • Keywords: unzip, zip, stream, archive, file

Report generated by PXL OSS Scanner


pxl-display Dependencies

Generated on: 2025-07-22 Project: pxl-display (Node.js/TypeScript) Total packages: 6

Summary

TypeCount
Direct Dependencies6
Transitive Dependencies0
Total6

License Distribution

LicenseCount
MIT5
Apache-2.01

Direct Dependencies

@types/yargs v17.0.33

  • License: MIT
  • Type: direct
  • Description: TypeScript definitions for yargs
  • Author: Unknown
  • Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
  • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped

body-parser v1.20.3

  • License: MIT
  • Type: direct
  • Description: Node.js body parsing middleware
  • Author: Unknown
  • Homepage: https://github.com/expressjs/body-parser#readme
  • Repository: https://github.com/expressjs/body-parser

express v4.21.2

  • License: MIT
  • Type: direct
  • Description: Fast, unopinionated, minimalist web framework
  • Author: TJ Holowaychuk tj@vision-media.ca
  • Homepage: http://expressjs.com/
  • Repository: https://github.com/expressjs/express
  • Keywords: express, framework, sinatra, web, http, rest, restful, router, app, api

piixel v1.0.1

  • License: MIT
  • Type: direct
  • Description: Control WS281X / NeoPixel LEDs from a Raspberry Pi using Node.js and TypeScript
  • Author: Bjørge Næss
  • Homepage: https://github.com/bjoerge/piixel#readme
  • Repository: https://github.com/bjoerge/piixel
  • Keywords: neopixel, led, ledstrip, WS281x, WS2812, SK6812RGB, SK6812, SK6812RGBW, rpi_ws281x, Raspberry Pi

typescript v5.5.3

  • License: Apache-2.0
  • Type: direct
  • Description: TypeScript is a language for application scale JavaScript development
  • Author: Microsoft Corp.
  • Homepage: https://www.typescriptlang.org/
  • Repository: https://github.com/Microsoft/TypeScript
  • Keywords: TypeScript, Microsoft, compiler, language, javascript

yargs v17.7.2

  • License: MIT
  • Type: direct
  • Description: yargs the modern, pirate-themed, successor to optimist.
  • Author: Unknown
  • Homepage: https://yargs.js.org/
  • Repository: https://github.com/yargs/yargs
  • Keywords: argument, args, option, parser, parsing, cli, command

Transitive Dependencies


Report generated by PXL OSS Scanner


This report was automatically generated by the PXL OSS Scanner to ensure compliance with all open source licensing obligations.

PXL

GET IN TOUCH

  • Discord
  • Imprint
  • © 2026 by Cumin & Potato GmbH

INFORMATION

  • Terms
  • Imprint
  • Right of withdrawal
  • Privacy
  • EULA

FOLLOW US

  • Bluesky
  • Instagram
  • X

COMMUNITY

  • Discord
  • GitHub

Your privacy

We use Google Analytics to understand how this site is used. You can accept or decline - decline keeps the site fully functional, we just won’t see your visit in our stats. Privacy policy