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:

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:

Combined Software Dependencies Summary

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

Component Package Count Technology Stack
Pxl.Daemon 57 Auto-detected
pxl-app 250 Auto-detected
pxl-node-display 6 Auto-detected
Total 313

Combined License Distribution

License Count Notes
MIT 262 Permissive - Attribution required
Apache-2.0 16 Permissive - Patent grant included
Apache-2.0 OR MS-PL 9 See individual license terms
ISC 7 Permissive - Simplified BSD-style
BSD-2-Clause 7 Permissive - Attribution required
BSD-3-Clause 5 Permissive - Attribution required
https://go.microsoft.com/fwlink/?linkid=868514 4 See individual license terms
http://www.quanttec.com/fparsec/license.html 1 See individual license terms
0BSD 1 Public domain equivalent

Detailed Dependency Reports

Pxl.Daemon Dependencies

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

Summary

Type Count
Direct Dependencies 11
Transitive Dependencies 46
Total 57

License Distribution

License Count
MIT 41
Apache-2.0 OR MS-PL 9
https://go.microsoft.com/fwlink/?linkid=868514 4
https://aka.ms/deprecateLicenseUrl 1
http://www.quanttec.com/fparsec/license.html 1
Apache-2.0 1

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

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

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

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

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

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).

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:

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

Swashbuckle.AspNetCore.SwaggerGen v6.9.0

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.

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

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

Type Count
Direct Dependencies 26
Transitive Dependencies 224
Total 250

License Distribution

License Count
MIT 216
Apache-2.0 14
ISC 7
BSD-2-Clause 7
BSD-3-Clause 5
0BSD 1

Direct Dependencies

@auth0/auth0-react v2.3.0

@capacitor/android v7.2.0

@capacitor/app v7.0.0

@capacitor/browser v7.0.1

@capacitor/core v7.1.0

@capacitor/haptics v7.0.0

@capacitor/ios v7.1.0

@capacitor/keyboard v7.0.0

@capacitor/preferences v7.0.0

@capacitor/screen-orientation v7.0.1

@capacitor/status-bar v7.0.0

@ionic/react v8.0.0

@ionic/react-router v8.0.0

@types/react-router v5.1.20

@types/react-router-dom v5.3.3

fast-deep-equal v3.1.3

ionicons v7.0.0

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

react-dom v18.2.0

react-router v5.3.4

react-router-dom v5.3.4

rxjs v7.8.2

rxjs-hooks v0.8.0-alpha.0

uuid v11.1.0

Transitive Dependencies

@adobe/css-tools v4.4.2

@auth0/auth0-spa-js v2.1.3

@babel/code-frame v7.26.2

@babel/core v7.26.9

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

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

@babel/preset-env v7.26.9

@babel/runtime v7.26.9

@capacitor/cli v7.0.1

@cypress/request v3.0.8

@cypress/xvfb v1.2.4

@eslint-community/eslint-utils v4.4.1

@eslint-community/regexpp v4.12.1

@eslint/config-array v0.19.2

@eslint/core v0.12.0

@eslint/eslintrc v3.3.0

@eslint/js v9.21.0

@eslint/plugin-kit v0.2.7

@humanfs/node v0.16.6

@humanwhocodes/module-importer v1.0.1

@humanwhocodes/retry v0.4.2

@ionic/cli-framework-output v2.2.8

@ionic/core v8.4.3

@ionic/utils-subprocess v3.0.1

@ionic/utils-terminal v2.3.5

@jridgewell/source-map v0.3.6

@parcel/watcher v2.5.1

@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

@testing-library/jest-dom v5.17.0

@testing-library/react v14.3.1

@testing-library/user-event v14.6.1

@types/aria-query v5.0.4

@types/babel__core v7.20.5

@types/chai v4.3.20

@types/chai-subset v1.3.6

@types/estree v1.0.6

@types/history v4.7.11

@types/json-schema v7.0.15

@types/node v22.13.9

@types/plist v3.0.5

@types/prop-types v15.7.14

@types/react v18.3.18

@types/react-dom v18.3.5

@types/sinonjs__fake-timers v8.1.1

@types/sizzle v2.3.9

@types/testing-library__jest-dom v5.14.9

@types/ws v8.18.1

@typescript-eslint/eslint-plugin v8.26.0

@typescript-eslint/parser v8.26.0

@typescript-eslint/utils v8.26.0

@vitejs/plugin-legacy v5.4.3

@vitejs/plugin-react v4.3.4

@vitest/expect v0.34.6

@vitest/runner v0.34.6

@vitest/snapshot v0.34.6

@vitest/spy v0.34.6

@vitest/utils v0.34.6

abab v2.0.6

acorn v8.14.1

acorn-walk v8.3.4

ajv v6.12.6

arch v2.2.0

aria-query v5.3.0

