_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
node-env-variable 0.0.4
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/bigpipe/env-variable
Licenses: Expat
Build system: node
Synopsis: Environment variables for Node with fallbacks
Description:

This package provides environment variables with process.env, window.name, location.hash and localStorage fallbacks.

node-regexpu-core 6.4.0
Dependencies: node-unicode-match-property-value-ecmascript@2.2.1 node-unicode-match-property-ecmascript@2.0.0 node-regjsparser@0.13.0 node-regjsgen@0.8.0 node-regenerate-unicode-properties@10.2.2 node-regenerate@1.4.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://mths.be/regexpu
Licenses: Expat
Build system: node
Synopsis: regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
Description:

regexpuâ s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.

node-buffer-crc32 0.2.13
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/brianloveswords/buffer-crc32
Licenses: Expat
Build system: node
Synopsis: CRC32 implementation in Javascript
Description:

This package provides a CRC32 algorithm that works with binary data and fancy character sets, signed or unsigned data and has tests, for Node.

node-is-data-view 1.0.2
Dependencies: node-is-typed-array@1.1.15 node-get-intrinsic@1.3.1 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/inspect-js/is-data-view#readme
Licenses: Expat
Build system: node
Synopsis: Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Description:

Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.

node-table-layout 1.0.2
Dependencies: node-typical@5.2.0 node-array-back@4.0.2 node-wordwrapjs@4.0.1 node-deep-extend@0.6.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/75lb/table-layout
Licenses: Expat
Build system: node
Synopsis: Stylable text tables for handling ansi colour
Description:

Generates plain-text tables from JSON recordset input (array of objects). Useful for presenting text in column layout or data in table layout in text-based user interfaces.

emacs-nodejs-repl 0.2.5
Dependencies: node@22.14.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abicky/nodejs-repl.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Node.js REPL inside Emacs
Description:

This program is derived from comint-mode and provides the following features:

  • TAB completion same as Node.js REPL

  • file name completion in string

  • incremental history search

node-mathjax-full 3.2.2
Dependencies: node-speech-rule-engine@4.1.2 node-mj-context-menu@0.6.1 node-mhchemparser@4.2.1 node-esm@3.2.25
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/mathjax/Mathjax-src#readme
Licenses: ASL 2.0
Build system: node
Synopsis: Beautiful and accessible math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers and in server-side node applications. This package includes the source code as well as
Description:

Beautiful and accessible math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers and in server-side node applications. This package includes the source code as well as

bitcoin-cash-node 28.0.1
Dependencies: bdb@6.2.32 boost@1.89.0 expat@2.7.1 gmp@6.3.0 jemalloc@5.3.0 libevent@2.1.12 libnatpmp@20250404-0.134fc89 miniupnpc@2.3.3 openssl@3.0.8 qrencode@4.1.1 qtbase@5.15.17 zeromq@4.3.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://bitcoincashnode.org/
Licenses: Expat
Build system: cmake
Synopsis: Bitcoin Cash peer-to-peer client
Description:

Bitcoin Cash is a digital currency that enables instant payments to anyone, anywhere in the world. It uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin Cash is a descendant of Bitcoin. It became a separate currency from the version supported by Bitcoin Core when the two split on August 1, 2017. Bitcoin Cash and the Bitcoin Core version of Bitcoin share the same transaction history up until the split. This package provides the Bitcoin Cash Node command line client and a client based on Qt.

node-jsonc-parser 3.3.1
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/microsoft/node-jsonc-parser
Licenses: Expat
Build system: node
Synopsis: Scanner and parser for JSON with comments
Description:

JSONC is JSON with JavaScript style comments. This node module provides a scanner and fault tolerant parser that can process JSONC but is also useful for standard JSON. * the scanner tokenizes the input string into tokens and token offsets * the visit function implements a 'SAX' style parser with callbacks for the encountered properties and values. * the parseTree function computes a hierarchical DOM with offsets representing the encountered properties and values. * the parse function evaluates the JavaScript object represented by JSON string in a fault tolerant fashion. * the getLocation API returns a location object that describes the property or value located at a given offset in a JSON document. * the findNodeAtLocation API finds the node at a given location path in a JSON DOM. * the format API computes edits to format a JSON document. * the modify API computes edits to insert, remove or replace a property or value in a JSON document. * the applyEdits API applies edits to a document.

node-node-releases 2.0.36
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/chicoxyzzy/node-releases#readme
Licenses: Expat
Build system: node
Synopsis: Node.js releases data
Description:

Node.js releases data

node-babel-runtime 6.26.0
Dependencies: node-regenerator-runtime@0.11.1 node-core-js@2.6.12
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-babel-runtime
Licenses: Expat
Build system: node
Synopsis: babel selfContained runtime
Description:

babel selfContained runtime

node-emotion-sheet 1.4.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/emotion-js/emotion/tree/main#readme
Licenses: Expat
Build system: node
Synopsis: emotion's stylesheet
Description:

emotion's stylesheet

node-emotion-cache 11.14.0
Dependencies: node-stylis@4.2.0 node-emotion-weak-memoize@0.4.0 node-emotion-utils@1.4.2 node-emotion-sheet@1.4.0 node-emotion-memoize@0.9.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/emotion-js/emotion/tree/main#readme
Licenses: Expat
Build system: node
Synopsis: emotion's cache
Description:

emotion's cache

node-emotion-cache 11.10.5
Dependencies: node-emotion-weak-memoize@0.3.1 node-emotion-memoize@0.8.1 node-emotion-utils@1.4.2 node-emotion-sheet@1.4.0 node-stylis@4.1.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/emotion-js/emotion/tree/main#readme
Licenses: Expat
Build system: node
Synopsis: emotion's cache
Description:

emotion's cache

node-emotion-sheet 1.2.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/emotion-js/emotion/tree/main#readme
Licenses: Expat
Build system: node
Synopsis: emotion's stylesheet
Description:

emotion's stylesheet

node-load-tsconfig 0.2.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-load-tsconfig
Licenses: Expat
Build system: node
Synopsis: Load tsconfig.json
Description:

Load tsconfig.json

node-load-tsconfig 0.2.5
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-load-tsconfig
Licenses: Expat
Build system: node
Synopsis: Load tsconfig.json
Description:

Load tsconfig.json

node-color-convert 2.0.1
Dependencies: node-color-name@1.1.4
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/Qix-/color-convert#readme
Licenses: Expat
Build system: node
Synopsis: Plain color conversion functions
Description:

Plain color conversion functions

node-color-convert 1.9.3
Dependencies: node-color-name@1.1.4
Channel: guix-science
Location: guix-science/packages/jupyter-node.scm (guix-science packages jupyter-node)
Home page: https://github.com/Qix-/color-convert#readme
Licenses: Expat
Build system: node
Synopsis: Plain color conversion functions
Description:

Plain color conversion functions

node-types-gensync 1.0.4
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/gensync
Licenses: Expat
Build system: node
Synopsis: TypeScript definitions for gensync
Description:

TypeScript definitions for gensync

node-pretty-format 26.6.2
Dependencies: node-ansi-styles@4.3.0 node-jest-types@26.6.2 node-ansi-regex@5.0.1 node-react-is@17.0.2
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: Stringify any JavaScript value.
Description:

Stringify any JavaScript value.

node-types-resolve 1.20.2
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/resolve
Licenses: Expat
Build system: node
Synopsis: TypeScript definitions for resolve
Description:

TypeScript definitions for resolve

Page: 1495051525390
Total packages: 2137