License information for ANGEL React software
Here you find information and license notices for third-party software packages and open source software used in the ANGEL React software or during its creation.
Here you find information and license notices for third-party software packages and open source software used in the ANGEL React software or during its creation.
A cross platform library that allows you to call for standard user dialogs from a shared/portable library. Supports Android, iOS, and UWP
Author: Allan Ritchie
Website: https://github.com/aritchie/userdialogs
License: MIT (http://opensource.org/licenses/mit-license)
This is a flexible TableView specialized in settings for Android / iOS.
Author: kamu
Website: https://github.com/muak/AiForms.SettingsView
License: MIT (http://opensource.org/licenses/mit-license)
AndHUD is a Progress / HUD library for Android which allows you to easily add amazing HUDs to your app!
Author: Redth
Website: https://github.com/Redth/AndHUD
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Bluetooth Low Energy API for multiple core stacks (iOS and Android) and various dongles (Windows).
Author: Arendi
Website: http://code.arendi.ch/Arendi.BleLibrary/13.1.0/Documentation/
License: MIT (http://opensource.org/licenses/mit-license)
Arendi.BleLibrary extension component for Android phones.
Author: Arendi
Website: http://code.arendi.ch/Arendi.BleLibrary/13.1.0/Documentation/
License: MIT (http://opensource.org/licenses/mit-license)
This library provides higher level classes that can be optionally used on top of the core component of the Arendi.BleLibrary.
Author: Arendi
Website: http://code.arendi.ch/Arendi.BleLibrary/13.1.0/Documentation/
License: MIT (http://opensource.org/licenses/mit-license)
Arendi.DotNETLibrary – Core
Author: Arendi
Website: http://code.arendi.ch/Arendi.DotNETLibrary/6.3.1/Documentation/
License: MIT (http://opensource.org/licenses/mit-license)
Collection of various helper functions for Android.
Author: Arendi
Website: http://code.arendi.ch/Arendi.DotNETLibrary/4.5.0/Documentation/Android/
License: MIT (http://opensource.org/licenses/mit-license)
Bring the power of Rx to collections using Dynamic Data.
Author: Roland Pheasant
Website: http://dynamic-data.org/
License: MIT (http://opensource.org/licenses/mit-license)
FastAndroidCamera makes it possible to use the Android.Hardware.Camera API as efficiently in C# as using the underlying android.hardware.Camera API in Java. No additional byte arrays are created, and no additional buffer copies are needed.
Author: James Athey
Website: https://github.com/jamesathey/FastAndroidCamera
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
When using dependency injection and async-await pattern it is possible to end up with an interface with a method that returns a Task. If this interface method is used in a synchronous method there is a likelihood that it will erroneously be run as a fire and forget method. In this situation this analyser generates a warning.
Author: Morten Hartlev Lindhart, Alessandro Losi, Joris Vergeer
Website: https://github.com/ykoksen/unused-task-warning
License: MIT (http://opensource.org/licenses/mit-license)
This package contains the basic functionalities that all App Center services use to communicate with the backend.
Author: Microsoft
Website: https://aka.ms/telgml
License: MIT (http://opensource.org/licenses/mit-license)
This package contains functionalities to collect session, device properties, events etc… for your application.
Author: Microsoft
Website: https://aka.ms/telgml
License: MIT (http://opensource.org/licenses/mit-license)
This package contains functionalities to collect crash reports for your application.
Author: Microsoft
Website: https://aka.ms/telgml
License: MIT (http://opensource.org/licenses/mit-license)
.NET Compiler Platform (“Roslyn”) code style analyzers for C#.
Author: Microsoft
Website: https://github.com/dotnet/roslyn
License: MIT (http://opensource.org/licenses/mit-license)
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.
Author: Microsoft
Website: https://dot.net/
License: Microsoft .NET Library License (https://dotnet.microsoft.com/en/dotnet_library_license.htm)
A set of standard .NET APIs that are prescribed to be used and supported together.
Author: Microsoft
Website: https://dot.net/
License: MIT (http://opensource.org/licenses/mit-license)
Json.NET is a popular high-performance JSON framework for .NET
Author: James Newton-King
Website: https://www.newtonsoft.com/json
License: MIT (http://opensource.org/licenses/mit-license)
A helper library for the Task-Based Asynchronous Pattern (TAP).
Author: Stephen Cleary
Website: https://github.com/StephenCleary/AsyncEx
License: MIT (http://opensource.org/licenses/mit-license)
A single-threaded async-compatible context.
Author: Stephen Cleary
Website: https://github.com/StephenCleary/AsyncEx
License: MIT (http://opensource.org/licenses/mit-license)
Asynchronous coordination primitives.
Author: Stephen Cleary
Website: https://github.com/StephenCleary/AsyncEx
License: MIT (http://opensource.org/licenses/mit-license)
Task wrappers for WaitHandles.
Author: Stephen Cleary
Website: https://github.com/StephenCleary/AsyncEx
License: MIT (http://opensource.org/licenses/mit-license)
Interfaces and utility methods for combining async with OOP.
Author: Stephen Cleary
Website: https://github.com/StephenCleary/AsyncEx
License: MIT (http://opensource.org/licenses/mit-license)
Common helper methods for tasks as used in asynchronous programming.
Author: Stephen Cleary
Website: https://github.com/StephenCleary/AsyncEx
License: MIT (http://opensource.org/licenses/mit-license)
Helper types for working with cancellation tokens and sources.
Author: Stephen Cleary
Website: https://github.com/StephenCleary/Cancellation
License: MIT (http://opensource.org/licenses/mit-license)
A double-ended queue.
Author: Stephen Cleary
Website: https://github.com/StephenCleary/Deque
License: MIT (http://opensource.org/licenses/mit-license)
IDisposable and IAsyncDisposable helper types.
Author: Stephen Cleary
Website: https://github.com/StephenCleary/Disposables
License: MIT (http://opensource.org/licenses/mit-license)
NLog is a logging platform for .NET with rich log routing and management capabilities.
Author: Jarek Kowalski,Kim Christensen,Julian Verdurmen
Website: https://nlog-project.org/
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Author: Claire Novotny
Website: https://www.bouncycastle.org/csharp/
License: MIT (http://opensource.org/licenses/mit-license)
A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. This is the base package with the base platform implementations
Author: .NET Foundation and Contributors
Website: https://reactiveui.net/
License: MIT (http://opensource.org/licenses/mit-license)
Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties.
Author: .NET Foundation and Contributors
Website: https://reactiveui.net/
License: MIT (http://opensource.org/licenses/mit-license)
Contains the ReactiveUI platform specific extensions for Xamarin Forms
Author: .NET Foundation and Contributors
Website: https://reactiveui.net/
License: MIT (http://opensource.org/licenses/mit-license)
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google’s Skia Graphics Library.
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=868515
License: MIT (http://opensource.org/licenses/mit-license)
This package adds many additional features and utilities for use with SkiaSharp.
Author: Xamarin Inc.
Website: https://github.com/mono/SkiaSharp.Extended
License: MIT (http://opensource.org/licenses/mit-license)
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google’s Skia Graphics Library.
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=868515
License: MIT (http://opensource.org/licenses/mit-license)
This package adds support for reading SVG files into SkiaSharp.
Author: Xamarin Inc.
Website: https://github.com/mono/SkiaSharp.Extended
License: MIT (http://opensource.org/licenses/mit-license)
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=868515
License: MIT (http://opensource.org/licenses/mit-license)
SkiaSharp for Xamarin.Forms is a set of views that can be used to draw on the screen.
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=868515
License: MIT (http://opensource.org/licenses/mit-license)
A library to make things cross-platform that should be.
Author: .NET Foundation and Contributors
Website: https://github.com/reactiveui/splat/
License: MIT (http://opensource.org/licenses/mit-license)
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.
Author: Microsoft
Website: https://github.com/dotnet/corefx
License: MIT (http://opensource.org/licenses/mit-license)
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications.
Author: Microsoft
Website: https://dot.net/
License: MIT (http://opensource.org/licenses/mit-license)
Reactive Extensions (Rx) for .NET
Author: .NET Foundation and Contributors
Website: https://github.com/dotnet/reactive
License: MIT (http://opensource.org/licenses/mit-license)
Reactive Extensions (Rx) for .NET – v3 compatibility facade for
Author: .NET Foundation and Contributors
Website: https://github.com/dotnet/reactive
License: MIT (http://opensource.org/licenses/mit-license)
Reactive Extensions (Rx) for .NET – v3 compatibility facade for
Author: .NET Foundation and Contributors
Website: https://github.com/dotnet/reactive
License: MIT (http://opensource.org/licenses/mit-license)
Reactive Extensions (Rx) for .NET – v3 compatibility facade for
Author: .NET Foundation and Contributors
Website: https://github.com/dotnet/reactive
License: MIT (http://opensource.org/licenses/mit-license)
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
Author: Microsoft
Website: https://dot.net/
License: MIT (http://opensource.org/licenses/mit-license)
Provides classes that support interoperation between managed code and the Windows Runtime, and that enable the creation of Windows Runtime types with managed code.
Author: Microsoft
Website: https://dot.net/
License: Microsoft .NET Library License (https://dotnet.microsoft.com/en/dotnet_library_license.htm)
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.
Author: Microsoft
Website: https://github.com/dotnet/runtime
License: MIT (http://opensource.org/licenses/mit-license)
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Author: Microsoft
Website: https://dot.net/
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – activity artifact=androidx.activity:activity artifact_versioned=androidx.activity:activity:1.2.4
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – annotation artifact=androidx.annotation:annotation artifact_versioned=androidx.annotation:annotation:1.3.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – annotation-experimental artifact=androidx.annotation:annotation-experimental artifact_versioned=androidx.annotation:annotation-experimental:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – appcompat artifact=androidx.appcompat:appcompat artifact_versioned=androidx.appcompat:appcompat:1.3.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – appcompat-resources artifact=androidx.appcompat:appcompat-resources artifact_versioned=androidx.appcompat:appcompat-resources:1.3.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – appcompat-resources
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – core-common artifact=androidx.arch.core:core-common artifact_versioned=androidx.arch.core:core-common:2.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – core-runtime artifact=androidx.arch.core:core-runtime artifact_versioned=androidx.arch.core:core-runtime:2.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – asynclayoutinflater artifact=androidx.asynclayoutinflater:asynclayoutinflater artifact_versioned=androidx.asynclayoutinflater:asynclayoutinflater:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – browser artifact=androidx.browser:browser artifact_versioned=androidx.browser:browser:1.3.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – cardview artifact=androidx.cardview:cardview artifact_versioned=androidx.cardview:cardview:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – collection artifact=androidx.collection:collection artifact_versioned=androidx.collection:collection:1.2.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – concurrent-futures artifact=androidx.concurrent:concurrent-futures artifact_versioned=androidx.concurrent:concurrent-futures:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – constraintlayout artifact=androidx.constraintlayout:constraintlayout artifact_versioned=androidx.constraintlayout:constraintlayout:2.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – constraintlayout-core artifact=androidx.constraintlayout:constraintlayout-core artifact_versioned=androidx.constraintlayout:constraintlayout-core:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – coordinatorlayout artifact=androidx.coordinatorlayout:coordinatorlayout artifact_versioned=androidx.coordinatorlayout:coordinatorlayout:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – core artifact=androidx.core:core artifact_versioned=androidx.core:core:1.6.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – cursoradapter artifact=androidx.cursoradapter:cursoradapter artifact_versioned=androidx.cursoradapter:cursoradapter:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – customview artifact=androidx.customview:customview artifact_versioned=androidx.customview:customview:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – documentfile artifact=androidx.documentfile:documentfile artifact_versioned=androidx.documentfile:documentfile:1.0.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – drawerlayout artifact=androidx.drawerlayout:drawerlayout artifact_versioned=androidx.drawerlayout:drawerlayout:1.1.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – dynamicanimation artifact=androidx.dynamicanimation:dynamicanimation artifact_versioned=androidx.dynamicanimation:dynamicanimation:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – fragment artifact=androidx.fragment:fragment artifact_versioned=androidx.fragment:fragment:1.3.6
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – interpolator artifact=androidx.interpolator:interpolator artifact_versioned=androidx.interpolator:interpolator:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – legacy-support-core-ui artifact=androidx.legacy:legacy-support-core-ui artifact_versioned=androidx.legacy:legacy-support-core-ui:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – legacy-support-core-utils artifact=androidx.legacy:legacy-support-core-utils artifact_versioned=androidx.legacy:legacy-support-core-utils:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – legacy-support-v4 artifact=androidx.legacy:legacy-support-v4 artifact_versioned=androidx.legacy:legacy-support-v4:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – lifecycle-common artifact=androidx.lifecycle:lifecycle-common artifact_versioned=androidx.lifecycle:lifecycle-common:2.4.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – lifecycle-livedata artifact=androidx.lifecycle:lifecycle-livedata artifact_versioned=androidx.lifecycle:lifecycle-livedata:2.3.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – lifecycle-livedata-core artifact=androidx.lifecycle:lifecycle-livedata-core artifact_versioned=androidx.lifecycle:lifecycle-livedata-core:2.3.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – lifecycle-runtime artifact=androidx.lifecycle:lifecycle-runtime artifact_versioned=androidx.lifecycle:lifecycle-runtime:2.4.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – lifecycle-service artifact=androidx.lifecycle:lifecycle-service artifact_versioned=androidx.lifecycle:lifecycle-service:2.3.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – lifecycle-viewmodel artifact=androidx.lifecycle:lifecycle-viewmodel artifact_versioned=androidx.lifecycle:lifecycle-viewmodel:2.3.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – lifecycle-viewmodel-savedstate artifact=androidx.lifecycle:lifecycle-viewmodel-savedstate artifact_versioned=androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – loader artifact=androidx.loader:loader artifact_versioned=androidx.loader:loader:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – localbroadcastmanager artifact=androidx.localbroadcastmanager:localbroadcastmanager artifact_versioned=androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – media artifact=androidx.media:media artifact_versioned=androidx.media:media:1.4.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – mediarouter artifact=androidx.mediarouter:mediarouter artifact_versioned=androidx.mediarouter:mediarouter:1.2.5
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – navigation-common artifact=androidx.navigation:navigation-common artifact_versioned=androidx.navigation:navigation-common:2.3.5
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – navigation-runtime artifact=androidx.navigation:navigation-runtime artifact_versioned=androidx.navigation:navigation-runtime:2.3.5
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – navigation-ui artifact=androidx.navigation:navigation-ui artifact_versioned=androidx.navigation:navigation-ui:2.3.5
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – palette artifact=androidx.palette:palette artifact_versioned=androidx.palette:palette:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – preference artifact=androidx.preference:preference artifact_versioned=androidx.preference:preference:1.1.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – print artifact=androidx.print:print artifact_versioned=androidx.print:print:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – recyclerview artifact=androidx.recyclerview:recyclerview artifact_versioned=androidx.recyclerview:recyclerview:1.2.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – room-common artifact=androidx.room:room-common artifact_versioned=androidx.room:room-common:2.3.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – room-runtime artifact=androidx.room:room-runtime artifact_versioned=androidx.room:room-runtime:2.3.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – savedstate artifact=androidx.savedstate:savedstate artifact_versioned=androidx.savedstate:savedstate:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – slidingpanelayout artifact=androidx.slidingpanelayout:slidingpanelayout artifact_versioned=androidx.slidingpanelayout:slidingpanelayout:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – sqlite artifact=androidx.sqlite:sqlite artifact_versioned=androidx.sqlite:sqlite:2.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – sqlite-framework artifact=androidx.sqlite:sqlite-framework artifact_versioned=androidx.sqlite:sqlite-framework:2.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – startup-runtime artifact=androidx.startup:startup-runtime artifact_versioned=androidx.startup:startup-runtime:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – swiperefreshlayout artifact=androidx.swiperefreshlayout:swiperefreshlayout artifact_versioned=androidx.swiperefreshlayout:swiperefreshlayout:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – tracing artifact=androidx.tracing:tracing artifact_versioned=androidx.tracing:tracing:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – transition artifact=androidx.transition:transition artifact_versioned=androidx.transition:transition:1.4.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – vectordrawable artifact=androidx.vectordrawable:vectordrawable artifact_versioned=androidx.vectordrawable:vectordrawable:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – vectordrawable-animated artifact=androidx.vectordrawable:vectordrawable-animated artifact_versioned=androidx.vectordrawable:vectordrawable-animated:1.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – versionedparcelable artifact=androidx.versionedparcelable:versionedparcelable artifact_versioned=androidx.versionedparcelable:versionedparcelable:1.1.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – viewpager artifact=androidx.viewpager:viewpager artifact_versioned=androidx.viewpager:viewpager:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – viewpager2 artifact=androidx.viewpager2:viewpager2 artifact_versioned=androidx.viewpager2:viewpager2:1.0.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – work-runtime artifact=androidx.work:work-runtime artifact_versioned=androidx.work:work-runtime:2.7.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Support for downloading and unpacking archives when building MSBuild projects
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=865061
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Essentials: a kit of essential API’s for your apps
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=868960
License: MIT (http://opensource.org/licenses/mit-license)
Build native UIs for iOS, Android, UWP, macOS, Tizen and many more from a single, shared C# codebase
Author: Microsoft
Website: http://xamarin.com/forms
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for AndroidX – material artifact=com.google.android.material:material artifact_versioned=com.google.android.material:material:1.4.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=2113238
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android bindings for Google Guava ListenableFuture
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=865028
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android Bindings for Google Play Services – Auth 118.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=865364
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android Bindings for Google Play Services – Auth.Api.Phone 117.4.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=865435
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android Bindings for Google Play Services – Auth.Base 117.1.0
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=865435
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android Bindings for Google Play Services – Base 117.2.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=865435
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android Bindings for Google Play Services – Basement 117.2.1
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=865435
License: MIT (http://opensource.org/licenses/mit-license)
Xamarin.Android Bindings for Google Play Services – Tasks 117.0.2
Author: Microsoft
Website: https://go.microsoft.com/fwlink/?linkid=865435
License: MIT (http://opensource.org/licenses/mit-license)
ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.
Author: Michael Jahn
Website: https://github.com/micjahn/ZXing.Net/
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.
Author: Redth
Website: http://github.com/Redth/ZXing.Net.Mobile
License: MIT (http://opensource.org/licenses/mit-license)
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, Tizen and Windows Universal (UWP). The goal of ZXing.Net.Mobile is to make scanning barcodes as effortless and painless as possible in your own applications.
Author: Redth
Website: http://github.com/Redth/ZXing.Net.Mobile
License: MIT (http://opensource.org/licenses/mit-license)
The official Node client library for the Mailchimp Marketing API
Author:
Website: https://github.com/mailchimp/mailchimp-marketing-node
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Loads environment variables from .env file
Author:
Website:
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
elegant & feature rich browser / node HTTP with a fluent API
Author: TJ Holowaychuk, Kornel Lesiński, Peter Lyons, Hunter Loftis
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Event emitter
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
simple persistent cookiejar system
Author: bradleymeck
Website:
License: MIT (http://opensource.org/licenses/mit-license)
small debugging utility
Author: TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Tiny millisecond conversion utility
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Port of jQuery.extend for node.js and the browser
Author: Stefan Thomas, Jordan Harband
Website:
License: MIT (http://opensource.org/licenses/mit-license)
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
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Minimal async jobs utility library, with streams support
Author: Alex Indigo
Website: https://github.com/alexindigo/asynckit#readme
License: MIT (http://opensource.org/licenses/mit-license)
A stream that emits multiple other streams one after another.
Author: Felix Geisendörfer
Website: https://github.com/felixge/node-combined-stream
License: MIT (http://opensource.org/licenses/mit-license)
Buffers events from a stream until you are ready to handle them.
Author: Felix Geisendörfer, Mike Atkins
Website: https://github.com/felixge/node-delayed-stream
License: MIT (http://opensource.org/licenses/mit-license)
The ultimate javascript content-type utility.
Author: Douglas Christopher Wilson, Jeremiah Senkpiel, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Media Type Database
Author: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
Website:
License: MIT (http://opensource.org/licenses/mit-license)
(DEPRECATED! Install formidable@v2) A node.js module for parsing form data, especially file uploads.
Author:
Website: https://github.com/node-formidable/formidable
License: MIT (http://opensource.org/licenses/mit-license)
HTTP methods that node supports
Author: Douglas Christopher Wilson, Jonathan Ong, TJ Holowaychuk
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A comprehensive library for mime-type mapping
Author: Robert Kieffer, Benjamin Thomas
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A querystring parser that supports nesting and arrays, with a depth limit
Author: Jordan Harband
Website: https://github.com/ljharb/qs
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Store information about any JS value in a side channel. Uses WeakMap if available.
Author: Jordan Harband
Website: https://github.com/ljharb/side-channel#readme
License: MIT (http://opensource.org/licenses/mit-license)
Robustly `.call.bind()` a function
Author: Jordan Harband
Website: https://github.com/ljharb/call-bind#readme
License: MIT (http://opensource.org/licenses/mit-license)
Implementation of Function.prototype.bind
Author: Raynos, Raynos, Jordan Harband
Website: https://github.com/Raynos/function-bind
License: MIT (http://opensource.org/licenses/mit-license)
Get and robustly cache all JS language-level intrinsics at first require time
Author: Jordan Harband
Website: https://github.com/ljharb/get-intrinsic#readme
License: MIT (http://opensource.org/licenses/mit-license)
Determine if the JS environment has Symbol support. Supports spec, or shams.
Author: Jordan Harband, Jordan Harband
Website: https://github.com/ljharb/has-symbols#readme
License: MIT (http://opensource.org/licenses/mit-license)
Object.prototype.hasOwnProperty.call shortcut
Author: Thiago de Arruda, Jordan Harband
Website: https://github.com/tarruda/has
License: MIT (http://opensource.org/licenses/mit-license)
string representations of objects in node and the browser
Author: James Halliday
Website: https://github.com/inspect-js/object-inspect
License: MIT (http://opensource.org/licenses/mit-license)
Streams3, a user-land copy of the stream library from Node.js
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
The `util.is*` functions introduced in Node v0.12.
Author: Isaac Z. Schlueter
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Browser-friendly inheritance fully compatible with standard node.js inherits()
Author:
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Array#isArray for older browsers
Author: Julian Gruber
Website: https://github.com/juliangruber/isarray
License: MIT (http://opensource.org/licenses/mit-license)
process.nextTick but always with args
Author:
Website: https://github.com/calvinmetcalf/process-nextick-args
License: MIT (http://opensource.org/licenses/mit-license)
Safer Node.js Buffer API
Author: Feross Aboukhadijeh
Website: https://github.com/feross/safe-buffer
License: MIT (http://opensource.org/licenses/mit-license)
The string_decoder module from Node core
Author:
Website: https://github.com/nodejs/string_decoder
License: MIT (http://opensource.org/licenses/mit-license)
The Node.js `util.deprecate()` function with browser support
Author: Nathan Rajlich
Website: https://github.com/TooTallNate/util-deprecate
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@axios)
Author: Kamil Mysliwiec
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@common)
Author: Kamil Mysliwiec
Website: https://nestjs.com
License: MIT (http://opensource.org/licenses/mit-license)
Promise based HTTP client for the browser and node.js
Author: Matt Zabriskie, Matt Zabriskie, Nick Uraltsev, Jay, Dmitriy Mozgovoy, Emily Morehouse, Rubén Norte, Justin Beckwith, Martti Laine, Xianming Zhong, Rikki Gibson, Remco Haszing, Yasu Flores, Ben Carp
Website: https://axios-http.com
License: MIT (http://opensource.org/licenses/mit-license)
HTTP and HTTPS modules that follow redirects.
Author: Ruben Verborgh, Olivier Lalonde, James Talmage
Website: https://github.com/follow-redirects/follow-redirects
License: MIT (http://opensource.org/licenses/mit-license)
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
Website:
License: MIT (http://opensource.org/licenses/mit-license)
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
Website: https://github.com/Rob–W/proxy-from-env#readme
License: MIT (http://opensource.org/licenses/mit-license)
Polyfill for Metadata Reflection API
Author: Ron Buckton
Website: http://rbuckton.github.io/reflect-metadata
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Reactive Extensions for modern JavaScript
Author: Ben Lesh, Ben Lesh, Paul Taylor, Jeff Cross, Matthew Podwysocki, OJ Kwon, Andre Staltz
Website: https://rxjs.dev
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors
Author: TypeStack contributors
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Decorator-based property validation for classes.
Author: TypeStack contributors
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Array methods for ES6 Iterators
Author: Felix Becker
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Runtime library for TypeScript helper functions
Author: Microsoft Corp.
Website: https://www.typescriptlang.org/
License: BSD Zero Clause License (https://opensource.org/licenses/0BSD)
A tiny (130B to 205B) and fast utility to randomize unique IDs of fixed length
Author: Luke Edwards
Website:
License: MIT (http://opensource.org/licenses/mit-license)
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Author: Luke Edwards
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@core)
Author: Kamil Mysliwiec
Website: https://nestjs.com
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@platform-express)
Author: Kamil Mysliwiec
Website: https://nestjs.com
License: MIT (http://opensource.org/licenses/mit-license)
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Terminal string styling done right
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
ANSI escape codes for styling strings in the terminal
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Plain color conversion functions
Author: Heather Arthur
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A list of color names and its values
Author: DY
Website: https://github.com/colorjs/color-name
License: MIT (http://opensource.org/licenses/mit-license)
Detect whether a terminal supports color
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Check if argv has a specific flag
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Elegant Console Logger for Node.js and Browser
Author: Pooya Parsa
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A light-weight module that brings window.fetch to node.js
Author: David Frank
Website: https://github.com/bitinn/node-fetch
License: MIT (http://opensource.org/licenses/mit-license)
An implementation of the WHATWG URL Standard’s URL API and parsing machinery
Author: Sebastian Mayr
Website:
License: MIT (http://opensource.org/licenses/mit-license)
An implementation of the Unicode TR46 spec
Author: Sebastian Mayr
Website: https://github.com/Sebmaster/tr46.js#readme
License: MIT (http://opensource.org/licenses/mit-license)
Implements the WebIDL algorithms for converting to and from JavaScript values
Author: Domenic Denicola
Website:
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
Safely and quickly serialize JavaScript objects
Author: David Mark Clements, Ruben Bridgewater, Matteo Collina, Ben Gourley, Gabriel Lesperance, Alex Liu, Christoph Walcher, Nicholas Young
Website: https://github.com/davidmarkclements/fast-safe-stringify#readme
License: MIT (http://opensource.org/licenses/mit-license)
Express style path to RegExp utility
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@jwt)
Author: Kamil Mysliwiec
Website:
License: MIT (http://opensource.org/licenses/mit-license)
TypeScript definitions for jsonwebtoken
Author: Maxime LUCE, Daniel Heim, Brice BERNARD, Veli-Pekka Kestilä, Daniel Parker, Kjell Dießel, Robert Gajda, Nico Flaig, Linus Unnebäck, Ivan Sieder, Piotr Błażejewicz, Nandor Kraszlan
Website: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken
License: MIT (http://opensource.org/licenses/mit-license)
TypeScript definitions for Node.js
Author: Microsoft TypeScript, DefinitelyTyped, Alberto Schiabel, Alvis HT Tang, Andrew Makarov, Benjamin Toueg, Chigozirim C., David Junger, Deividas Bakanas, Eugene Y. Q. Shen, Hannes Magnusson, Huw, Kelvin Jin, Klaus Meinhardt, Lishude, Mariusz Wiktorczyk, Mohsen Azimi, Nicolas Even, Nikita Galkin, Parambir Singh, Sebastian Silbermann, Seth Westphal, Simon Schick, Thomas den Hollander, Wilco Bakker, wwwy3y3, Samuel Ainsworth, Kyle Uehlein, Thanik Bhongbhibhat, Marcin Kopacz, Trivikram Kamat, Junxiao Shi, Ilia Baryshnikov, ExE Boss, Piotr Błażejewicz, Anna Henningsen, Victor Perin, Yongsheng Zhang, NodeJS Contributors, Linus Unnebäck, wafuwafu13
Website: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
License: MIT (http://opensource.org/licenses/mit-license)
JSON Web Token implementation (symmetric and asymmetric)
Author: auth0
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Implementation of JSON Web Signatures
Author: Brian J Brennan
Website:
License: MIT (http://opensource.org/licenses/mit-license)
JWA implementation (supports all JWS algorithms)
Author: Brian J. Brennan
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Constant-time comparison of Buffers
Author: GoInstant Inc., a salesforce.com company
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenation
Author: D2L Corporation
Website: https://github.com/Brightspace/node-ecdsa-sig-formatter#readme
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Safer Node.js Buffer API
Author: Feross Aboukhadijeh
Website: https://github.com/feross/safe-buffer
License: MIT (http://opensource.org/licenses/mit-license)
Lodash modular utilities.
Author: John-David Dalton, John-David Dalton, Mathias Bynens
Website: https://lodash.com/
License: MIT (http://opensource.org/licenses/mit-license)
The semantic version parser used by npm.
Author: GitHub Inc.
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
A cache object that deletes the least-recently-used items.
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Yet Another Linked List
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Nest – modern, fast, powerful node.js web framework (@mongoose)
Author: Kamil Mysliwiec
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Mongoose MongoDB ODM
Author: Guillermo Rauch
Website: https://mongoosejs.com
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@passport)
Author: Kamil Mysliwiec
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Simple, unobtrusive authentication for Node.js.
Author: Jared Hanson
Website: https://www.passportjs.org/
License: MIT (http://opensource.org/licenses/mit-license)
Node.js body parsing middleware
Author: Douglas Christopher Wilson, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Utility to parse a string bytes to bytes and vice-versa
Author: TJ Holowaychuk, Jed Watson, Théo FIDRY
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Create and parse HTTP Content-Type header
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
small debugging utility
Author: TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Tiny milisecond conversion utility
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Deprecate all the things
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
destroy a stream if possible
Author: Jonathan Ong, Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Create HTTP error objects
Author: Jonathan Ong, Alan Plum, Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A small polyfill for Object.setprototypeof
Author: Wes Todd
Website: https://github.com/wesleytodd/setprototypeof
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
HTTP status utility
Author: Douglas Christopher Wilson, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Convert a string of words to a JavaScript identifier
Author: Douglas Christopher Wilson, Douglas Christopher Wilson, Nick Baugh
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Convert character encodings in pure javascript.
Author: Alexander Shtuchkin
Website: https://github.com/ashtuchkin/iconv-lite
License: MIT (http://opensource.org/licenses/mit-license)
Modern Buffer API polyfill without footguns
Author: Nikita Skovoroda
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Execute a callback when a request closes, finishes, or errors
Author: Douglas Christopher Wilson, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
return the first event in a set of ee/event pairs
Author: Jonathan Ong, Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A querystring parser that supports nesting and arrays, with a depth limit
Author: Jordan Harband
Website: https://github.com/ljharb/qs
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Get and validate the raw body of a readable stream.
Author: Jonathan Ong, Douglas Christopher Wilson, Raynos
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Unpipe a stream from all destinations
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Infer the content-type of a request.
Author: Douglas Christopher Wilson, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Simple RFC 6838 media type parser and formatter
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Node.js CORS middleware
Author: Troy Goode
Website:
License: MIT (http://opensource.org/licenses/mit-license)
ES2015 `Object.assign()` ponyfill
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Manipulate the HTTP Vary header
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Fast, unopinionated, minimalist web framework
Author: TJ Holowaychuk, Aaron Heckmann, Ciaran Jessup, Douglas Christopher Wilson, Guillermo Rauch, Jonathan Ong, Roman Shtylman, Young Jae Sim
Website: http://expressjs.com/
License: MIT (http://opensource.org/licenses/mit-license)
Higher-level content negotiation
Author: Douglas Christopher Wilson, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
HTTP content negotiation
Author: Douglas Christopher Wilson, Federico Romero, Isaac Z. Schlueter
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Flatten an array of nested arrays into a single flat array
Author: Blake Embrey
Website: https://github.com/blakeembrey/array-flatten
License: MIT (http://opensource.org/licenses/mit-license)
Create and parse Content-Disposition header
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Sign and unsign cookies
Author: TJ Holowaychuk
Website:
License: MIT (http://opensource.org/licenses/mit-license)
HTTP server cookie parsing and serialization
Author: Roman Shtylman, Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Encode a URL to a percent-encoded form, excluding already-encoded sequences
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Escape string for use in HTML
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Create simple HTTP ETags
Author: Douglas Christopher Wilson, David Björklund
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Node.js final http responder
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
parse a url with memoization
Author: Douglas Christopher Wilson, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
HTTP response freshness testing
Author: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Merge objects using descriptors
Author: Jonathan Ong, Douglas Christopher Wilson, Mike Grabowski
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Express style path to RegExp utility
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Determine address of proxied request
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Parse HTTP X-Forwarded-For header
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
Author: whitequark
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Range header field string parser
Author: TJ Holowaychuk, Douglas Christopher Wilson, James Wyatt Cready, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Better streaming static file server with Range and conditional-GET support
Author: TJ Holowaychuk, Douglas Christopher Wilson, James Wyatt Cready, Jesús Leganés Combarro
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Tiny millisecond conversion utility
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Serve static files
Author: Douglas Christopher Wilson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
merge() utility function
Author: Jared Hanson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Middleware for handling `multipart/form-data`.
Author: Hage Yaapa, Jaret Pfluger, Linus Unnebäck
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Author: Linus Unnebäck
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A streaming parser for HTML form data for node.js
Author: Brian White
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Streaming Boyer-Moore-Horspool searching for node.js
Author: Brian White
Website:
License: MIT (http://opensource.org/licenses/mit-license)
writable stream that concatenates strings or binary data and calls a callback with the result
Author: Max Ogden
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
TypedArray polyfill for old browsers
Author: James Halliday
Website: https://github.com/substack/typedarray
License: MIT (http://opensource.org/licenses/mit-license)
Recursively mkdir, like `mkdir -p`
Author: James Halliday
Website:
License: MIT (http://opensource.org/licenses/mit-license)
parse argument options
Author: James Halliday
Website: https://github.com/substack/minimist
License: MIT (http://opensource.org/licenses/mit-license)
extend like a boss
Author: Raynos, Jake Verbaten, Matt Esch
Website: https://github.com/Raynos/xtend
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@schedule)
Author: Kamil Mysliwiec
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Cron jobs for your node
Author: Nick Campbell, Romain Beauxis, James Padolsey, Finn Herpich, Clifton Cunningham, Eric Abouaf, humanchimp, Craig Condon, Dan Bear, Vadim Baryshev, Leandro Ferrari, Gregg Zigler, Jordan Abderrachid, Masakazu Matsushita, Christopher Lunt
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Immutable date wrapper
Author: Isaac Cambron
Website:
License: MIT (http://opensource.org/licenses/mit-license)
RFC4122 (v1, v4, and v5) UUIDs
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@swagger)
Author: Kamil Mysliwiec
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Nest – modern, fast, powerful node.js web framework (@mapped-types)
Author: Kamil Mysliwiec
Website:
License: MIT (http://opensource.org/licenses/mit-license)
YAML 1.2 parser and serializer
Author: Vladimir Zapparov, Aleksey V Zapparov, Vitaly Puzrin, Martin Grenfell
Website:
License: MIT (http://opensource.org/licenses/mit-license)
CLI arguments parser. Native port of python’s argparse.
Author:
Website:
License: Python-2.0 ()
Author: , Anna Bodnia, Buu Nguyen, Josh Ponelat, Kyle Shockey, Robert Barnwell, Sahar Jafari
Website:
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
NestJS module for Prometheus
Author: Will Soto
Website:
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Client for prometheus
Author: Simon Nyberg
Website: https://github.com/siimon/prom-client
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
A bcrypt library for NodeJS.
Author: Nick Campbell, Antonio Salazar Cardozo, Van Nguyen, David Trejo, Ben Glow, NewITFarmer.com, Alfred Westerveld, Vincent Côté-Roy, Lloyd Hilaiel, Roman Shtylman, Vadim Graboys, Ben Noorduis, Nate Rajlich, Sean McArthur, Fanie Oosthuysen, Amitosh Swain Mahapatra, Corbin Crutchley, Nicola Del Gobbo
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Node.js native addon binary install tool
Author: Dane Springmeyer
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Node.js module to detect the C standard library (libc) implementation family and version
Author: Lovell Fuller, Niklas Salmoukas
Website:
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
An HTTP(s) proxy `http.Agent` implementation for HTTPS
Author: Nathan Rajlich
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Turn a function into an `http.Agent` instance
Author: Nathan Rajlich
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Lightweight debugging utility for Node.js and the browser
Author: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Make a directory and its parents if needed – Think `mkdir -p`
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
The semantic version parser used by npm.
Author:
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Like ruby’s abbrev module, but in js
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
logger for npm
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Keep track of the overall completion of many disparate processes
Author: GitHub Inc.
Website: https://github.com/npm/are-we-there-yet
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
delegate methods and accessors to another property
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Streams3, a user-land copy of the stream library from Node.js
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.
Author: Rebecca Turner
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
A terminal based horizontal guage
Author: Rebecca Turner
Website: https://github.com/npm/gauge
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
A ridiculously light-weight argument validator (now browser friendly)
Author: Rebecca Turner
Website: https://github.com/iarna/aproba
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
A module which will endeavor to guess your terminal’s level of color support.
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Try to guess if your terminal supports unicode
Author: Rebecca Turner
Website: https://github.com/iarna/has-unicode
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
when you want to fire an event no matter how a process exits.
Author: Ben Coe
Website: https://github.com/tapjs/signal-exit
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Get the visual width of a string – the number of columns required to display it
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Author: Mathias Bynens
Website: https://mths.be/emoji-regex
License: MIT (http://opensource.org/licenses/mit-license)
Check if the character represented by a given Unicode code point is fullwidth
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Strip ANSI escape codes from a string
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A wide-character aware text alignment function for use on the console or with fixed width fonts.
Author: Rebecca Turner
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
set blocking stdio and stderr ensuring that terminal output does not truncate
Author: Ben Coe
Website: https://github.com/yargs/set-blocking#readme
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
A deep deletion module for node (like `rm -rf`)
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
tar for node
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
like `chown -R`
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
fs read and write streams based on minipass
Author: Isaac Z. Schlueter
Website: https://github.com/npm/fs-minipass#readme
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
minimal implementation of a PassThrough stream
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js’s zlib binding.
Author: Isaac Z. Schlueter
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Recursively mkdir, like `mkdir -p`
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Node.js API (Node-API)
Author: Abhishek Kumar Singh, Alba Mendez, András Timár, Dr, Andrew Petersen, Anisha Rohra, Anna Henningsen, Arnaud Botella, Arunesh Chandra, Azlan Mukhtar, Ben Berman, Benjamin Byholm, Bill Gallafent, blagoev, Bruce A. MacNaughton, Cory Mickelson, Daniel Bevenius, Darshan Sen, David Halls, Dmitry Ashkadov, Dongjin Na, Ferdinand Holzer, Eric Bickle, Gabriel Schulhof, Guenter Sandner, Gus Caplan, Helio Frota, Hitesh Kanwathirtha, ikokostya, Jack Xia, Jake Barnes, Jake Yoon, Jason Ginchereau, Jeroen Janssen, Jim Schlight, Jinho Bang, José Expósito, joshgarde, Kasumi Hanazuki, Kelvin, Kevin Eady, Kévin VOYER, kidneysolo, Koki Nishihara, Konstantin Tarkus, Kyle Farnung, legendecas, LongYinan, Lovell Fuller, Luciano Martorella, mastergberry, Mathias Küsel, Matteo Collina, Michael Dawson, Michael Price, Michele Campus, Mikhail Cheshkov, nempoBu4, Nicola Del Gobbo, Nick Soggin, Nikolai Vavilov, Nurbol Alpysbayev, pacop, Philipp Renoth, Rolf Timmermans, Ross Weir, Ryuichi Okumura, Sampson Gao, Sam Roberts, Taylor Woll, Thomas Gentilhomme, Tim Rach, Tobias Nießen, Tux3, Vlad Velmisov, Yohei Kishimoto, Yulong Wang, Ziqiu Zhao
Website: https://github.com/nodejs/node-addon-api
License: MIT (http://opensource.org/licenses/mit-license)
TypeScript definitions for validator.js
Author: tgfjt, Ilya Mochalov, Ayman Nedjmeddine, Louay Alakkad, Bonggyun Lee, Naoto Yokoyama, Philipp Katz, Jace Warren, Munif Tanjim, Vlad Poluch, Piotr Błażejewicz, Matteo Nista
Website: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/validator
License: MIT (http://opensource.org/licenses/mit-license)
A simpler (and smaller) rewrite of Google Android’s libphonenumber library in javascript
Author: catamphetamine
Website: https://gitlab.com/catamphetamine/libphonenumber-js#readme
License: MIT (http://opensource.org/licenses/mit-license)
String validation and sanitization
Author: Chris O’Hara, Anthony Nandaa
Website: https://github.com/validatorjs/validator.js
License: MIT (http://opensource.org/licenses/mit-license)
deep cloning of objects and arrays
Author: Paul Vorbach, Blake Miner, Tian You, George Stagas, Tobiasz Cudnik, Pavel Lang, Dan MacTough, w1nk, Hugh Kennedy, Dustin Diaz, Ilya Shaisultanov, Nathan MacInnes, Benjamin E. Coe, Nathan Zadoks, Róbert Oroszi, Aurélio A. Heckert, Guy Ellis, fscherwi, rictic, Martin Jurča, Misery Lee, Clemens Wolff
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Loads environment variables from .env file
Author:
Website:
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
ESLint plugin to ensure that files begin with given comment
Author: Stuart Knightley
Website:
License: MIT (http://opensource.org/licenses/mit-license)
An AST-based pattern checker for JavaScript.
Author: Nicholas C. Zakas
Website: https://eslint.org
License: MIT (http://opensource.org/licenses/mit-license)
The legacy ESLintRC config file format for ESLint
Author: Nicholas C. Zakas
Website: https://github.com/eslint/eslintrc#readme
License: MIT (http://opensource.org/licenses/mit-license)
Another JSON Schema Validator
Author: Evgeny Poberezkin
Website: https://github.com/ajv-validator/ajv
License: MIT (http://opensource.org/licenses/mit-license)
Fast deep equal
Author: Evgeny Poberezkin
Website: https://github.com/epoberezkin/fast-deep-equal#readme
License: MIT (http://opensource.org/licenses/mit-license)
deterministic `JSON.stringify()` – a faster version of substack’s json-stable-strigify without jsonify
Author: James Halliday
Website: https://github.com/epoberezkin/fast-json-stable-stringify
License: MIT (http://opensource.org/licenses/mit-license)
Traverse JSON Schema passing each schema object to callback
Author: Evgeny Poberezkin
Website: https://github.com/epoberezkin/json-schema-traverse#readme
License: MIT (http://opensource.org/licenses/mit-license)
An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.
Author: Gary Court
Website: https://github.com/garycourt/uri-js
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
An Esprima-compatible JavaScript parser built on Acorn
Author: Nicholas C. Zakas
Website: https://github.com/eslint/espree
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
Global identifiers from different JavaScript environments
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Author: kael
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Import a module while bypassing the cache
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
a glob matcher in javascript
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Strip comments from JSON. Lets you use comments in your JSON files!
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Glob-based configuration matching.
Author: Nicholas C. Zakas
Website: https://github.com/humanwhocodes/config-array#readme
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
An object schema merger/validator
Author: Nicholas C. Zakas
Website: https://github.com/humanwhocodes/object-schema#readme
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Author: Mathias Bynens, Mathias Bynens
Website: https://mths.be/punycode
License: MIT (http://opensource.org/licenses/mit-license)
Cross platform child_process#spawn and child_process#spawnSync
Author: André Cruz
Website: https://github.com/moxystudio/node-cross-spawn
License: MIT (http://opensource.org/licenses/mit-license)
Get the PATH environment variable key cross-platform
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Get the command from a shebang
Author: Kevin Mårtensson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Regular expression for matching a shebang line
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Like which(1) unix command. Find the first instance of an executable in the PATH.
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Minimal module to check if a file is executable.
Author: Isaac Z. Schlueter
Website: https://github.com/isaacs/isexe#readme
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
JSDoc parser
Author:
Website: https://github.com/eslint/doctrine
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
utility box for ECMAScript language tools
Author:
Website: https://github.com/estools/esutils
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
Escape RegExp special characters
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
ECMAScript scope analyzer for ESLint
Author:
Website: http://github.com/eslint/eslint-scope
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
ECMAScript AST recursive visitor
Author:
Website: https://github.com/estools/esrecurse
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
ECMAScript JS AST traversal functions
Author:
Website: https://github.com/estools/estraverse
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
Utilities for ESLint plugins.
Author: Toru Nagashima
Website: https://github.com/mysticatea/eslint-utils#readme
License: MIT (http://opensource.org/licenses/mit-license)
Constants and utilities about visitor keys to traverse AST.
Author: Toru Nagashima
Website: https://github.com/eslint/eslint-visitor-keys#readme
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Constants and utilities about visitor keys to traverse AST.
Author: Toru Nagashima
Website: https://github.com/eslint/eslint-visitor-keys#readme
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Modern, fast React.js JSX parser
Author:
Website: https://github.com/acornjs/acorn-jsx
License: MIT (http://opensource.org/licenses/mit-license)
ECMAScript parser
Author:
Website: https://github.com/acornjs/acorn
License: MIT (http://opensource.org/licenses/mit-license)
A query library for ECMAScript AST using a CSS selector like query language.
Author: Joel Feenstra
Website: https://github.com/estools/esquery/
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
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: Roy Riojas
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A stupidly simple key/value storage using files to persist some data
Author: Roy Riojas
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A super light and fast circular JSON parser.
Author: Andrea Giammarchi
Website: https://github.com/WebReflection/flatted#readme
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
A fully persistent balanced binary search tree
Author: Mikola Lysenko
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Extract the non-magic parent path from a glob string.
Author: Gulp Team, Elan Shanker, Blaine Bublitz
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
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 better user experience.
Author: Jon Schlinkert, Brian Woodward, Daniel Perez, Jon Schlinkert
Website: https://github.com/micromatch/is-glob
License: MIT (http://opensource.org/licenses/mit-license)
A collection of essential TypeScript types
Author: Sindre Sorhus
Website:
License: (MIT OR CC0-1.0) ()
Get the path of the parent module
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Get callsites from the V8 stack trace API
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Resolve the path of a module like `require.resolve()` but from a given path
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
An incremental implementation of MurmurHash3
Author: Jens Taylor
Website: https://github.com/jensyt/imurmurhash-js
License: MIT (http://opensource.org/licenses/mit-license)
Returns true if a string has an extglob.
Author: Jon Schlinkert
Website: https://github.com/jonschlinkert/is-extglob
License: MIT (http://opensource.org/licenses/mit-license)
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Author: James Halliday
Website: https://github.com/samn/json-stable-stringify
License: MIT (http://opensource.org/licenses/mit-license)
Light ECMAScript (JavaScript) Value Notation – human written, concise, typed, flexible
Author: George Zahariev
Website: https://github.com/gkz/levn
License: MIT (http://opensource.org/licenses/mit-license)
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
Author: George Zahariev
Website: http://preludels.com
License: MIT (http://opensource.org/licenses/mit-license)
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
Author: George Zahariev
Website: https://github.com/gkz/type-check
License: MIT (http://opensource.org/licenses/mit-license)
The Lodash method `_.merge` exported as a module.
Author: John-David Dalton, John-David Dalton, Mathias Bynens
Website: https://lodash.com/
License: MIT (http://opensource.org/licenses/mit-license)
Brace expansion as known from sh/bash
Author: Julian Gruber
Website: https://github.com/juliangruber/brace-expansion
License: MIT (http://opensource.org/licenses/mit-license)
Match balanced character pairs, like “{” and “}”
Author: Julian Gruber
Website: https://github.com/juliangruber/balanced-match
License: MIT (http://opensource.org/licenses/mit-license)
concatenative mapdashery
Author: James Halliday
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Author: Lauri Rooden
Website:
License: MIT (http://opensource.org/licenses/mit-license)
option parsing and help generation
Author: George Zahariev
Website: https://github.com/gkz/optionator
License: MIT (http://opensource.org/licenses/mit-license)
node’s assert.deepEqual algorithm except for NaN being equal to NaN
Author: Thorsten Lorenz
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Efficient implementation of Levenshtein algorithm with locale-specific collator support.
Author: Ramesh Nair
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Wrap words to a specified length.
Author: Jon Schlinkert, Danilo Sampaio, Fede Ramirez, Joe Hildebrand, Jon Schlinkert, Todd Kennedy, Waldemar Reusch, Wolfgang Faust, Zach Hale
Website: https://github.com/jonschlinkert/word-wrap
License: MIT (http://opensource.org/licenses/mit-license)
Regular expression parser for ECMAScript.
Author: Toru Nagashima
Website: https://github.com/mysticatea/regexpp#readme
License: MIT (http://opensource.org/licenses/mit-license)
Regular expression for matching ANSI escape codes
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
borderless text tables with alignment
Author: James Halliday
Website: https://github.com/substack/text-table
License: MIT (http://opensource.org/licenses/mit-license)
Require hook for automatic V8 compile cache persistence
Author: Andres Suarez
Website:
License: MIT (http://opensource.org/licenses/mit-license)
help secure Express/Connect apps with various HTTP headers
Author: Adam Baldwin, Evan Hahn, Ameen Abdeen
Website: https://helmetjs.github.io/
License: MIT (http://opensource.org/licenses/mit-license)
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
Author: whitequark
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A bson parser for node.js and the browser
Author: The MongoDB NodeJS Team
Website:
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Node.js Buffer API, for the browser
Author: Feross Aboukhadijeh, Romain Beauxis, James Halliday
Website: https://github.com/feross/buffer
License: MIT (http://opensource.org/licenses/mit-license)
Base64 encoding/decoding in pure JS
Author: T. Jameson Little
Website: https://github.com/beatgammit/base64-js
License: MIT (http://opensource.org/licenses/mit-license)
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Author: Feross Aboukhadijeh, Romain Beauxis
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Next-generation take on pre/post function hooks
Author: Valeri Karpov
Website:
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
The official MongoDB driver for Node.js
Author: The MongoDB NodeJS Team
Website: https://github.com/mongodb/node-mongodb-native
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Author: Invertase, Mike Diarmid (Salakar)
Website: https://docs.page/invertase/denque
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
MongoDB connection strings, based on the WhatWG URL API
Author:
Website: https://github.com/mongodb-js/mongodb-connection-string-url
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
TypeScript definitions for whatwg-url
Author: Alexander Marks, ExE Boss
Website: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/whatwg-url
License: MIT (http://opensource.org/licenses/mit-license)
TypeScript definitions for webidl-conversions
Author: ExE Boss
Website: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webidl-conversions
License: MIT (http://opensource.org/licenses/mit-license)
An implementation of the WHATWG URL Standard’s URL API and parsing machinery
Author: Sebastian Mayr
Website:
License: MIT (http://opensource.org/licenses/mit-license)
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
Author: Sebastian Mayr, Timothy Gu
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Implements the WebIDL algorithms for converting to and from JavaScript values
Author: Domenic Denicola
Website:
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.
Author: Dmitry Tsvettsikh
Website: https://github.com/reklatsmasters/saslprep#readme
License: MIT (http://opensource.org/licenses/mit-license)
Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
Author: Mathias Buus
Website: https://github.com/mafintosh/sparse-bitfield
License: MIT (http://opensource.org/licenses/mit-license)
Access memory using small fixed sized buffers
Author: Mathias Buus
Website: https://github.com/mafintosh/memory-pager
License: MIT (http://opensource.org/licenses/mit-license)
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
Author: Josh Glazebrook, castorw
Website: https://github.com/JoshGlazebrook/socks/
License: MIT (http://opensource.org/licenses/mit-license)
Author: Fedor Indutny
Website: https://github.com/indutny/node-ip
License: MIT (http://opensource.org/licenses/mit-license)
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Author: Josh Glazebrook, syvita
Website: https://github.com/JoshGlazebrook/smart-buffer/
License: MIT (http://opensource.org/licenses/mit-license)
{G,S}et object values using MongoDB-like path notation
Author: Aaron Heckmann
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Expressive query building for MongoDB
Author: Aaron Heckmann
Website: https://github.com/aheckmann/mquery/
License: MIT (http://opensource.org/licenses/mit-license)
MongoDB query filtering in JavaScript
Author: Craig Condon
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A tiny (116 bytes), secure URL-friendly unique string ID generator
Author: Andrey Sitnik
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A Nest module wrapper for winston
Author: Marco Polichetti
Website: https://github.com/gremo/nest-winston#readme
License: MIT (http://opensource.org/licenses/mit-license)
A logger for just about everything.
Author: Charlie Robbins
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A plugin for nodemailer that uses express-handlebars view engine to generate emails
Author: Vadim Kazakov
Website: https://github.com/yads/nodemailer-express-handlebars
License: MIT (http://opensource.org/licenses/mit-license)
A Handlebars view engine for Express which doesn’t suck.
Author: Eric Ferraiuolo
Website: https://github.com/express-handlebars/express-handlebars
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
a little globber
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Use node’s fs.realpath, but fall back to the JS implementation if the native one fails
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Add callbacks to requests in flight to avoid async duplication
Author: Isaac Z. Schlueter
Website: https://github.com/isaacs/inflight
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
a glob matcher in javascript
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Brace expansion as known from sh/bash
Author: Julian Gruber
Website: https://github.com/juliangruber/brace-expansion
License: MIT (http://opensource.org/licenses/mit-license)
Run a function exactly one time
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
A drop-in replacement for fs, making various improvements.
Author:
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
Author: Yehuda Katz
Website: http://www.handlebarsjs.com/
License: MIT (http://opensource.org/licenses/mit-license)
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
Author:
Website: https://github.com/suguru03/neo-async
License: MIT (http://opensource.org/licenses/mit-license)
Generates and consumes source maps
Author: Nick Fitzgerald, Tobias Koppers, Duncan Beevers, Stephen Crane, Ryan Seddon, Miles Elam, Mihai Bazon, Michael Ficarra, Todd Wolfson, Alexander Solovyov, Felix Gnass, Conrad Irwin, usrbincc, David Glasser, Chase Douglas, Evan Wallace, Heather Arthur, Hugh Kennedy, David Glasser, Simon Lydell, Jmeas Smith, Michael Z Goddard, azu, John Gozde, Adam Kirkton, Chris Montgomery, J. Ryan Stinnett, Jack Herrington, Chris Truter, Daniel Espeset, Jamie Wong, Eddy Bruël, Hawken Rives, Gilad Peleg, djchie, Gary Ye, Nicolas Lalevée
Website: https://github.com/mozilla/source-map
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
JavaScript parser, mangler/compressor and beautifier toolkit
Author: Mihai Bazon
Website:
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
Wrap those words. Show them at what columns to start and stop.
Author: James Halliday
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Easy as cake e-mail sending from your Node.js applications
Author: Andris Reinman
Website: https://nodemailer.com/
License: MIT (http://opensource.org/licenses/mit-license)
Passport authentication strategy using JSON Web Tokens
Author: Mike Nicholson
Website: https://github.com/mikenicholson/passport-jwt
License: MIT (http://opensource.org/licenses/mit-license)
An abstract class implementing Passport’s strategy API.
Author: Jared Hanson
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Pause streams…
Author: TJ Holowaychuk
Website:
License: MIT (http://opensource.org/licenses/mit-license)
javascript implementation of Dunning’s T-Digest for streaming quantile approximation
Author: Will Welch
Website: https://github.com/welch/tdigest
License: MIT (http://opensource.org/licenses/mit-license)
Binary Search Trees
Author: Vadim Graboys
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Read the closest package.json file
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Find a file or directory by walking up parent directories
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Get the first path that exists on disk of multiple paths
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Get the first fulfilled promise that satisfies the provided testing function
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Run multiple promise-returning & async functions with limited concurrency
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
`Start a promise chain
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Check if a path exists
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Read a package.json file
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
TypeScript definitions for normalize-package-data
Author: Jeff Dickey
Website: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-package-data
License: MIT (http://opensource.org/licenses/mit-license)
Normalizes data that can be found in package.json files.
Author: Meryn Stol
Website:
License: Simplified BSD (http://opensource.org/licenses/bsd-license)
Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab
Author: Rebecca Turner
Website: https://github.com/npm/hosted-git-info
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
resolve like require.resolve() on behalf of files asynchronously and synchronously
Author: James Halliday
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Is this specifier a node.js core module?
Author: Jordan Harband
Website: https://github.com/inspect-js/is-core-module
License: MIT (http://opensource.org/licenses/mit-license)
Node.js path.parse() ponyfill
Author: Javier Blanco
Website: https://github.com/jbgutierrez/path-parse#readme
License: MIT (http://opensource.org/licenses/mit-license)
Determine if the current node version supports the `–preserve-symlinks` flag.
Author: Jordan Harband
Website: https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme
License: MIT (http://opensource.org/licenses/mit-license)
The semantic version parser used by npm.
Author:
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Give me a string and I’ll tell you if it’s a valid npm package license string
Author: Kyle E. Mitchell, Mark Stacey
Website:
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
correct invalid SPDX expressions
Author: Kyle E. Mitchell, Kyle E. Mitchell, Christian Zommerfelds, Tal Einat, Dan Butvinik
Website:
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
parse SPDX license expressions
Author: Kyle E. Mitchell
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A list of SPDX license identifiers
Author: Shinnosuke Watanabe
Website:
License: CC0-1.0 ()
list of SPDX standard license exceptions
Author: The Linux Foundation, Kyle E. Mitchell
Website:
License: CC-BY-3.0 ()
Parse JSON with more helpful errors
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Generate errors that contain a code frame that point to source locations.
Author: Sebastian McKenzie
Website: https://babeljs.io/
License: MIT (http://opensource.org/licenses/mit-license)
Syntax highlight JavaScript strings for output in terminals.
Author: The Babel Team
Website: https://babel.dev/docs/en/next/babel-highlight
License: MIT (http://opensource.org/licenses/mit-license)
Validate identifier/keywords name
Author: The Babel Team
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Terminal string styling done right
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
ANSI escape codes for styling strings in the terminal
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Plain color conversion functions
Author: Heather Arthur
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A list of color names and its values
Author: DY
Website: https://github.com/dfcreative/color-name
License: MIT (http://opensource.org/licenses/mit-license)
Escape RegExp special characters
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Detect whether a terminal supports color
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Check if argv has a specific flag
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A regex that tokenizes JavaScript.
Author: Simon Lydell
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Easy error subclassing and stack customization
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Determines if an object can be used as an array
Author: Qix
Website:
License: MIT (http://opensource.org/licenses/mit-license)
JSON.parse with context information on error
Author: Kat Marchán
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Maps lines and columns to character offsets and back.
Author: Brian Donovan
Website: https://github.com/eventualbuddha/lines-and-columns#readme
License: MIT (http://opensource.org/licenses/mit-license)
A collection of essential TypeScript types
Author: Sindre Sorhus
Website:
License: (MIT OR CC0-1.0) ()
A collection of essential TypeScript types
Author: Sindre Sorhus
Website:
License: (MIT OR CC0-1.0) ()
a little globber
Author: Isaac Z. Schlueter
Website:
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Callback wrapping utility
Author: Isaac Z. Schlueter
Website: https://github.com/npm/wrappy
License: ISC (http://en.wikipedia.org/wiki/ISC_license)
Node.js 0.12 path.isAbsolute() ponyfill
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Runtime library for TypeScript helper functions
Author: Microsoft Corp.
Website: https://www.typescriptlang.org/
License: BSD Zero Clause License (https://opensource.org/licenses/0BSD)
Swagger UI Express
Author: Stephen Scott
Website: https://github.com/scottie1984/swagger-ui-express
License: MIT (http://opensource.org/licenses/mit-license)
Fast, unopinionated, minimalist web framework
Author: TJ Holowaychuk, Aaron Heckmann, Ciaran Jessup, Douglas Christopher Wilson, Guillermo Rauch, Jonathan Ong, Roman Shtylman, Young Jae Sim
Website: http://expressjs.com/
License: MIT (http://opensource.org/licenses/mit-license)
Node.js body parsing middleware
Author: Douglas Christopher Wilson, Jonathan Ong
Website:
License: MIT (http://opensource.org/licenses/mit-license)
RFC4122 (v1, v4, and v5) UUIDs
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
A Winston transport for Grafana Loki
Author: Jani Anttonen
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Run some code when the process exits (supports async hooks and pm2 clustering)
Author: Tapani Moilanen, Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
btoa for Node.JS (it’s a one-liner)
Author: AJ ONeal
Website: https://git.coolaj86.com/coolaj86/btoa.js.git
License: (MIT OR Apache-2.0) ()
Protocol Buffers for JavaScript (& TypeScript).
Author: Daniel Wirtz
Website: https://protobufjs.github.io/protobuf.js/
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Returns a promise from a node-style callback function.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
A minimal base64 implementation for number arrays.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
A minimalistic code generation utility.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
A minimal event emitter.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Fetches the contents of a file accross node and browsers.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Requires a module only if available and hides the require call from bundlers.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
A minimal path module to resolve Unix, Windows and URL paths alike.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
A general purpose buffer pool.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
A minimal UTF8 implementation for number arrays.
Author: Daniel Wirtz
Website:
License: New BSD (http://opensource.org/licenses/BSD-3-Clause)
TypeScript definitions for long.js
Author: Peter Kooijmans
Website: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/long
License: MIT (http://opensource.org/licenses/mit-license)
TypeScript definitions for Node.js
Author: Microsoft TypeScript, DefinitelyTyped, Alberto Schiabel, Alvis HT Tang, Andrew Makarov, Benjamin Toueg, Chigozirim C., David Junger, Deividas Bakanas, Eugene Y. Q. Shen, Hannes Magnusson, Huw, Kelvin Jin, Klaus Meinhardt, Lishude, Mariusz Wiktorczyk, Mohsen Azimi, Nicolas Even, Nikita Galkin, Parambir Singh, Sebastian Silbermann, Simon Schick, Thomas den Hollander, Wilco Bakker, wwwy3y3, Samuel Ainsworth, Kyle Uehlein, Thanik Bhongbhibhat, Marcin Kopacz, Trivikram Kamat, Junxiao Shi, Ilia Baryshnikov, ExE Boss, Piotr Błażejewicz, Anna Henningsen, Victor Perin, Yongsheng Zhang, NodeJS Contributors, Linus Unnebäck, wafuwafu13, Matteo Collina
Website: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
License: MIT (http://opensource.org/licenses/mit-license)
A Long class for representing a 64-bit two’s-complement integer value.
Author: Daniel Wirtz
Website:
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Fastest Snappy compression library in Node.js
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Fastest Snappy compression library in Node.js
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Base stream implementations for winston@3 and up.
Author: Charlie Robbins
Website: https://github.com/winstonjs/winston-transport#readme
License: MIT (http://opensource.org/licenses/mit-license)
An mutable object-based log format designed for chaining & objectMode streams.
Author: Charlie Robbins
Website: https://github.com/winstonjs/logform#readme
License: MIT (http://opensource.org/licenses/mit-license)
Definitions of levels for logging purposes & shareable Symbol constants.
Author: Charlie Robbins
Website: https://github.com/winstonjs/triple-beam#readme
License: MIT (http://opensource.org/licenses/mit-license)
Tools for debugging your node.js modules and event loop
Author: Arnout Kazemier, Martijn Swaagman, Jarrett Cruger, Sevastos
Website: https://github.com/3rd-Eden/diagnostics
License: MIT (http://opensource.org/licenses/mit-license)
Generate HEX colors for a given namespace.
Author: Arnout Kazemier
Website: https://github.com/3rd-Eden/colorspace
License: MIT (http://opensource.org/licenses/mit-license)
Color conversion and manipulation with CSS string support
Author:
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Parser and generator for CSS color strings
Author: Heather Arthur, Maxime Thirouin, Dyma Ywanov, Josh Junon
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Simply swizzle your arguments
Author: Qix
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Determines if an object can be used as an array
Author: Qix
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Generate a hex color from the given text
Author: Arnout Kazemier
Website: https://github.com/3rd-Eden/text-hex
License: MIT (http://opensource.org/licenses/mit-license)
Check if a certain debug flag is enabled.
Author: Arnout Kazemier
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Color your terminal using CSS/hex color codes
Author: Arnout Kazemier
Website: https://github.com/3rd-Eden/kuler
License: MIT (http://opensource.org/licenses/mit-license)
Higher-order functions and common patterns for asynchronous code
Author: Caolan McMahon
Website: https://caolan.github.io/async/
License: MIT (http://opensource.org/licenses/mit-license)
Check if something is a Node.js stream
Author: Sindre Sorhus
Website:
License: MIT (http://opensource.org/licenses/mit-license)
get colors in your node.js console
Author: DABH, DABH
Website: https://github.com/DABH/colors.js
License: MIT (http://opensource.org/licenses/mit-license)
Date formatting and parsing
Author: Taylor Hakes
Website: https://github.com/taylorhakes/fecha
License: MIT (http://opensource.org/licenses/mit-license)
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Author: Ruben Bridgewater
Website: https://github.com/BridgeAR/safe-stable-stringify#readme
License: MIT (http://opensource.org/licenses/mit-license)
Run the supplied function exactly one time (once)
Author: Arnout Kazemier
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Extract names from functions
Author: Arnout Kazemier
Website: https://github.com/3rd-Eden/fn.name
License: MIT (http://opensource.org/licenses/mit-license)
Get v8 stack traces as an array of CallSite objects.
Author: Felix Geisendörfer
Website: https://github.com/felixge/node-stack-trace
License: MIT (http://opensource.org/licenses/mit-license)
Angular – animations integration with web-animations
Author: angular
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Angular – the core framework
Author: angular
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Runtime library for TypeScript helper functions
Author: Microsoft Corp.
Website: https://www.typescriptlang.org/
License: BSD Zero Clause License (https://opensource.org/licenses/0BSD)
Angular Material Component Development Kit
Author:
Website: https://github.com/angular/components#readme
License: MIT (http://opensource.org/licenses/mit-license)
Angular – commonly needed directives and services
Author: angular
Website:
License: MIT (http://opensource.org/licenses/mit-license)
HTML parser and serializer.
Author: Ivan Nikulin
Website: https://github.com/inikulin/parse5
License: MIT (http://opensource.org/licenses/mit-license)
Reactive Extensions for modern JavaScript
Author: Ben Lesh, Ben Lesh, Paul Taylor, Jeff Cross, Matthew Podwysocki, OJ Kwon, Andre Staltz
Website: https://rxjs.dev
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
Angular – the compiler library
Author: angular
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Zones for JavaScript
Author: Brian Ford
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Author:
Website: https://github.com/angular/flex-layout#readme
License: MIT (http://opensource.org/licenses/mit-license)
Angular – library for using Angular in a web browser
Author: angular
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Angular – directives and services for creating forms
Author: angular
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Angular Material
Author:
Website: https://github.com/angular/components#readme
License: MIT (http://opensource.org/licenses/mit-license)
Angular – library for using Angular in a web browser with JIT compilation
Author: angular
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Angular – the routing library
Author: angular
Website: https://github.com/angular/angular/tree/main/packages/router
License: MIT (http://opensource.org/licenses/mit-license)
Blob.js implements the W3C Blob interface in browsers that do not natively support it.
Author: Eli Grey
Website: https://github.com/bjornstar/blob-polyfill
License: MIT (http://opensource.org/licenses/mit-license)
The most popular front-end framework for developing responsive, mobile first projects on the web.
Author: The Bootstrap Authors, Twitter, Inc.
Website: https://getbootstrap.com/
License: MIT (http://opensource.org/licenses/mit-license)
The up-to-date and reliable Google’s libphonenumber package for node.js.
Author: Rui Marinho
Website: https://ruimarinho.github.io/google-libphonenumber/
License: (MIT AND Apache-2.0) ()
A JavaScript plugin for entering and validating international telephone numbers
Author: Jack O’Connor
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Native Angular Bootstrap Components
Author: Dmitriy Shekhovtsov
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Author: webcat12345
Website:
License: MIT (http://opensource.org/licenses/mit-license)
Toastr for Angular
Author:
Website: https://ngx-toastr.vercel.app
License: MIT (http://opensource.org/licenses/mit-license)
TypeScript is a language for application scale JavaScript development
Author: Microsoft Corp.
Website: https://www.typescriptlang.org/
License: Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)