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 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.
This package provides the Node.js util.deprecate() function with browser support.
This package provides a helper library to assist in localizing sub-processes spawned by VS Code extensions.
Tasks are defined in Herebyfile.mjs. Exported tasks are available to run at the CLI, with support for export default.
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 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.
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 ]
This package provides a library for YAML. Supports both YAML 1.1 and YAML 1.2.
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.
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
Return an array of all possible and valid expansions of str. If none are found, [str] is returned.
Chalk comes with an easy to use composable API where you just chain and nest the styles you want.
readable-stream provides an implementation of Node.js core streams that behaves the same across different versions.
This package provides an unzip library for Node.js that handles ZIP file reading with streaming support and proper handling of ZIP64 extensions.
Isomorphic, functional type-checking for Javascript.
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.
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.
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.
This package provides a way to fire an event when a process exits.
This package provides environment variables with process.env, window.name, location.hash and localStorage fallbacks.
This package provides a way to check if the process is running inside a Docker container.
Extremely high performant utility for building tools that read the file system, minimizing filesystem and path string munging operations to the greatest degree possible..
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.
This package contains the Node.js types for the Document Object Type (DOM) of htmlparser2.