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

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-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-once 1.4.0
Dependencies: node-wrappy@1.0.2
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/isaacs/once
Licenses: ISC
Build system: node
Synopsis: Node.js module to call a function only once
Description:

once is a Node.js module to call a function exactly one time. Subsequent calls will either return the cached previous value or throw an error if desired.

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-types-he 22.14.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/he
Licenses: Expat
Build system: node
Synopsis: TypeScript definitions for he
Description:

Typescript definition files (*.d.ts) for 'he'.

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-pbf 3.2.1
Dependencies: node-ieee754@1.2.1 node-resolve-protobuf-schema@2.1.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/mapbox/pbf
Licenses: Modified BSD
Build system: node
Synopsis: Decode and encode protocol buffers in Javascript
Description:

This package is a low-level, fast and lightweight JavaScript library for decoding and encoding protocol buffers, a compact binary format for structured data serialization. Works both in Node and the browser. It supports lazy decoding and detailed customization of the reading/writing code.

node-entities 8.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/fb55/entities
Licenses: FreeBSD
Build system: node
Synopsis: Encode and decode XML and HTML entities
Description:

Entities is a Node.js module to encode and decode XML and HTML entities.

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-proxy-from-env 1.1.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/Rob--W/proxy-from-env
Licenses: Expat
Build system: node
Synopsis: Proxy URL from environment variables
Description:

This package provides a way to read proxy URLs from environment variables.

node-inherits 2.0.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/isaacs/inherits
Licenses: ISC
Build system: node
Synopsis: Browser-friendly object inheritance
Description:

This package provides an alternative implementation of Node's inherits constructor that can be used in browsers, while defaulting to Node's implementation otherwise.

node-sqlite3 5.0.2
Dependencies: node-addon-api@8.5.0 python@3.12.12 sqlite@3.39.3
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/mapbox/node-sqlite3
Licenses: Modified BSD
Build system: node
Synopsis: Node.js bindings for SQLite3
Description:

node-sqlite3 provides a set of a Node.js bindings for interacting with SQLite3 databases.

node-utf-8-validate 6.0.5
Dependencies: node-gyp-build@4.8.4 node-addon-api@8.5.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/websockets/utf-8-validate
Licenses: Expat
Build system: node
Synopsis: UTF-8 validation for Node.js
Description:

This package provides efficient UTF-8 data validation for use with WebSocket implementations.

node-socks-proxy-agent 8.0.5
Dependencies: node-agent-base@7.1.3 node-debug@4.3.4 node-socks@2.8.3
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: SOCKS proxy HTTP.Agent implementation
Description:

This package provides a SOCKS proxy http.Agent implementation for HTTP and HTTPS.

node-mkdirp 3.0.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/isaacs/node-mkdirp
Licenses: Expat
Build system: node
Synopsis: mkdir command implementation in Node.js
Description:

This package provides a recursive mkdir command implemented in JavaScript.

node-wrappy 1.0.2
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/npm/wrappy
Licenses: ISC
Build system: node
Synopsis: Callback wrapping utility
Description:

wrappy is a utility for Node.js to wrap callbacks.

node-resolve-protobuf-schema 2.1.0
Dependencies: 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/resolve-protobuf-schema
Licenses: Expat
Build system: node
Synopsis: Resolve protobuf imports
Description:

This package can read a protobuf schema from the disk, parse it and resolve all imports.

node-mime 3.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/broofa/mime
Licenses: Expat
Build system: node
Synopsis: Comprehensive MIME type mapping API
Description:

This package provides a library for MIME type mapping based on mime-db.

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-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-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-buffer-crc32 0.2.13
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/brianloveswords/buffer-crc32
Licenses: Expat
Build system: node
Synopsis: CRC32 implementation in Javascript
Description:

This package provides a CRC32 algorithm that works with binary data and fancy character sets, signed or unsigned data and has tests, for Node.

node-bindings 1.5.0
Dependencies: node-file-uri-to-path@2.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/TooTallNate/node-bindings
Licenses: Expat
Build system: node
Synopsis: Locate native addons
Description:

This package provides a helper module to locate native addons in a wide array of potential locations.

node-normalize-path 3.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/jonschlinkert/normalize-path
Licenses: Expat
Build system: node
Synopsis: Normalize slashes in a file path
Description:

Normalize slashes in a file path to be POSIX/Unix-like forward slashes. Can also condense repeated slashes to a single slash and remove trailing slashes, unless disabled.

node-pend 1.2.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/andrewrk/node-pend
Licenses: Expat
Build system: node
Synopsis: Dead-simple optimistic async helper
Description:

This package provides an async helper for Node.js that manages pending callbacks and signals completion when all have finished.

Total packages: 72465