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

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-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-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-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-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-color-convert 1.9.3
Dependencies: node-color-name@1.1.3
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/Qix-/color-convert
Licenses: Expat
Build system: node
Synopsis: Plain color conversion functions
Description:

Color-convert is a color conversion library for JavaScript and node. It converts all ways between rgb, hsl, hsv, hwb, cmyk, ansi, ansi16, hex strings, and CSS keywords (will round to closest)

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-reduce-flatten 2.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/75lb/reduce-flatten
Licenses: Expat
Build system: node
Synopsis: Flatten an array into the supplied array
Description:

Isomorphic map-reduce function to flatten an array into the supplied array. Example > numbers = [ 1, 2, [ 3, 4 ], 5 ] > numbers.reduce(flatten, []) [ 1, 2, 3, 4, 5 ]

node-yaml 2.6.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://eemeli.org/yaml/
Licenses: ISC
Build system: node
Synopsis: JavaScript YAML parser and stringifier
Description:

This package provides a library for YAML. Supports both YAML 1.1 and YAML 1.2.

node-irc-colors 1.5.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/fent/irc-colors.js
Licenses: Expat
Build system: node
Synopsis: Node.js module providing color and formatting for IRC
Description:

node-irc-colors is a Node.js module that allows you to easily use colored output and formatting in IRC bots. It contains functions for colours as well as more complex formatting such as rainbows.

node-pretty-ms 8.0.0
Dependencies: node-parse-ms@3.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/sindresorhus/pretty-ms
Licenses: Expat
Build system: node
Synopsis: Milliseconds to humand readable string converter
Description:

Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`

node-brace-expansion 2.0.1
Dependencies: node-balanced-match@1.0.2
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 as known from sh/bash, in JavaScript
Description:

Return an array of all possible and valid expansions of str. If none are found, [str] is returned.

node-chalk 2.4.2
Dependencies: node-ansi-styles@3.2.1 node-supports-color@5.5.0 node-escape-string-regexp@1.0.5
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/chalk/chalk
Licenses: Expat
Build system: node
Synopsis: Terminal string styling library
Description:

Chalk comes with an easy to use composable API where you just chain and nest the styles you want.

node-readable-stream 3.6.0
Dependencies: node-util-deprecate@1.0.2 node-string-decoder@1.3.0 node-inherits@2.0.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/nodejs/readable-stream
Licenses: Expat
Build system: node
Synopsis: Node.js core streams for userland
Description:

readable-stream provides an implementation of Node.js core streams that behaves the same across different versions.

node-yauzl 2.10.0
Dependencies: node-buffer-crc32@0.2.13 node-fd-slicer@1.1.0 node-pend@1.2.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/thejoshwolfe/yauzl
Licenses: Expat
Build system: node
Synopsis: Yet another unzip library for node
Description:

This package provides an unzip library for Node.js that handles ZIP file reading with streaming support and proper handling of ZIP64 extensions.

node-typical 5.2.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/75lb/typical
Licenses: Expat
Build system: node
Synopsis: Type-checking library for Javascript
Description:

Isomorphic, functional type-checking for Javascript.

node-serialport 9.2.7
Dependencies: node-serialport-bindings@9.2.7 node-serialport-parser-delimiter@9.2.4 node-serialport-parser-readline@9.2.4 node-serialport-parser-regex@9.2.4 node-serialport-parser-ready@9.2.4 node-serialport-parser-inter-byte-timeout@9.2.4 node-serialport-parser-cctalk@9.2.4 node-serialport-parser-byte-length@9.2.4 node-serialport-stream@9.2.4 node-debug@4.3.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.js package to access serial ports
Description:

Node SerialPort is a modular suite of Node.js packages for accessing serial ports. This package is the recommended entry point for most projects. It combines a high-level Node.js stream interface with a useful default set of parsers and bindings.

node-crx3 1.1.3
Dependencies: node-minimist@1.2.8 node-pbf@3.2.1 node-yazl@2.5.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/ahwayakchih/crx3
Licenses: Modified BSD
Build system: node
Synopsis: Create CRXv3 browser extensions with Javascript
Description:

This package creates web extension files (CRXv3) for Chromium versions 64.0.3242 and above and all other browsers supporting the file format and API.

node-gyp-build 4.8.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/prebuild/node-gyp-build
Licenses: Expat
Build system: node
Synopsis: Build tool for native Node.js addons
Description:

This package provides a build tool that works with prebuild and node-gyp to compile native Node.js addons. It will try to load prebuilt binaries first, falling back to building from source.

node-signal-exit 3.0.7
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/tapjs/signal-exit
Licenses: ISC
Build system: node
Synopsis: Fire an event when a process exits
Description:

This package provides a way to fire an event when a process exits.

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-is-docker 2.2.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/sindresorhus/is-docker
Licenses: Expat
Build system: node
Synopsis: Check if the process is running inside a Docker container
Description:

This package provides a way to check if the process is running inside a Docker container.

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-https-proxy-agent 7.0.6
Dependencies: node-agent-base@7.1.3 node-debug@4.3.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/TooTallNate/proxy-agents
Licenses: Expat
Build system: node
Synopsis: HTTPS proxy HTTP.Agent implementation
Description:

This package provides an HTTP.Agent implementation that connects to a specified HTTP or HTTPS proxy server, and can be used with the built-in https module.

node-domelementtype 3.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/fb55/domelementtype
Licenses: FreeBSD
Build system: node
Synopsis: Node.js types for htmlparser2's DOM
Description:

This package contains the Node.js types for the Document Object Type (DOM) of htmlparser2.

Total packages: 72465