_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
node-fast-levenshtein 2.0.6
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/hiddentao/fast-levenshtein#readme
Licenses: Expat
Synopsis: Efficient implementation of Levenshtein algorithm with locale-specific collator support.
Description:

Efficient implementation of Levenshtein algorithm with locale-specific collator support.

node-diff-match-patch 1.0.5
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/JackuB/diff-match-patch#readme
Licenses: ASL 2.0
Synopsis: npm package for https://github.com/google/diff-match-patch
Description:

npm package for https://github.com/google/diff-match-patch

node-emotion-unitless 0.6.7
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-emotion-unitless
Licenses: Expat
Synopsis: An object of css properties that don't accept values with units
Description:

An object of css properties that don't accept values with units

node-emotion-unitless 0.8.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: An object of css properties that don't accept values with units
Description:

An object of css properties that don't accept values with units

node-are-we-there-yet 2.0.0
Dependencies: node-readable-stream@3.6.2 node-delegates@1.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/npm/are-we-there-yet
Licenses: ISC
Synopsis: Keep track of the overall completion of many disparate processes
Description:

Keep track of the overall completion of many disparate processes

node-babel-code-frame 7.22.5
Dependencies: node-babel-highlight@7.22.5
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://babel.dev/docs/en/next/babel-code-frame
Licenses: Expat
Synopsis: Generate errors that contain a code frame that point to source locations.
Description:

Generate errors that contain a code frame that point to source locations.

node-follow-redirects 1.9.0
Dependencies: node-debug@4.3.3
Channel: gn-bioinformatics
Location: gn/packages/node.scm (gn packages node)
Home page: https://www.npmjs.com/package/follow-redirects
Licenses: Expat
Synopsis: Node.js module that automatically follows HTTP(S) redirects
Description:

Drop-in replacement for Node's http and https modules that automatically follows redirects.

node-use-composed-ref 1.3.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
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-is-posix-bracket 0.1.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/is-posix-bracket
Licenses: Expat
Synopsis: Returns true if the given string is a POSIX bracket expression (POSIX character class).
Description:

Returns true if the given string is a POSIX bracket expression (POSIX character class).

node-is-equal-shallow 0.1.3
Dependencies: node-is-primitive@2.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/is-equal-shallow
Licenses: Expat
Synopsis: Does a shallow comparison of two objects, returning false if the keys or values differ.
Description:

Does a shallow comparison of two objects, returning false if the keys or values differ.

node-collection-visit 1.0.0
Dependencies: node-object-visit@1.0.1 node-map-visit@1.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/collection-visit
Licenses: Expat
Synopsis: Visit a method over the items in an object, or map visit over the objects in an array.
Description:

Visit a method over the items in an object, or map visit over the objects in an array.

node-file-entry-cache 6.0.1
Dependencies: node-flat-cache@3.0.4
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/royriojas/file-entry-cache#readme
Licenses: Expat
Synopsis: Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
Description:

Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process

node-file-uri-to-path 2.0.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/TooTallNate/file-uri-to-path
Licenses: Expat
Synopsis: Convert a @code{file:} URI to a file path
Description:

This package provides a function to convert a file: URI to a file path. It accepts a file: URI and returns a file path suitable for use with the fs module functions.

node-segfault-handler 1.3.0
Dependencies: node-bindings@1.5.0 node-nan@2.15.0
Channel: guix
Location: gnu/packages/node-xyz.scm (gnu packages node-xyz)
Home page: https://github.com/ddopson/node-segfault-handler
Licenses: Modified BSD
Synopsis: Catches @code{SIGSEGV} and prints diagnostic information
Description:

This package is a tool for debugging Node.js C/C++ native code modules and getting stack traces when things go wrong. If a SIGSEGV signal is raised, the module will print a native stack trace to both stderr and to a timestamped file.

node-openzwave-shared 1.7.2
Dependencies: open-zwave@1.6 node-nan@2.15.0
Channel: guix
Location: gnu/packages/zwave.scm (gnu packages zwave)
Home page: https://github.com/OpenZWave/node-openzwave-shared
Licenses: ISC
Synopsis: Node.js bindings for OpenZWave
Description:

With the node-openzwave-shared package, you can easily control and manage your Z-Wave devices (lights, dimmers, blinds, you name it) from within Node.js applications. This library also supports secure devices (e.g. door locks) that require encryption. All widely used Node.js versions are supported with the help of node-nan.

This library is currently able to:

  • scan a Z-Wave network and report on connected devices;

  • write values to Z-Wave nodes;

  • monitor the network for changes;

  • heal nodes and/or the network; and

  • perform management tasks: add or remove nodes, replace failed nodes, manage their group associations, etc.

node-sourcemap-blender 1.0.5
Dependencies: node-source-map@0.7.4
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-sourcemap-blender
Licenses: ISC
Synopsis:
Description:
node-component-emitter 1.3.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/component/emitter#readme
Licenses: Expat
Synopsis: Event emitter
Description:

Event emitter

node-prosemirror-state 1.4.3
Dependencies: node-prosemirror-transform@1.7.3 node-prosemirror-model@1.19.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/prosemirror/prosemirror-state#readme
Licenses: Expat
Synopsis: ProseMirror editor state
Description:

ProseMirror editor state

node-merge-descriptors 1.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/component/merge-descriptors
Licenses: Expat
Synopsis: Merge objects using descriptors
Description:

Merge objects using descriptors

node-emotion-serialize 0.9.1
Dependencies: node-emotion-utils@0.8.2 node-emotion-unitless@0.6.7 node-emotion-memoize@0.6.6 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-serialize
Licenses: Expat
Synopsis: serialization utils for emotion
Description:

serialization utils for emotion

node-prosemirror-utils 0.9.6
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/atlassian/prosemirror-utils#readme
Licenses: ASL 2.0
Synopsis: Utils library for ProseMirror
Description:

Utils library for ProseMirror

node-prosemirror-model 1.19.2
Dependencies: node-orderedmap@2.1.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/prosemirror/prosemirror-model#readme
Licenses: Expat
Synopsis: ProseMirror's document model
Description:

ProseMirror's document model

node-emotion-serialize 1.1.2
Dependencies: node-csstype@3.1.2 node-emotion-utils@1.2.1 node-emotion-unitless@0.8.1 node-emotion-memoize@0.8.1 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: serialization utils for emotion
Description:

serialization utils for emotion

node-binary-extensions 1.13.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/sindresorhus/binary-extensions#readme
Licenses: Expat
Synopsis: List of binary file extensions
Description:

List of binary file extensions

Total results: 900