_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


node-brace-expansion 1.1.11
Dependencies: node-balanced-match@1.0.2 node-concat-map@0.0.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/juliangruber/brace-expansion
Licenses: Expat
Build system: node
Synopsis: Brace expansion for JavaScript
Description:

This package provides brace expansion as known from sh/bash, for JavaScript.

node-serialport-parser-readline 9.2.4
Dependencies: node-serialport-parser-delimiter@9.2.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://serialport.io
Licenses: Expat
Build system: node
Synopsis: Node SerialPort parser to split data on newlines
Description:

Node SerialPort is a modular suite of Node.js packages for accessing serial ports. The Guix package node-serialport provides the recommended high-level interface.

Parsers are used to take raw binary data and transform them into usable messages. This package provides Readline, a parser that emits data after a (configurable) newline delimiter is received.

node-source-map-support 0.5.21
Dependencies: node-buffer-from@1.1.2 node-source-map@0.6.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/evanw/node-source-map-support
Licenses: Expat
Build system: node
Synopsis: Fixes stack traces for files with source maps
Description:

This module provides source map support for stack traces in node via the V8 stack trace API. It uses the source-map module to replace the paths and line numbers of source-mapped files with their original paths and line numbers. The output mimics node's stack trace format with the goal of making every compile-to-JS language more of a first-class citizen. Source maps are completely general (not specific to any one language) so you can use source maps with multiple compile-to-JS languages in the same node process.

node-has-flag 3.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/sindresorhus/has-flag
Licenses: Expat
Build system: node
Synopsis: Check if argv has a specific flag
Description:

Check if argv has a specific flag Correctly stops looking after an -- argument terminator.

node-serialport-parser-regex 9.2.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://serialport.io
Licenses: Expat
Build system: node
Synopsis: Node SerialPort parser to split data on a regular expression
Description:

Node SerialPort is a modular suite of Node.js packages for accessing serial ports. The Guix package node-serialport provides the recommended high-level interface.

Parsers are used to take raw binary data and transform them into usable messages. This package provides Regex, a parser that uses a regular expression to split the incoming text.

node-wordwrapjs 4.0.1
Dependencies: node-reduce-flatten@2.0.0 node-typical@5.2.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/75lb/wordwrapjs
Licenses: Expat
Build system: node
Synopsis: Word-wrapping library for javascript
Description:

Word wrapping, with a few features. * force-break option * wraps hypenated words * multilingual - wraps any language that uses whitespace for word separation.

node-minimatch 9.0.5
Dependencies: node-brace-expansion@2.0.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/isaacs/minimatch
Licenses: ISC
Build system: node
Synopsis: A glob matcher in javascript.
Description:

A minimal matching utility. This is the matching library used internally by npm. It works by converting glob expressions into JavaScript RegExp objects.

node-picocolors 1.1.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/alexeyraspopov/picocolors
Licenses: ISC
Build system: node
Synopsis: Small and fast ANSI colors terminal output formatting library
Description:

The tiniest and the fastest library for terminal output formatting with ANSI colors. * No dependencies. * 14 times smaller and 2 times faster than chalk. * Used by popular tools like PostCSS, SVGO, Stylelint, and Browserslist. * Node.js v6+ & browsers support. Support for both CJS and ESM projects. * TypeScript type declarations included. * NO_COLOR friendly.

node-long-stack-traces 0.1.2
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/tlrobinson/long-stack-traces
Licenses: Expat
Build system: node
Synopsis: Long stacktraces implemented in user-land JavaScript
Description:

This package provides long stacktraces for V8 implemented in user-land JavaScript.

node-string-decoder 1.3.0
Dependencies: node-safe-buffer@5.2.1 node-inherits@2.0.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/nodejs/string_decoder
Licenses: Expat
Build system: node
Synopsis: Decode buffers while preserving multi-byte sequences
Description:

This package provides a user-land implementation of Node-core's string_decoder, which serves to decode buffers to strings so that the decoded string does not contain incomplete multibyte sequences.

node-addon-api 8.5.0
Dependencies: python@3.12.12 node-safe-buffer@5.2.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/nodejs/node-addon-api
Licenses: Expat
Build system: node
Synopsis: Node.js API (Node-API) header-only C++ wrappers
Description:

This module contains header-only C++ wrapper classes which simplify the use of the C based Node-API provided by Node.js when using C++. It provides a C++ object model and exception handling semantics with low overhead.

