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.
JWA implementation (supports all JWS algorithms).
An HTTP(s) proxy `http.Agent` implementation for HTTPS.
Turn a function into an `http.Agent` instance.
Get the metadata from a Google Cloud Platform environment.
Lightweight debugging utility for Node.js and the browser.
Implementation of JSON Web Signatures.
This package provides C++ wrapper classes that simplify the use of the Node-API C interface when developing native Node.js addons.
Base64 encoding/decoding in pure JS.
This package provides Node.js bindings for the ZeroMQ messaging library, built against the system libzmq.
A library for arbitrary-precision decimal and non-decimal arithmetic.
A simple common HTTP client specifically for Google APIs and services.
Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenation.
JSON.parse with bigints support.
Tiny millisecond conversion utility.
Port of jQuery.extend for node.js and the browser.
A light-weight module that brings Fetch API to node.js.
Constant-time comparison of Buffers.
A debug logger package for other Google libraries.
Json Schema Type Builder with Static Type Resolution for TypeScript.
Google APIs Authentication Client Library for Node.js.
An implementation of the DOMException class from NodeJS.
A Claude Code skill instructing the agent to run builds and long/background commands through the windowless aao/compile / aao/detached Emacs runners (via emacsclient) instead of raw shell/compile/detached, so output never steals the user's window and every task is tagged and queryable. Installed as share/claude-skills/agentic-async-operations/. Assumes emacs-agentic-async-operations is already on the Emacs load path (e.g. via (g-files features emacs)); does not bring it in itself.
A Claude Code skill bundling a standalone Guile script that walks a Scheme/Guile file once, tracking bracket nesting alongside strings, character literals, line comments, nestable block comments, and datum comments, and reports the exact line/column of every extra closing bracket, bracket-type mismatch, and bracket left open at EOF -- for localizing imbalances in large, deeply-nested files that Emacs's own check-parens or eyeballing can't pinpoint. Installed as share/claude-skills/check-parens/.
Clone a single directory or file from a Git repository.