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

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-mute-stream 0.0.8
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/isaacs/mute-stream#readme
Licenses: ISC
Build system: node
Synopsis: Bytes go in, but they don't come out (when muted).
Description:

Bytes go in, but they don't come out (when muted).

node-which-typed-array 1.1.20
Dependencies: node-has-tostringtag@1.0.2 node-gopd@1.2.0 node-get-proto@1.0.1 node-for-each@0.3.5 node-call-bound@1.0.4 node-call-bind@1.0.8 node-available-typed-arrays@1.0.7
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/inspect-js/which-typed-array#readme
Licenses: Expat
Build system: node
Synopsis: Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Description:

Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.

node-regjsgen 0.8.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/bnjmnt4n/regjsgen
Licenses: Expat
Build system: node
Synopsis: Generate regular expressions from regjsparser’s AST.
Description:

Generate regular expressions from regjsparserâ s AST.

node-shebang-command 2.0.0
Dependencies: node-shebang-regex@3.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/kevva/shebang-command#readme
Licenses: Expat
Build system: node
Synopsis: Get the command from a shebang
Description:

Get the command from a shebang

node-object-keys 1.1.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/ljharb/object-keys#readme
Licenses: Expat
Build system: node
Synopsis: An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Description:

An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim

node-strip-ansi 6.0.1
Dependencies: node-ansi-regex@5.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/chalk/strip-ansi#readme
Licenses: Expat
Build system: node
Synopsis: Strip ANSI escape codes from a string
Description:

Strip ANSI escape codes from a string

node-emotion-babel-plugin 11.13.5
Dependencies: node-stylis@4.2.0 node-source-map@0.5.7 node-find-root@1.1.0 node-escape-string-regexp@1.0.5 node-convert-source-map@1.9.0 node-babel-plugin-macros@3.1.0 node-emotion-serialize@1.3.3 node-emotion-memoize@0.9.0 node-emotion-hash@0.9.2 node-babel-runtime@7.29.2 node-babel-helper-module-imports@7.28.6
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://emotion.sh
Licenses: Expat
Build system: node
Synopsis: A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.
Description:

A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.

node-concurrently 7.6.0
Dependencies: node-supports-color@8.1.1 node-spawn-command@0.0.2 node-shell-quote@1.8.3 node-tree-kill@1.2.2 node-date-fns@2.30.0 node-lodash@4.17.23 node-yargs@17.7.2 node-chalk@4.1.2 node-rxjs@7.8.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/open-cli-tools/concurrently#readme
Licenses: Expat
Build system: node
Synopsis: Run commands concurrently
Description:

Run commands concurrently

node-call-bound 1.0.4
Dependencies: node-get-intrinsic@1.3.1 node-call-bind-apply-helpers@1.0.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/ljharb/call-bound#readme
Licenses: Expat
Build system: node
Synopsis: Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Description:

Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.

node-safe-regex-test 1.1.0
Dependencies: node-is-regex@1.2.1 node-es-errors@1.3.0 node-call-bound@1.0.4
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/ljharb/safe-regex-test#readme
Licenses: Expat
Build system: node
Synopsis: Give a regex, get a robust predicate function that tests it against a string.
Description:

Give a regex, get a robust predicate function that tests it against a string.

node-types-express 4.17.15
Dependencies: node-types-express-serve-static-core@4.19.8 node-types-serve-static@2.2.0 node-types-body-parser@1.19.6 node-types-qs@6.15.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/express
Licenses: Expat
Build system: node
Synopsis: TypeScript definitions for Express
Description:

TypeScript definitions for Express

node-opener 1.4.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/domenic/opener#readme
Licenses:
Build system: node
Synopsis: Opens stuff, like webpages and files and executables, cross-platform
Description:

Opens stuff, like webpages and files and executables, cross-platform

node-iconv-lite 0.6.3
Dependencies: node-safer-buffer@2.1.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/ashtuchkin/iconv-lite
Licenses: Expat
Build system: node
Synopsis: Convert character encodings in pure javascript.
Description:

Convert character encodings in pure javascript.

node-generator-function 2.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/TimothyGu/generator-function#readme
Licenses: Expat
Build system: node
Synopsis: A function that returns the normally hidden `GeneratorFunction` constructor
Description:

A function that returns the normally hidden `GeneratorFunction` constructor

node-babel-helper-annotate-as-pure 8.0.0-rc.3
Dependencies: node-babel-types@8.0.0-rc.3
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-annotate-as-pure
Licenses: Expat
Build system: node
Synopsis: Helper function to annotate paths and nodes with #__PURE__ comment
Description:

Helper function to annotate paths and nodes with #__PURE__ comment

node-espree 11.2.0
Dependencies: node-eslint-visitor-keys@5.0.1 node-acorn-jsx@5.3.2 node-acorn@8.16.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/eslint/js/blob/main/packages/espree/README.md
Licenses: FreeBSD
Build system: node
Synopsis: An Esprima-compatible JavaScript parser built on Acorn
Description:

An Esprima-compatible JavaScript parser built on Acorn

node-babel-plugin-transform-numeric-separator 7.28.6
Dependencies: node-babel-helper-plugin-utils@7.28.6
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-numeric-separator
Licenses: Expat
Build system: node
Synopsis: Remove numeric separators from Decimal, Binary, Hex and Octal literals
Description:

Remove numeric separators from Decimal, Binary, Hex and Octal literals

node-postcss 8.5.8
Dependencies: node-source-map-js@1.2.1 node-picocolors@1.1.1 node-nanoid@3.3.11
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://postcss.org/
Licenses: Expat
Build system: node
Synopsis: Tool for transforming styles with JS plugins
Description:

Tool for transforming styles with JS plugins

node-metro-symbolicate 0.79.1
Dependencies: node-metro-source-map@0.79.1 node-source-map@0.5.7 node-nullthrows@1.1.1 node-invariant@2.2.4 node-through2@2.0.5 node-vlq@1.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/facebook/metro#readme
Licenses: Expat
Build system: node
Synopsis: 🚇 A tool to find the source location from JS bundles and stack traces.
Description:

ð A tool to find the source location from JS bundles and stack traces.

node-sax 1.2.4
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/isaacs/sax-js#readme
Licenses: ISC
Build system: node
Synopsis: An evented streaming XML parser in JavaScript
Description:

An evented streaming XML parser in JavaScript

node-lezer-javascript 1.5.4
Dependencies: node-lezer-highlight@1.2.3 node-lezer-common@1.5.1 node-lezer-lr@1.4.8
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/lezer-parser/javascript#readme
Licenses: Expat
Build system: node
Synopsis: lezer-based JavaScript grammar
Description:

lezer-based JavaScript grammar

node-micromatch 4.0.8
Dependencies: node-picomatch@2.3.1 node-braces@3.0.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/micromatch/micromatch
Licenses: Expat
Build system: node
Synopsis: Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Description:

Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.

Total packages: 70622