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

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

node-concat-map 0.0.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/ljharb/concat-map
Licenses: Expat
Build system: node
Synopsis: Concatenative map for JavaScript
Description:

This package provides a concatenative map for JavaScript.

node-retry 0.12.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/tim-kos/node-retry
Licenses: Expat
Build system: node
Synopsis: Retry strategies for failed operations in Node.js
Description:

This package provides retry strategies for retrying failed operations.

node-dprint-formatter 0.4.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/dprint/js-formatter
Licenses: Expat
Build system: node
Synopsis: Wasm formatter for dprint plugins
Description:

A JS formatter which uses WASM plugins for dprint.

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-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-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-serialport-binding-abstract 9.2.3
Dependencies: 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: Abstract base class for Node SerialPort bindings
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.

This package provides the AbstractBinding class, the base for all Node SerialPort bindings. You wouldn't use this class directly, but instead extend it to make a new binding for a different platform or underling technology.

node-far 0.0.7
Dependencies: node-oop@0.0.0-1.f9d87cd
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/felixge/node-far
Licenses: Expat
Build system: node
Synopsis: Node.js test runner
Description:

This package provides a simple test runner that finds and runs multiple node.js files, while providing useful information about output and exit codes.

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-array-back 4.0.2
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/75lb/array-back
Licenses: Expat
Build system: node
Synopsis: Isomorphic load-anywhere arrayify function
Description:

Takes any input and guarantees an array back.

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-tiddlywiki 5.3.6
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/TiddlyWiki/TiddlyWiki5#readme
Licenses: Modified BSD
Build system: node
Synopsis: Non-linear personal web notebook
Description:

TiddlyWiki is a unique non-linear notebook for capturing, organising and sharing complex information. Running TiddlyWiki on Node.js brings several important benefits over and above the single file version:

  1. Individual tiddlers are stored in separate files, which you can organise as you wish.

  2. The ability to build multiple wikis that blend different combinations of shared and unique content.

  3. You can edit your content on any modern browser, including smartphones and tablets.

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-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-sprintf-js 1.1.3
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/alexei/sprintf.js
Licenses: Modified BSD
Build system: node
Synopsis: JavaScript sprintf implementation
Description:

This package provides a JavaScript sprintf implementation.

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-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-ms 2.1.3
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/vercel/ms
Licenses: Expat
Build system: node
Synopsis: Convert time to milliseconds
Description:

Use this package to easily convert various time formats to milliseconds. A number supplied as integer or string is returned as-is, while a string consisting of a number and a time unit is converted to milliseconds.

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

Total packages: 70992