_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


node-babel-helper-replace-supers 7.28.6
Dependencies: node-babel-helper-member-expression-to-functions@7.28.5 node-babel-helper-optimise-call-expression@7.27.1 node-babel-traverse@7.29.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://babel.dev/docs/en/next/babel-helper-replace-supers
Licenses: Expat
Build system: node
Synopsis: Helper function to replace supers
Description:

Helper function to replace supers

node-types-body-parser 1.19.6
Dependencies: node-types-connect@3.4.38 node-types-node@25.5.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser
Licenses: Expat
Build system: node
Synopsis: TypeScript definitions for body-parser
Description:

TypeScript definitions for body-parser

node-slash 3.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/sindresorhus/slash#readme
Licenses: Expat
Build system: node
Synopsis: Convert Windows backslash paths to slash paths
Description:

Convert Windows backslash paths to slash paths

node-dompurify 2.4.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/cure53/DOMPurify
Licenses:
Build system: node
Synopsis: DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else usin
Description:

DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else usin

node-react-native-codegen 0.74.89
Dependencies: node-hermes-parser@0.19.1 node-babel-parser@7.29.2 node-jscodeshift@0.14.0 node-nullthrows@1.1.1 node-invariant@2.2.4 node-mkdirp@0.5.6 node-yargs@17.7.2 node-glob@7.2.3 node-babel-preset-env@7.29.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen#readme
Licenses: Expat
Build system: node
Synopsis: Code generation tools for React Native
Description:

Code generation tools for React Native

node-detect-libc 2.1.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/lovell/detect-libc#readme
Licenses: ASL 2.0
Build system: node
Synopsis: Node.js module to detect the C standard library (libc) implementation family and version
Description:

Node.js module to detect the C standard library (libc) implementation family and version

node-p-limit 2.3.0
Dependencies: node-p-try@2.2.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/sindresorhus/p-limit#readme
Licenses: Expat
Build system: node
Synopsis: Run multiple promise-returning & async functions with limited concurrency
Description:

Run multiple promise-returning & async functions with limited concurrency

node-shell-quote 1.8.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/ljharb/shell-quote
Licenses: Expat
Build system: node
Synopsis: quote and parse shell commands
Description:

quote and parse shell commands

node-flat-cache 3.2.0
Dependencies: node-flatted@3.4.2 node-rimraf@3.0.2 node-keyv@4.5.4
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-flat-cache
Licenses: Expat
Build system: node
Synopsis: A stupidly simple key/value storage using files to persist some data
Description:

A stupidly simple key/value storage using files to persist some data

node-wrap-ansi 8.1.0
Dependencies: node-string-width@5.1.2 node-ansi-styles@6.2.3 node-strip-ansi@7.2.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/chalk/wrap-ansi#readme
Licenses: Expat
Build system: node
Synopsis: Wordwrap a string with ANSI escape codes
Description:

Wordwrap a string with ANSI escape codes

node-make-dir 2.1.0
Dependencies: node-semver@5.7.2 node-pify@4.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/sindresorhus/make-dir#readme
Licenses: Expat
Build system: node
Synopsis: Make a directory and its parents if needed - Think `mkdir -p`
Description:

Make a directory and its parents if needed - Think `mkdir -p`

node-tar-stream 2.2.0
Dependencies: node-readable-stream@3.6.2 node-end-of-stream@1.4.5 node-fs-constants@1.0.0 node-inherits@2.0.4 node-bl@4.1.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/mafintosh/tar-stream
Licenses: Expat
Build system: node
Synopsis: tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Description:

tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.

node-use-composed-ref 1.4.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/Andarist/use-composed-ref#readme
Licenses: Expat
Build system: node
Synopsis: React hook which creates a ref function from given refs. Useful when using forwardRef.
Description:

React hook which creates a ref function from given refs. Useful when using forwardRef.

node-commander 9.5.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/tj/commander.js#readme
Licenses: Expat
Build system: node
Synopsis: the complete solution for node.js command-line programs
Description:

the complete solution for node.js command-line programs

node-react-native-community-cli-debugger-ui 13.5.1
Dependencies: node-serve-static@1.16.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/react-native-community/cli/tree/main/packages/cli-debugger-ui
Licenses: Expat
Build system: node
Synopsis:
Description:
node-hermes-estree 0.15.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-hermes-estree
Licenses: Expat
Build system: node
Synopsis: Flow types for the Flow-ESTree spec produced by the hermes parser
Description:

Flow types for the Flow-ESTree spec produced by the hermes parser

node-minimatch 3.1.5
Dependencies: node-brace-expansion@1.1.12
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/isaacs/minimatch#readme
Licenses: ISC
Build system: node
Synopsis: a glob matcher in javascript
Description:

a glob matcher in javascript

node-codemirror-lang-java 6.0.1
Dependencies: node-codemirror-language@6.12.2 node-lezer-java@1.1.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/codemirror/lang-java#readme
Licenses: Expat
Build system: node
Synopsis: Java language support for the CodeMirror code editor
Description:

Java language support for the CodeMirror code editor

node-browser-stdout 1.3.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/kumavis/browser-stdout#readme
Licenses: ISC
Build system: node
Synopsis: `process.stdout` in your browser.
Description:

`process.stdout` in your browser.

node-khroma 2.1.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/fabiospampinato/khroma#readme
Licenses:
Build system: node
Synopsis: A collection of functions for manipulating CSS colors, inspired by SASS.
Description:

A collection of functions for manipulating CSS colors, inspired by SASS.

node-fast-csv-parse 4.3.6
Dependencies: node-lodash-escaperegexp@4.1.2 node-lodash-isundefined@3.0.1 node-lodash-isfunction@3.0.9 node-lodash-groupby@4.6.0 node-lodash-isnil@4.0.0 node-lodash-uniq@4.5.0 node-types-node@14.18.63
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: http://c2fo.github.com/fast-csv/packages/parse
Licenses: Expat
Build system: node
Synopsis: fast-csv parsing package
Description:

fast-csv parsing package

node-p-locate 3.0.0
Dependencies: node-p-limit@2.3.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/sindresorhus/p-locate#readme
Licenses: Expat
Build system: node
Synopsis: Get the first fulfilled promise that satisfies the provided testing function
Description:

Get the first fulfilled promise that satisfies the provided testing function

node-codemirror-search 6.6.0
Dependencies: node-crelt@1.0.6 node-codemirror-view@6.40.0 node-codemirror-state@6.6.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/codemirror/search#readme
Licenses: Expat
Build system: node
Synopsis: Search functionality for the CodeMirror code editor
Description:

Search functionality for the CodeMirror code editor

node-babel-plugin-transform-runtime 7.29.0
Dependencies: node-babel-plugin-polyfill-regenerator@0.6.8 node-babel-plugin-polyfill-corejs3@0.13.0 node-babel-plugin-polyfill-corejs2@0.4.17 node-babel-helper-module-imports@7.28.6 node-babel-helper-plugin-utils@7.28.6 node-semver@6.3.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://babel.dev/docs/en/next/babel-plugin-transform-runtime
Licenses: Expat
Build system: node
Synopsis: Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Description:

Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals

Total packages: 72166