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

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-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 a delimiter
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 Delimiter, a parser that emits data each time a specified byte sequence is received.

node-path-scurry 1.11.1
Dependencies: node-lru-cache@10.4.3 node-minipass@7.1.2
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/isaacs/path-scurry
Licenses: Expat
Build system: node
Synopsis: Yet another file traversal library.
Description:

Extremely high performant utility for building tools that read the file system, minimizing filesystem and path string munging operations to the greatest degree possible..

node-jsbn 1.1.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/andyperlitch/jsbn
Licenses: Expat
Build system: node
Synopsis: JavaScript BigNum library
Description:

This package is a port of Tom Wu's Big Integer library to 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-minimist 1.2.8
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/minimistjs/minimist
Licenses: Expat
Build system: node
Synopsis: Parse CLI arguments in Javascript
Description:

This package can scan for CLI flags and arguments in Javascript.

node-util-deprecate 1.0.2
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/TooTallNate/util-deprecate
Licenses: Expat
Build system: node
Synopsis: Node.js `util.deprecate()` function with browser support
Description:

This package provides the Node.js util.deprecate() function with browser support.

node-proper-lockfile 4.1.2
Dependencies: node-graceful-fs@4.2.10 node-retry@0.12.0 node-signal-exit@3.0.7
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/moxystudio/node-proper-lockfile
Licenses: Expat
Build system: node
Synopsis: Inter-process and inter-machine lockfile utility
Description:

This package provides an inter-process and inter-machine lockfile utility that works on a local or network file system.

node-serialport-parser-cctalk 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 for the ccTalk protocol
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 CCTalk, which emits packets for the ccTalk protocol (an open standard for currency detectors) as they are received.

node-ws 8.17.1
Dependencies: node-bufferutil@4.0.9 node-utf-8-validate@6.0.5
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/websockets/ws
Licenses: Expat
Build system: node
Synopsis: Simple WebSocket implementation for Node.js
Description:

This package provides a WebSocket client and server implementation.

node-path-key 4.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/sindresorhus/path-key
Licenses: Expat
Build system: node
Synopsis: Cross-platform utility to compute the PATH environment variable key
Description:

path-key provides an implementation to compute the particular cross-platform spellings of the PATH environment variable key.

node-vscode-l10n 0.0.18
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/Microsoft/vscode-l10n
Licenses: Expat
Build system: node
Synopsis: Helper library to assist in localizing VS Code subprocesses
Description:

This package provides a helper library to assist in localizing sub-processes spawned by VS Code extensions.

node-env-variable 0.0.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/bigpipe/env-variable
Licenses: Expat
Build system: node
Synopsis: Environment variables for Node with fallbacks
Description:

This package provides environment variables with process.env, window.name, location.hash and localStorage fallbacks.

node-isexe 2.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/isaacs/isexe
Licenses: ISC
Build system: node
Synopsis: Minimal module to check if a file is executable.
Description:

Minimal module to check if a file is executable, and a normal file. Uses fs.stat.

node-socks 2.8.3
Dependencies: node-ip-address@9.0.5 node-smart-buffer@4.2.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/JoshGlazebrook/socks
Licenses: Expat
Build system: node
Synopsis: SOCKS proxy client for Node.js
Description:

This package provides a SOCKS proxy client supporting SOCKS4, SOCKS4a, and SOCKS5 protocols.

node-global-gradle-clean 1.0.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/VarunBarad/global-gradle-clean
Licenses: Expat
Build system: node
Synopsis: Global Gradle Clean
Description:

Global Gradle Clean is a Node.js package used to clean all gradle projects under a given directory. It uses the gradle wrapper to execute the clean task of each project.

node-source-map 0.6.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/mozilla/source-map
Licenses: Modified BSD
Build system: node
Synopsis: Generates and consumes source maps
Description:

This is a library to generate and consume the source map format described here.

node-fastest-levenshtein 1.0.16
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/ka-weihe/fastest-levenshtein
Licenses: Expat
Build system: node
Synopsis: Fastest Levenshtein distance implementation in JS
Description:

Fastest JS/TS implemenation of Levenshtein distance. Measure the difference between two strings.

node-ip-address 9.0.5
Dependencies: node-jsbn@1.1.0 node-sprintf-js@1.1.3
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/beaugunderson/ip-address
Licenses: Expat
Build system: node
Synopsis: Library for parsing and manipulating IPv6 and IPv4 addresses
Description:

This package provides a library for parsing and manipulating IPv6 and IPv4 addresses in JavaScript.

node-serialport-parser-inter-byte-timeout 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 detect pauses in data
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 InterByteTimeout, a parser that emits data if there is a pause between packets for the specified amount of time.

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-dotenv 16.4.5
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/motdotla/dotenv
Licenses: FreeBSD
Build system: node
Synopsis: Loads environment variables from .env files
Description:

This package provides a zero-dependency module that loads environment variables from a .env file into process.env.

node-define-lazy-prop 2.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/sindresorhus/define-lazy-prop
Licenses: Expat
Build system: node
Synopsis: Define a lazily evaluated property on an object
Description:

This package provides a way to lazily evaluate properties on an object.

node-hereby 1.11.0
Dependencies: node-command-line-usage@6.1.3 node-fastest-levenshtein@1.0.16 node-minimist@1.2.8 node-picocolors@1.1.1 node-pretty-ms@8.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/jakebailey/hereby
Licenses: Expat
Build system: node
Synopsis: Simple task runner
Description:

Tasks are defined in Herebyfile.mjs. Exported tasks are available to run at the CLI, with support for export default.

node-escape-string-regexp 1.0.5
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 library takes a string and escapes the regex characters such that the string can be inserted into a regex expression without triggering any special characters.

Total packages: 32521