_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
node-signal-exit 3.0.7
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/tapjs/signal-exit
Licenses: ISC
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
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-cosmiconfig 7.1.0
Dependencies: node-yaml@1.10.2 node-path-type@4.0.0 node-parse-json@5.2.0 node-import-fresh@3.3.0 node-types-parse-json@4.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/davidtheclark/cosmiconfig#readme
Licenses: Expat
Synopsis: Find and load configuration from a package.json property, rc file, or CommonJS module
Description:

Find and load configuration from a package.json property, rc file, or CommonJS module

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
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-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
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-resumablejs 1.1.0-b758078
Channel: gn-bioinformatics
Location: gn/packages/node.scm (gn packages node)
Home page: https://github.com/23/resumable.js/
Licenses: Expat
Synopsis: JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API
Description:

A JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API.

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
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-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
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-pretty-time 0.2.0
Dependencies: node-nanoseconds@0.1.0 node-is-number@2.1.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/pretty-time
Licenses: Expat
Synopsis: Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
Description:

Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.

node-object-pick 1.3.0
Dependencies: node-isobject@3.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/object.pick
Licenses: Expat
Synopsis: Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
Description:

Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.

node-union-value 1.0.1
Dependencies: node-set-value@2.0.1 node-is-extendable@0.1.1 node-get-value@2.0.6 node-arr-union@3.1.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/union-value
Licenses: Expat
Synopsis: Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Description:

Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.

node-object-omit 2.0.1
Dependencies: node-is-extendable@0.1.1 node-for-own@0.1.5
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/object.omit
Licenses: Expat
Synopsis: Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
Description:

Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.

node-regex-cache 0.4.4
Dependencies: node-is-equal-shallow@0.1.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/regex-cache
Licenses: Expat
Synopsis: Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
Description:

Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.

node-math-random 1.0.4
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/michaelrhodes/math-random#readme
Licenses: Expat
Synopsis: math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.
Description:

math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.

node-safe-buffer 5.2.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/feross/safe-buffer
Licenses: Expat
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-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
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-realm-utils 1.0.9
Dependencies: node-mkdirp@0.5.6 node-app-root-path@1.4.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/realm-js/realm-utils#readme
Licenses: ISC
Synopsis: Realm-js has a set of functionality that helps solving many problems or impediments related to Promises. Utilities live in this repository, apart from realm-js library. Typings included ### Install
Description:

Realm-js has a set of functionality that helps solving many problems or impediments related to Promises. Utilities live in this repository, apart from realm-js library. Typings included ### Install

texlive-nodetree 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/nodetree
Licenses: LPPL 1.3+
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.

texlive-pst-node 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/pst-node
Licenses: LPPL (any version)
Synopsis: Nodes and node connections in PSTricks
Description:

The package enables the user to connect information, and to place labels, without knowing (in advance) the actual positions of the items to be connected, or where the connecting line should go. The macros are useful for making graphs and trees, mathematical diagrams, linguistic syntax diagrams, and so on.

node-core-js-pure 3.30.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/zloirock/core-js#readme
Licenses: Expat
Synopsis: Standard library
Description:

Standard library

node-emotion-hash 0.9.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
Synopsis: A MurmurHash2 implementation
Description:

A MurmurHash2 implementation

node-emotion-hash 0.6.6
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-emotion-hash
Licenses: Expat
Synopsis: A MurmurHash2 implementation
Description:

A MurmurHash2 implementation

node-serve-static 1.15.0
Dependencies: node-send@0.18.0 node-parseurl@1.3.3 node-escape-html@1.0.3 node-encodeurl@1.0.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/expressjs/serve-static#readme
Licenses: Expat
Synopsis: Serve static files
Description:

Serve static files

node-eslint-utils 3.0.0
Dependencies: node-eslint-visitor-keys@2.1.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/mysticatea/eslint-utils#readme
Licenses: Expat
Synopsis: Utilities for ESLint plugins.
Description:

Utilities for ESLint plugins.

Total results: 911