node-brace-expansion 2.0.1-1 source package in Ubuntu
Changelog
node-brace-expansion (2.0.1-1) unstable; urgency=medium * Team upload * Modernize debian/watch * Fix filenamemangle * Fix GitHub tags regex * Update standards version to 4.6.0, no changes needed. * New upstream version 2.0.1 -- Yadd <email address hidden> Thu, 30 Dec 2021 09:44:14 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-brace-expansion_2.0.1-1.dsc | 2.1 KiB | 470b1ac7dd37387dc19ac85c4a14f0428afef16536b19ccbd6ffad12d65d70bd |
node-brace-expansion_2.0.1.orig.tar.gz | 15.6 KiB | 785df4b3575fc14d4920cac0cde70d3ec1cd929e34e967d51ec62289de612f18 |
node-brace-expansion_2.0.1-1.debian.tar.xz | 2.8 KiB | 3c25c39d7f7c959e75e0a9aa504980c99908bc4907ae7bbcb6250ac97e765ddd |
Available diffs
- diff from 2.0.0-1 to 2.0.1-1 (5.2 KiB)
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.