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.
Language server implementation for node
Language service for CSS, LESS and SCSS
The semantic version parser used by npm.
Escape RegExp special characters
Extract the non-magic parent path from a glob string.
Fast, in memory work queue
Run a function exactly one time
Strip comments from JSON. Lets you use comments in your JSON files!
TypeScript is a language for application scale JavaScript development
Use node's fs.realpath, but fall back to the JS implementation if the native one fails
Constants and utilities about visitor keys to traverse AST.
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
Types used by the Language server for node
node's assert.deepEqual algorithm except for NaN being equal to NaN
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
This package provides a dictionary for the Hunspell spell-checking library.
Taking inspiration from prefix keys and prefix arguments in Emacs, Transient implements a similar abstraction involving a prefix command, infix arguments and suffix commands. We could call this abstraction a "transient command", but because it always involves at least two commands (a prefix and a suffix) we prefer to call it just a "transient".
This package provides an Emacs interface for Docker.
Really simple but standalone json flymake utilizing the builtin json parser.
This emacs library provides functions to get bibliographic information from a url and save it into a bibtex file. It also provides a way to obtain a list of attachments (e.g. PDF files) associated with a url. This is done using Zotero translators, but without using the Zotero client.
This package provides utilities for formatting and sending Git patches via Email, without leaving Emacs.
This package provides transient interface for git-gutter function to manipulate and navigate hunks.
A backend for Flymake which uses eslint. Enable it with M-x flymake-eslint-enable RET.