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.
Rhino implements ECMAScript, also known as JavaScript, in Java as specified in the fifth edition of ECMA-262.
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.
This package provides Hindi stemmers and stopwords for the Lunr Javascript library.
This package provides Spanish stemmers and stopwords for the Lunr Javascript library.
This package provides Finnish stemmers and stopwords for the Lunr Javascript library.
This package provides French stemmers and stopwords for the Lunr Javascript library.
This library provides a portable embeddable JSON parser.
The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.
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.
QuickJS 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.
This package provides Vietnamese 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 is a fork of the xmldom library. It allows the use of wicked-good-xpath together with xmldom.
This package provides German stemmers and stopwords for the Lunr Javascript library.
This is an implementation of the strftime procedure for JavaScript. It works in (at least) node.js and browsers. It supports localization and timezones. Most standard specifiers from C are supported as well as some other extensions from Ruby.
This package provides Multilanguages stemmers and stopwords for the Lunr Javascript library.
This package contains the fonts required for MathJax.
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.
This library providing a malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
C-language implementation of Javascript Object Signing and Encryption
This package provides a wrapper for the glib library.
This package provides a wrapper for the libxcb library.
This package provides a wrapper for the libjpeg-turbo library.
This package provides a wrapper for the libxfixes library.