_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
node-dagre-d3-es 7.0.9
Dependencies: node-lodash-es@4.17.23 node-d3@7.9.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/tbo47/dagre-es#readme
Licenses: Expat
Build system: node
Synopsis: The [dagre-d3](https://github.com/dagrejs) library is not maintained anymore.
Description:

The [dagre-d3](https://github.com/dagrejs) library is not maintained anymore.

node-signal-exit 4.0.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/tapjs/signal-exit#readme
Licenses: ISC
Build system: node
Synopsis: when you want to fire an event no matter how a process exits.
Description:

when you want to fire an event no matter how a process exits.

node-buffer-from 1.1.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/LinusU/buffer-from#readme
Licenses: Expat
Build system: node
Synopsis: A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Description:

A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.

node-signal-exit 4.1.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/tapjs/signal-exit#readme
Licenses: ISC
Build system: node
Synopsis: when you want to fire an event no matter how a process exits.
Description:

when you want to fire an event no matter how a process exits.

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-vscode-l10n 0.0.14
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/Microsoft/vscode-l10n#readme
Licenses: Expat
Build system: node
Synopsis: A helper library to assist in localizing subprocesses spun up by VS Code extensions
Description:

A helper library to assist in localizing subprocesses spun up by VS Code extensions

node-emoji-regex 8.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://mths.be/emoji-regex
Licenses: Expat
Build system: node
Synopsis: A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Description:

A regular expression to match all Emoji-only symbols as per the Unicode Standard.

node-sudo-prompt 9.2.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jorangreef/sudo-prompt#readme
Licenses: Expat
Build system: node
Synopsis: Run a command using sudo, prompting the user with an OS dialog if necessary
Description:

Run a command using sudo, prompting the user with an OS dialog if necessary

node-emoji-regex 9.2.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://mths.be/emoji-regex
Licenses: Expat
Build system: node
Synopsis: A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Description:

A regular expression to match all Emoji-only symbols as per the Unicode Standard.

node-detect-libc 2.0.1
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-fs-realpath 1.0.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/isaacs/fs.realpath#readme
Licenses: ISC
Build system: node
Synopsis: Use node's fs.realpath, but fall back to the JS implementation if the native one fails
Description:

Use node's fs.realpath, but fall back to the JS implementation if the native one fails

node-extract-zip 2.0.1
Dependencies: node-debug@4.3.4 node-get-stream@5.2.0 node-yauzl@2.10.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/maxogden/extract-zip
Licenses: FreeBSD
Build system: node
Synopsis: Unzip written in pure JavaScript
Description:

This package provides a cross-platform extraction utility for ZIP files, written entirely in JavaScript for Node.js.

node-fs-realpath 1.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/isaacs/fs.realpath#readme
Licenses: ISC
Build system: node
Synopsis: Use node's fs.realpath, but fall back to the JS implementation if the native one fails
Description:

Use node's fs.realpath, but fall back to the JS implementation if the native one fails

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-punycode-js 2.3.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://mths.be/punycode
Licenses: Expat
Build system: node
Synopsis: A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Description:

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.

node-jest-worker 27.5.1
Dependencies: node-supports-color@8.1.1 node-merge-stream@2.0.0 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/facebook/jest#readme
Licenses: Expat
Build system: node
Synopsis: Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.
Description:

Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.

node-jest-worker 26.6.2
Dependencies: node-supports-color@7.2.0 node-merge-stream@2.0.0 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/facebook/jest#readme
Licenses: Expat
Build system: node
Synopsis: Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.
Description:

Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.

node-path-scurry 1.11.1
Dependencies: node-lru-cache@10.4.3 node-minipass@7.1.2
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/isaacs/path-scurry
Licenses: Expat
Build system: node
Synopsis: Yet another file traversal library.
Description:

Extremely high performant utility for building tools that read the file system, minimizing filesystem and path string munging operations to the greatest degree possible..

node-safe-buffer 5.2.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/feross/safe-buffer
Licenses: Expat
Build system: node
Synopsis: Buffer creation with explicit semantics
Description:

This package provides a drop-in replacement for Node.js Buffer API, which provides newer, explicit constructors (such as Buffer.alloc(SIZE)) in older versions.

node-graceful-fs 4.2.10
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/isaacs/node-graceful-fs
Licenses: ISC
Build system: node
Synopsis: Drop-in replacement for fs with various improvements
Description:

This package provides a drop-in replacement for the fs module that makes various improvements, including queueing operations, retrying EMFILE errors, and working around various platform quirks.

node-ansi-colors 4.1.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/doowb/ansi-colors
Licenses: Expat
Build system: node
Synopsis: Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Description:

Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).

node-ansi-colors 4.1.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/doowb/ansi-colors
Licenses: Expat
Build system: node
Synopsis: Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Description:

Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).

texlive-nodetree 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/nodetree
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Visualize node lists in a tree view
Description:

nodetree is a development package that visualizes the structure of node lists. It uses a similar visual representation for node lists as the UNIX tree command for a folder structure.

emacs-org-node-3 3.18.3
Propagated dependencies: emacs-llama@1.0.3 emacs-magit@4.5.0 emacs-org-mem@0.27.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/meedstrom/org-node/
Licenses: GPL 3+
Build system: emacs
Synopsis: Non-hierarchical note-taking with Org-mode
Description:

This package provides a notetaking system like Roam, using org mode; faster than org-roam. This version of org-node has different configuration options to org-node 2 so you DO have to set it up again.

Page: 1434445464790
Total packages: 2137