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.
This package can scan for CLI flags and arguments in Javascript.
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.
Fastest JS/TS implemenation of Levenshtein distance. Measure the difference between two strings.
Typescript definition files (*.d.ts) for 'he'.
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 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.
Entities is a Node.js module to encode and decode XML and HTML entities.
This is a library to generate and consume the source map format described here.
This package provides a way to read proxy URLs from environment variables.
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 provides a set of a Node.js bindings for interacting with SQLite3 databases.
This package provides efficient UTF-8 data validation for use with WebSocket implementations.
This package provides a SOCKS proxy http.Agent implementation for HTTP and HTTPS.
This package provides a recursive mkdir command implemented in JavaScript.
wrappy is a utility for Node.js to wrap callbacks.
This package can read a protobuf schema from the disk, parse it and resolve all imports.
This package provides a library for MIME type mapping based on mime-db.
Minimal module to check if a file is executable, and a normal file. Uses fs.stat.
A JS formatter which uses WASM plugins for dprint.
This package provides a WebSocket client and server implementation.
This package provides a CRC32 algorithm that works with binary data and fancy character sets, signed or unsigned data and has tests, for Node.
This package provides a helper module to locate native addons in a wide array of potential locations.
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.
This package provides an async helper for Node.js that manages pending callbacks and signals completion when all have finished.