Node-API is an ABI stable C interface provided by Node.js for building native addons. It is intended to insulate native addons from changes in the underlying JavaScript engine and allow modules compiled for one version to run on later versions of Node.js without recompilation. The node-addon-api module, which is not part of Node.js, preserves the benefits of the Node-API as it consists only of inline code that depends only on the stable API provided by Node-API.

It is important to remember that other Node.js interfaces such as libuv (included in a project via #include <uv.h>) are not ABI-stable across Node.js major versions.

node-serialport-parser-ready 9.2.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://serialport.io
Licenses: Expat
Build system: node
Synopsis: Node SerialPort parser to wait for specified byte sequence
Description:

Node SerialPort is a modular suite of Node.js packages for accessing serial ports. The Guix package node-serialport provides the recommended high-level interface.

Parsers are used to take raw binary data and transform them into usable messages. This package provides Ready, a parser that waits for a specified sequence of ``ready'' bytes before emitting a ready event and emitting data events.

node-escape-string-regexp 4.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/sindresorhus/escape-string-regexp
Licenses: Expat
Build system: node
Synopsis: Escape RegExp special characters
Description:

This package provides a way to escape special characters in a string for use in a regular expression.

node-yazl 2.5.1
Dependencies: node-buffer-crc32@0.2.13
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/thejoshwolfe/yazl
Licenses: Expat
Build system: node
Synopsis: Yet another zip library for node
Description:

This package provides a zip library for Node. It follows the following principles:

  1. Don't block the JavaScript thread. Use and provide async APIs.

  2. Keep memory usage under control. Don't attempt to buffer entire files in RAM at once.

  3. Prefer to open input files one at a time than all at once.

node-end-of-stream 1.4.4
Dependencies: node-once@1.4.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/mafintosh/end-of-stream
Licenses: Expat
Build system: node
Synopsis: Call a callback when a stream has finished or errored
Description:

This package provides a way so that a callback is called when a readable/writable/duplex stream has completed or failed.

node-is-wsl 2.2.0
Dependencies: node-is-docker@2.2.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/sindresorhus/is-wsl
Licenses: Expat
Build system: node
Synopsis: Check if the process is running inside Windows Subsystem for Linux
Description:

This package provides a way to check if the process is running inside Windows Subsystem for Linux.

node-debug 4.3.4
Dependencies: node-ms@2.1.3
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/debug-js/debug
Licenses: Expat
Build system: node
Synopsis: Debugging utility for Node.js
Description:

The debug module exposes a function, which if called with a module name as argument provides a function that writes debug output to console.error under that module name. This output can be controlled in a more fine-grained manner by binding the DEBUG variable.

node-extract-zip 2.0.1
Dependencies: node-debug@4.3.4 node-get-stream@5.2.0 node-yauzl@2.10.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/maxogden/extract-zip
Licenses: FreeBSD
Build system: node
Synopsis: Unzip written in pure JavaScript
Description:

This package provides a cross-platform extraction utility for ZIP files, written entirely in JavaScript for Node.js.

node-safe-stable-stringify 2.4.3
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/BridgeAR/safe-stable-stringify
Licenses: Expat
Build system: node
Synopsis: Serialization of javascript objects
Description:

Safe, deterministic and fast serialization alternative to JSON.stringify. Gracefully handles circular structures and bigint instead of throwing. Optional custom circular values, deterministic behavior or strict JSON compatibility check.

node-protocol-buffers-schema 3.6.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/mafintosh/protocol-buffers-schema
Licenses: Expat
Build system: node
Synopsis: Protocol buffers schema parser written in Javascript
Description:

This package provides a protocol buffers schema parser written in Javascript.

node-boolbase 2.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/fb55/boolbase
Licenses: ISC
Build system: node
Synopsis: Two functions: One that returns true, one that returns false
Description:

This Node.js module provides two functions: one that returns true, one that returns false.

node-colors 1.4.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/Marak/colors.js
Licenses: Expat
Build system: node
Synopsis: Get colors in your Node.js console
Description:

This package provides a library for adding colors to Node.js console output.

node-irc 0.5.2
Dependencies: node-irc-colors@1.5.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/martynsmith/node-irc
Licenses: GPL 3+
Build system: node
Synopsis: IRC client library for Node.js
Description:

node-irc is an IRC client library for Node.js. It has functions for joining, parting, talking, and many other IRC commands.

node-mersenne 0.0.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://www.enchantedage.com/node-mersenne
Licenses: Modified BSD
Build system: node
Synopsis: Node.js module for generating Mersenne Twister random numbers
Description:

This package provides a node.js port of the Mersenne Twister random number generator.

Total packages: 72465