node-brace-expansion 2.0.1-2 source package in Ubuntu

Changelog

node-brace-expansion (2.0.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-brace-expansion: Add Multi-Arch: foreign.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 20:55:00 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-brace-expansion_2.0.1-2.dsc 2.1 KiB c4d98b8710dcbd30a26bf11be2ac5a651ab7ed785c4d9a1b2d679f7d16022ea4
node-brace-expansion_2.0.1.orig.tar.gz 15.6 KiB 785df4b3575fc14d4920cac0cde70d3ec1cd929e34e967d51ec62289de612f18
node-brace-expansion_2.0.1-2.debian.tar.xz 2.8 KiB f0cc0cb1c8c5b4c5752de3f21f29aca8a84aed67a9bb811f8298c4f3c830efe7

Available diffs

No changes file available.

Binary packages built by this source

node-brace-expansion: Brace expansion as known from sh/bash for Node.js

 node-brace-expansion provides brace expansion as known from sh/bash for
 Node.js. It provides the expand() method to return an array of all possible
 and valid expansions of the string argument. If none are found, the string
 is returned as the only item in the array.
 .
 Node.js is an event-based server-side JavaScript engine.