array-includes v3.1.8

array.prototype.findlast v1.2.5

array.prototype.flatmap v1.3.3

array.prototype.tosorted v1.1.4

blob-util v2.0.2

bluebird v3.7.2

browserslist v4.24.4

browserslist-to-esbuild v2.1.1

buffer v5.7.1

cac v6.7.14

cachedir v2.4.0

chai v4.5.0

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

chokidar v4.0.3

ci-info v4.1.0

cli-cursor v3.1.0

cli-table3 v0.6.5

commander v12.1.0

common-tags v1.8.2

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

css.escape v1.5.1

cssstyle v3.0.0

csstype v3.1.3

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

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

decimal.js v10.5.0

doctrine v2.1.0

dom-accessibility-api v0.5.16

domexception v4.0.0

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

es-iterator-helpers v1.2.1

esbuild v0.20.2

escape-string-regexp v4.0.0

eslint v9.21.0

eslint-plugin-react v7.37.4

eslint-plugin-react-hooks v5.2.0

eslint-plugin-react-refresh v0.4.19

eslint-scope v8.2.0

eslint-visitor-keys v4.2.0

espree v10.3.0

esquery v1.6.0

estraverse v5.3.0

esutils v2.0.3

eventemitter2 v6.4.7

execa v4.1.0

executable v4.1.1

extract-zip v2.0.1

figures v3.2.0

file-entry-cache v8.0.0

find-up v5.0.0

form-data v4.0.2

fs-extra v11.3.0

fsevents v2.3.3

getos v3.2.1

glob-parent v6.0.2

globals v15.15.0

hasown v2.0.2

history v4.10.1

hoist-non-react-statics v3.3.2

html-encoding-sniffer v3.0.0

http-proxy-agent v5.0.0

https-proxy-agent v5.0.1

ignore v5.3.2

immutable v5.1.3

imurmurhash v0.1.4

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

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

jsdom v22.1.0

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

jsx-ast-utils v3.3.5

kleur v4.1.5

lazy-ass v1.6.0

listr2 v3.14.0

local-pkg v0.4.3

lodash v4.17.21

lodash.merge v4.6.2

log-symbols v4.1.0

loose-envify v1.4.0

lz-string v1.5.0

magic-string v0.30.17

minimatch v3.1.2

minimist v1.2.8

native-run v2.0.1

natural-compare v1.4.0

nwsapi v2.2.18

object.entries v1.1.8

object.fromentries v2.0.8

object.values v1.2.1

open v8.4.2

optionator v0.9.4

ospath v1.2.2

parse5 v7.2.1

path-to-regexp v1.9.0

pathe v1.1.2

picocolors v1.1.1

plist v3.1.0

postcss v8.5.3

pretty-bytes v5.6.0

pretty-format v27.5.1

process v0.11.10

prompts v2.4.2

prop-types v15.8.1

proxy-from-env v1.0.0

react-is v16.13.1

react-refresh v0.14.2

redent v3.0.0

regenerator-runtime v0.14.1

request-progress v3.0.0

resolve v2.0.0-next.5

rimraf v6.0.1

rollup v4.34.9

rrweb-cssom v0.6.0

sass v1.89.2

saxes v6.0.0

scheduler v0.23.2

semver v7.7.1

source-map-js v1.2.1

source-map-support v0.5.21

std-env v3.8.1

string.prototype.matchall v4.0.12

string.prototype.repeat v1.0.0

strip-literal v1.3.0

supports-color v8.1.1

symbol-tree v3.2.4

systemjs v6.15.1

tar v6.2.1

terser v5.39.0

tiny-invariant v1.3.3

tiny-warning v1.0.3

tinybench v2.9.0

tinypool v0.7.0

tmp v0.2.3

tough-cookie v4.1.4

tree-kill v1.2.2

tslib v2.8.1

typescript v5.8.2

typescript-eslint v8.26.0

untildify v4.0.0

use-constant v1.1.1

use-sync-external-store v1.4.0

vite v5.2.14

vite-node v0.34.6

vitest v0.34.6

w3c-xmlserializer v4.0.0

webidl-conversions v7.0.0

whatwg-encoding v2.0.0

whatwg-mimetype v3.0.0

whatwg-url v12.0.1

why-is-node-running v2.3.0

ws v8.18.1

xml-name-validator v4.0.0

xml2js v0.6.2

xmlbuilder v15.1.1

yauzl v2.10.0


Report generated by PXL OSS Scanner


pxl-node-display Dependencies

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

Summary

Type Count
Direct Dependencies 6
Transitive Dependencies 0
Total 6

License Distribution

License Count
MIT 5
Apache-2.0 1

Direct Dependencies

@types/yargs v17.0.33

body-parser v1.20.3

express v4.21.2

piixel v1.0.1

typescript v5.5.3

yargs v17.7.2

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.