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

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-regenerator-runtime 0.13.9
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://www.npmjs.com/package/node-regenerator-runtime
Licenses: Expat
Synopsis: Runtime for Regenerator-compiled generator and async functions.
Description:

Runtime for Regenerator-compiled generator and async functions.

node-has-flag 4.0.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/sindresorhus/has-flag#readme
Licenses: Expat
Synopsis: Check if argv has a specific flag
Description:

Check if argv has a specific flag

node-jsonc-parser 3.0.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/microsoft/node-jsonc-parser#readme
Licenses: Expat
Synopsis: Scanner and parser for JSON with comments.
Description:

Scanner and parser for JSON with comments.

node-micromatch 4.0.5
Dependencies: node-picomatch@2.3.1 node-braces@3.0.2
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/micromatch/micromatch
Licenses: Expat
Synopsis: Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Description:

Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.

node-argparse 2.0.1
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/nodeca/argparse#readme
Licenses:
Synopsis: CLI arguments parser. Native port of python's argparse.
Description:

CLI arguments parser. Native port of python's argparse.

node-aggregate-error 3.1.0
Dependencies: node-indent-string@4.0.0 node-clean-stack@2.2.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/sindresorhus/aggregate-error#readme
Licenses: Expat
Synopsis: Create an error from multiple errors
Description:

Create an error from multiple errors

node-which 2.0.2
Dependencies: node-isexe@2.0.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/isaacs/node-which#readme
Licenses: ISC
Synopsis: Like which(1) unix command. Find the first instance of an executable in the PATH.
Description:

Like which(1) unix command. Find the first instance of an executable in the PATH.

node-is-path-inside 3.0.3
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/sindresorhus/is-path-inside#readme
Licenses: Expat
Synopsis: Check if a path is inside another path
Description:

Check if a path is inside another path

node-glob-parent 5.1.2
Dependencies: node-is-glob@4.0.3
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/gulpjs/glob-parent#readme
Licenses: ISC
Synopsis: Extract the non-magic parent path from a glob string.
Description:

Extract the non-magic parent path from a glob string.

node-commander 9.3.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/tj/commander.js#readme
Licenses: Expat
Synopsis: the complete solution for node.js command-line programs
Description:

the complete solution for node.js command-line programs

node-typescript 5.4.4
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://www.typescriptlang.org/
Licenses: ASL 2.0
Synopsis: TypeScript is a language for application scale JavaScript development
Description:

TypeScript is a language for application scale JavaScript development

node-rimraf 3.0.2
Dependencies: node-glob@7.2.3
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/isaacs/rimraf#readme
Licenses: ISC
Synopsis: A deep deletion module for node (like `rm -rf`)
Description:

A deep deletion module for node (like `rm -rf`)

node-is-glob 4.0.3
Dependencies: node-is-extglob@2.1.1
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/micromatch/is-glob
Licenses: Expat
Synopsis: Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
Description:

Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet

node-is-path-cwd 2.2.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/sindresorhus/is-path-cwd#readme
Licenses: Expat
Synopsis: Check if a path is the current working directory
Description:

Check if a path is the current working directory

node-estraverse 5.3.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/estools/estraverse
Licenses:
Synopsis: ECMAScript JS AST traversal functions
Description:

ECMAScript JS AST traversal functions

node-typescript-language-server 4.3.3
Dependencies: node-which@2.0.2 node-vscode-uri@3.0.3 node-vscode-languageserver-textdocument@1.0.5 node-vscode-languageserver-protocol@3.16.0 node-vscode-languageserver@7.0.0 node-tempy@1.0.1 node-semver@7.3.7 node-pkg-up@3.1.0 node-p-debounce@2.1.0 node-fs-extra@10.1.0 node-commander@9.3.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://www.npmjs.com/package/node-typescript-language-server
Licenses: ASL 2.0
Synopsis: Language Server Protocol (LSP) implementation for TypeScript using tsserver
Description:

Language Server Protocol (LSP) implementation for TypeScript using tsserver

node-fast-deep-equal 3.1.3
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/epoberezkin/fast-deep-equal#readme
Licenses: Expat
Synopsis: Fast deep equal
Description:

Fast deep equal

node-vscode-uri 3.0.3
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/microsoft/vscode-uri#readme
Licenses: Expat
Synopsis: The URI implementation that is used by VS Code and its extensions
Description:

The URI implementation that is used by VS Code and its extensions

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

YAML 1.2 parser and serializer

node-brace-expansion 1.1.11
Dependencies: node-concat-map@0.0.1 node-balanced-match@1.0.2
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/juliangruber/brace-expansion
Licenses: Expat
Synopsis: Brace expansion as known from sh/bash
Description:

Brace expansion as known from sh/bash

node-path-is-absolute 1.0.1
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/sindresorhus/path-is-absolute#readme
Licenses: Expat
Synopsis: Node.js 0.12 path.isAbsolute() ponyfill
Description:

Node.js 0.12 path.isAbsolute() ponyfill

node-to-regex-range 5.0.1
Dependencies: node-is-number@7.0.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/micromatch/to-regex-range
Licenses: Expat
Synopsis: Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Description:

Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.

node-shebang-regex 3.0.0
Channel: rde
Location: contrib/packages/node-xyz.scm (contrib packages node-xyz)
Home page: https://github.com/sindresorhus/shebang-regex#readme
Licenses: Expat
Synopsis: Regular expression for matching a shebang line
Description:

Regular expression for matching a shebang line

Page: 123456789
Total results: 205