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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


node-repeat-string 1.6.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/repeat-string
Licenses: Expat
Build system: node
Synopsis: Repeat the given string n times. Fastest implementation for repeating a string.
Description:

Repeat the given string n times. Fastest implementation for repeating a string.

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/isobject
Licenses: Expat
Build system: node
Synopsis: Returns true if the value is an object and not an array or null.
Description:

Returns true if the value is an object and not an array or null.

node-unicode-match-property-value-ecmascript 2.1.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript
Licenses: Expat
Build system: node
Synopsis: Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Description:

Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.

node-gauge 3.0.2
Dependencies: node-wide-align@1.1.5 node-strip-ansi@6.0.1 node-string-width@4.2.3 node-signal-exit@3.0.7 node-object-assign@4.1.1 node-has-unicode@2.0.1 node-console-control-strings@1.1.0 node-color-support@1.1.3 node-aproba@2.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/npm/gauge
Licenses: ISC
Build system: node
Synopsis: A terminal based horizontal guage
Description:

A terminal based horizontal guage

node-is-windows 1.0.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/is-windows
Licenses: Expat
Build system: node
Synopsis: Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
Description:

Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.

node-lodash-curry 4.1.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://lodash.com/
Licenses: Expat
Build system: node
Synopsis: The lodash method `_.curry` exported as a module.
Description:

The lodash method `_.curry` exported as a module.

node-js-yaml 4.1.0
Dependencies: node-argparse@2.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/nodeca/js-yaml#readme
Licenses: Expat
Build system: node
Synopsis: YAML 1.2 parser and serializer
Description:

YAML 1.2 parser and serializer

node-supports-preserve-symlinks-flag 1.0.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme
Licenses: Expat
Build system: node
Synopsis: Determine if the current node version supports the `--preserve-symlinks` flag.
Description:

Determine if the current node version supports the `--preserve-symlinks` flag.

node-restore-cursor 2.0.0
Dependencies: node-signal-exit@3.0.7 node-onetime@2.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/sindresorhus/restore-cursor#readme
Licenses: Expat
Build system: node
Synopsis: Gracefully restore the CLI cursor on exit
Description:

Gracefully restore the CLI cursor on exit

node-has-proto 1.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/inspect-js/has-proto#readme
Licenses: Expat
Build system: node
Synopsis: Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Description:

Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?

node-escodegen 1.14.3
Dependencies: node-source-map@0.6.1 node-optionator@0.8.3 node-esprima@4.0.1 node-esutils@2.0.3 node-estraverse@4.3.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: http://github.com/estools/escodegen
Licenses: FreeBSD
Build system: node
Synopsis: ECMAScript code generator
Description:

ECMAScript code generator

node-bcrypt-pbkdf 1.0.2
Dependencies: node-tweetnacl@0.14.5
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/joyent/node-bcrypt-pbkdf#readme
Licenses: Modified BSD
Build system: node
Synopsis: Port of the OpenBSD bcrypt_pbkdf function to pure JS
Description:

Port of the OpenBSD bcrypt_pbkdf function to pure JS

node-create-react-context 0.1.6
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/thejameskyle/create-react-context#readme
Licenses: Expat
Build system: node
Synopsis: Polyfill for the proposed React context API
Description:

Polyfill for the proposed React context API

node-destroy 1.2.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/stream-utils/destroy#readme
Licenses: Expat
Build system: node
Synopsis: destroy a stream if possible
Description:

destroy a stream if possible

node-async-each 1.0.6
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/paulmillr/async-each/
Licenses: Expat
Build system: node
Synopsis: No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Description:

No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.

node-define-property 1.0.0
Dependencies: node-is-descriptor@1.0.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/define-property
Licenses: Expat
Build system: node
Synopsis: Define a non-enumerable property on an object.
Description:

Define a non-enumerable property on an object.

node-es6-promisify 5.0.0
Dependencies: node-es6-promise@4.2.8
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/digitaldesignlabs/es6-promisify#readme
Licenses: Expat
Build system: node
Synopsis: Converts callback-based functions to ES6 Promises
Description:

Converts callback-based functions to ES6 Promises

node-word-wrap 1.2.3
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jonschlinkert/word-wrap
Licenses: Expat
Build system: node
Synopsis: Wrap words to a specified length.
Description:

Wrap words to a specified length.

node-javascript-stringify 1.6.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/blakeembrey/javascript-stringify#readme
Licenses: Expat
Build system: node
Synopsis: Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Description:

Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`

node-babel-plugin-macros 3.1.0
Dependencies: node-resolve@1.22.3 node-cosmiconfig@7.1.0 node-babel-runtime@7.22.5
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/kentcdodds/babel-plugin-macros#readme
Licenses: Expat
Build system: node
Synopsis: Allows you to build compile-time libraries
Description:

Allows you to build compile-time libraries

node-proxy-addr 2.0.7
Dependencies: node-ipaddr-js@1.9.1 node-forwarded@0.2.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/jshttp/proxy-addr#readme
Licenses: Expat
Build system: node
Synopsis: Determine address of proxied request
Description:

Determine address of proxied request

node-forever-agent 0.6.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/mikeal/forever-agent
Licenses: ASL 2.0
Build system: node
Synopsis: HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
Description:

HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.

node-file-system 2.2.2
Dependencies: node-utils-extend@1.0.8 node-file-match@1.0.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/douzi8/file-system
Licenses: ISC
Build system: node
Synopsis: Strengthen the ability of file system
Description:

Strengthen the ability of file system

node-concat-stream 1.6.2
Dependencies: node-typedarray@0.0.6 node-readable-stream@2.3.8 node-inherits@2.0.4 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/maxogden/concat-stream#readme
Licenses: Expat
Build system: node
Synopsis: writable stream that concatenates strings or binary data and calls a callback with the result
Description:

writable stream that concatenates strings or binary data and calls a callback with the result

Total results: 1131