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.
Get v8 stack traces as an array of CallSite objects.
This package provides a way to get a stream as a string, buffer, or array. Useful for getting the result of a stream.
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 function to convert a file: URI to a file path. It accepts a file: URI and returns a file path suitable for use with the fs module functions.
This package provides a simple test runner that finds and runs multiple node.js files, while providing useful information about output and exit codes.
This package provides a way to capture and clean stack traces for Node.js.
Generates plain-text tables from JSON recordset input (array of objects). Useful for presenting text in column layout or data in table layout in text-based user interfaces.
Word wrapping, with a few features. * force-break option * wraps hypenated words * multilingual - wraps any language that uses whitespace for word separation.
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.
Match balanced string pairs, like and or <b> and </b>. Supports regular expressions as well!
This package contains the Node.js types for the Document Object Type (DOM) of htmlparser2.
This package provides a minimal matching utility for JavaScript.
Safe, deterministic and fast serialization alternative to JSON.stringify. Gracefully handles circular structures and bigint instead of throwing. Optional custom circular values, deterministic behavior or strict JSON compatibility check.
Typescript definition files (*.d.ts) for 'estree'.
This package provides a simple PNG encoder/decoder for Node.js with no dependencies.
Picomatch is a very fast and accurate glob matcher written in JavaScript, with no external dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
This package provides a library for adding colors to Node.js console output.
This package provides a JavaScript sprintf implementation.
A JS formatter which uses WASM plugins for dprint.
This package provides a protocol buffers schema parser written in Javascript.
Chalk comes with an easy to use composable API where you just chain and nest the styles you want.
This package provides a way to escape special characters in a string for use in a regular expression.
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 Binding class, which uses a native addon to talk to the underlying system. You never have to use Binding objects directly. There is also a MockBinding available (but not yet packaged for Guix) to assist with testing.
This package provides a user-land implementation of Node-core's string_decoder, which serves to decode buffers to strings so that the decoded string does not contain incomplete multibyte sequences.