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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
The goal of this script is to provide a fast and lightweight script to enable responsive web designs in browsers that don't support CSS3 Media Queries.
This package provides a reimplementation of the MathJax context menu in TypeScript.
Commander.js aims to be the complete solution for node.js command-line interfaces.
This package provides Multilanguages stemmers and stopwords for the Lunr Javascript library.
This package provides Norwegian stemmers and stopwords for the Lunr Javascript library.
This package provides Finnish stemmers and stopwords for the Lunr Javascript library.
This package provides Japanese stemmers and stopwords for the Lunr Javascript library.
quickjs-ng supports the ES2023 specification including modules, asynchronous generators, proxies, BigInt, BigDecimal, BigFloat and operator overloading. It can compile Javascript sources to executables with no external dependency. It includes a command line interpreter with contextual colorization implemented in Javascript and a small built-in standard library with C library wrappers.
The files in this collection implement JSON encoders/decoders in JavaScript.
json2.js: This file creates a JSON property in the global object, if there isn't already one, setting its value to an object containing a stringify method and a parse method. The parse method uses the eval method to do the parsing, guarding it with several regular expressions to defend against accidental code execution hazards. On current browsers, this file does nothing, preferring the built-in JSON object.
json_parse.js: This file contains an alternative JSON parse function that uses recursive descent instead of eval.
json_parse_state.js: This files contains an alternative JSON parse function that uses a state machine instead of eval.
cycle.js: This file contains two functions, JSON.decycle and JSON.retrocycle, which make it possible to encode cyclical structures and DAGs in JSON, and to then recover them. This is a capability that is not provided by ES5. JSONPath is used to represent the links.
DataTables is a table enhancing plug-in for the jQuery Javascript library, adding sorting, paging and filtering abilities to plain HTML tables with minimal effort.
This package provides Kannada stemmers and stopwords for the Lunr Javascript library.
This library provides a portable embeddable JSON parser.
Selectize is the hybrid of a textbox and <select> box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; it is useful for tagging, contact lists, etc.
RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments.
This package provides Telugu stemmers and stopwords for the Lunr Javascript library.
This package provides Sanskrit stemmers and stopwords for the Lunr Javascript library.
Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It works with pretty much any markup, doesn’t depend on any framework and has automatic language detection.
This package provides Swedish stemmers and stopwords for the Lunr Javascript library.
es5-shim.js patches a JavaScript context to contain all ECMAScript 5 methods that can be faithfully emulated with a legacy JavaScript engine. es5-sham.js patches other ES5 methods as closely as possible. Many of these shams are intended only to allow code to be written to ES5 without causing run-time errors in older engines. In many cases, this means that these shams cause many ES5 methods to silently fail.
This package provides Arabic stemmers and stopwords for the Lunr Javascript library.
This package provides Dutch stemmers and stopwords for the Lunr Javascript library.
This package provides Hindi stemmers and stopwords for the Lunr Javascript library.
This package provides Chinese stemmers and stopwords for the Lunr Javascript library.
MathJax is a JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers. It requires no plugins or software to be installed on the browser. So the page author can write web documents that include mathematics and be confident that readers will be able to view it naturally and easily.