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 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.
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 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.
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.
This package provides a concatenative map for JavaScript.
This package provides retry strategies for retrying failed operations.
A JS formatter which uses WASM plugins for dprint.
This package provides a zero-dependency module that loads environment variables from a .env file into process.env.
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 is an IRC client library for Node.js. It has functions for joining, parting, talking, and many other IRC commands.
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.
This package provides a simple test runner that finds and runs multiple node.js files, while providing useful information about output and exit codes.
Check if argv has a specific flag Correctly stops looking after an -- argument terminator.
Takes any input and guarantees an array back.
This package provides an unzip library for Node.js that handles ZIP file reading with streaming support and proper handling of ZIP64 extensions.
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:
Individual tiddlers are stored in separate files, which you can organise as you wish.
The ability to build multiple wikis that blend different combinations of shared and unique content.
You can edit your content on any modern browser, including smartphones and tablets.
This package provides a way so that a callback is called when a readable/writable/duplex stream has completed or failed.
This package provides a library for parsing and manipulating IPv6 and IPv4 addresses in JavaScript.
This package provides a JavaScript sprintf implementation.
This package provides environment variables with process.env, window.name, location.hash and localStorage fallbacks.
Word wrapping, with a few features. * force-break option * wraps hypenated words * multilingual - wraps any language that uses whitespace for word separation.
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.
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.
Minimal module to check if a file is executable, and a normal file. Uses fs.stat.