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 the path of the parent module
`Start a promise chain
User-friendly glob matching
ECMAScript parser
Global identifiers from different JavaScript environments
HTML/CSS/JSON language servers extracted from [vscode](https://github.com/Microsoft/vscode).
Language server implementation for node
Lightweight request library. Promise based, with proxy support.
Lightweight debugging utility for Node.js and the browser
Check if a path is inside another path
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
An incremental implementation of MurmurHash3
An object schema merger/validator
Language Server Protocol (LSP) implementation for TypeScript using tsserver
TypeScript is a language for application scale JavaScript development
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.
This package implements a menu that lists enabled minor-modes, as well as commonly but not currently enabled minor-modes. It can be used to toggle local and global minor-modes, to access mode-specific menus, and to get help about modes.
This menu is intended as a replacement for the incomplete yet wide list of enabled minor-modes that is displayed in the mode line by default. To use the menu like this, enable Minions mode.
Alternatively the menu can be bound globally, for example: (global-set-key [S-down-mouse-3] 'minions-minor-modes-menu).
Paragraph justification for emacs using Knuth/Plass algorithm
Majutsu provides a Magit-inspired Emacs interface for the Jujutsu (jj) version control system. It offers an interactive log viewer and commands for manipulating revision history.
A minor mode that hides the mode-line in your current buffer. It can be used to toggle an alternative mode-line, toggle its visibility, or simply disable the mode-line in buffers where it is not very useful.
This package provides utilities for formatting and sending Git patches via Email, without leaving Emacs.
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 transient interface for git-gutter function to manipulate and navigate hunks.